Skip navigation links
A C D E F G I L N O P R S 

A

attachIndicatorDots(IndicatorDots) - Method in class com.andrognito.pinlockview.PinLockView

C

com.andrognito.pinlockview - package com.andrognito.pinlockview
 
CustomizationOptionsBundle - Class in com.andrognito.pinlockview
The customization options for the buttons in PinLockView passed to the PinLockAdapter to decorate the individual views Created by aritraroy on 01/06/16.
CustomizationOptionsBundle() - Constructor for class com.andrognito.pinlockview.CustomizationOptionsBundle
 

D

DeleteViewHolder(View) - Constructor for class com.andrognito.pinlockview.PinLockAdapter.DeleteViewHolder
 

E

enableLayoutShuffling() - Method in class com.andrognito.pinlockview.PinLockView
 

F

FILL - Static variable in annotation type com.andrognito.pinlockview.IndicatorDots.IndicatorType
 
FILL_WITH_ANIMATION - Static variable in annotation type com.andrognito.pinlockview.IndicatorDots.IndicatorType
 
FIXED - Static variable in annotation type com.andrognito.pinlockview.IndicatorDots.IndicatorType
 

G

getButtonBackgroundDrawable() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getButtonBackgroundDrawable() - Method in class com.andrognito.pinlockview.PinLockView
Get the current background drawable of the buttons, can be null
getButtonSize() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getButtonSize() - Method in class com.andrognito.pinlockview.PinLockView
Get the size of the pin buttons
getColor(Context, int) - Static method in class com.andrognito.pinlockview.ResourceUtils
 
getCustomizationOptions() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getCustomKeySet() - Method in class com.andrognito.pinlockview.PinLockView
 
getDeleteButtonDrawable() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getDeleteButtonDrawable() - Method in class com.andrognito.pinlockview.PinLockView
Get the drawable of the delete button
getDeleteButtonPressedColor() - Method in class com.andrognito.pinlockview.PinLockView
Get the delete button pressed/focused state color
getDeleteButtonPressesColor() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getDeleteButtonSize() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getDeleteButtonSize() - Method in class com.andrognito.pinlockview.PinLockView
Get the delete button size in pixels
getDimensionInPx(Context, int) - Static method in class com.andrognito.pinlockview.ResourceUtils
 
getDrawable(Context, int) - Static method in class com.andrognito.pinlockview.ResourceUtils
 
getIndicatorType() - Method in class com.andrognito.pinlockview.IndicatorDots
 
getItemCount() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - Method in class com.andrognito.pinlockview.ItemSpaceDecoration
 
getItemViewType(int) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getKeyValues() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getOnDeleteClickListener() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getOnItemClickListener() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getPinLength() - Method in class com.andrognito.pinlockview.IndicatorDots
 
getPinLength() - Method in class com.andrognito.pinlockview.PinLockAdapter
 
getPinLength() - Method in class com.andrognito.pinlockview.PinLockView
Get the length of the current pin length
getTextColor() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getTextColor() - Method in class com.andrognito.pinlockview.PinLockView
Get the text color in the buttons
getTextSize() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
getTextSize() - Method in class com.andrognito.pinlockview.PinLockView
Get the size of the text in the buttons

I

IndicatorDots - Class in com.andrognito.pinlockview
It represents a set of indicator dots which when attached with PinLockView can be used to indicate the current length of the input
IndicatorDots(Context) - Constructor for class com.andrognito.pinlockview.IndicatorDots
 
IndicatorDots(Context, AttributeSet) - Constructor for class com.andrognito.pinlockview.IndicatorDots
 
IndicatorDots(Context, AttributeSet, int) - Constructor for class com.andrognito.pinlockview.IndicatorDots
 
IndicatorDots.IndicatorType - Annotation Type in com.andrognito.pinlockview
 
isIndicatorDotsAttached() - Method in class com.andrognito.pinlockview.PinLockView
Returns true if IndicatorDots are attached to PinLockView
isLayoutRTL() - Method in class com.andrognito.pinlockview.LTRGridLayoutManager
 
isShowDeleteButton() - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
isShowDeleteButton() - Method in class com.andrognito.pinlockview.PinLockView
Is the delete button shown
ItemSpaceDecoration - Class in com.andrognito.pinlockview
Created by aritraroy on 31/05/16.
ItemSpaceDecoration(int, int, int, boolean) - Constructor for class com.andrognito.pinlockview.ItemSpaceDecoration
 

L

LTRGridLayoutManager - Class in com.andrognito.pinlockview
Used to always maintain an LTR layout no matter what is the real device's layout direction to avoid an unwanted reversed direction in RTL devices Created by Idan on 7/6/2017.
LTRGridLayoutManager(Context, AttributeSet, int, int) - Constructor for class com.andrognito.pinlockview.LTRGridLayoutManager
 
LTRGridLayoutManager(Context, int) - Constructor for class com.andrognito.pinlockview.LTRGridLayoutManager
 
LTRGridLayoutManager(Context, int, int, boolean) - Constructor for class com.andrognito.pinlockview.LTRGridLayoutManager
 

N

NumberViewHolder(View) - Constructor for class com.andrognito.pinlockview.PinLockAdapter.NumberViewHolder
 

O

onAttachedToWindow() - Method in class com.andrognito.pinlockview.IndicatorDots
 
onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
onComplete(String) - Method in interface com.andrognito.pinlockview.PinLockListener
Triggers when the complete pin is entered, depends on the pin length set by the user
onCreateViewHolder(ViewGroup, int) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
onDeleteClicked() - Method in interface com.andrognito.pinlockview.PinLockAdapter.OnDeleteClickListener
 
onDeleteLongClicked() - Method in interface com.andrognito.pinlockview.PinLockAdapter.OnDeleteClickListener
 
onEmpty() - Method in interface com.andrognito.pinlockview.PinLockListener
Triggers when the pin is empty after manual deletion
onNumberClicked(int) - Method in interface com.andrognito.pinlockview.PinLockAdapter.OnNumberClickListener
 
onPinChange(int, String) - Method in interface com.andrognito.pinlockview.PinLockListener
Triggers on a key press on the PinLockView

P

PinLockAdapter - Class in com.andrognito.pinlockview
Created by aritraroy on 31/05/16.
PinLockAdapter(Context) - Constructor for class com.andrognito.pinlockview.PinLockAdapter
 
PinLockAdapter.DeleteViewHolder - Class in com.andrognito.pinlockview
 
PinLockAdapter.NumberViewHolder - Class in com.andrognito.pinlockview
 
PinLockAdapter.OnDeleteClickListener - Interface in com.andrognito.pinlockview
 
PinLockAdapter.OnNumberClickListener - Interface in com.andrognito.pinlockview
 
PinLockListener - Interface in com.andrognito.pinlockview
The listener that triggers callbacks for various events in the PinLockView Created by aritraroy on 31/05/16.
PinLockView - Class in com.andrognito.pinlockview
Represents a numeric lock view which can used to taken numbers as input.
PinLockView(Context) - Constructor for class com.andrognito.pinlockview.PinLockView
 
PinLockView(Context, AttributeSet) - Constructor for class com.andrognito.pinlockview.PinLockView
 
PinLockView(Context, AttributeSet, int) - Constructor for class com.andrognito.pinlockview.PinLockView
 

R

resetPinLockView() - Method in class com.andrognito.pinlockview.PinLockView
Resets the PinLockView, clearing the entered pin and resetting the IndicatorDots if attached
ResourceUtils - Class in com.andrognito.pinlockview
Created by aritraroy on 10/06/16.

S

setButtonBackgroundDrawable(Drawable) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setButtonBackgroundDrawable(Drawable) - Method in class com.andrognito.pinlockview.PinLockView
Set the background drawable of the buttons dynamically
setButtonSize(int) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setButtonSize(int) - Method in class com.andrognito.pinlockview.PinLockView
Set the size of the pin buttons dynamically
setCustomizationOptions(CustomizationOptionsBundle) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
setCustomKeySet(int[]) - Method in class com.andrognito.pinlockview.PinLockView
 
setDeleteButtonDrawable(Drawable) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setDeleteButtonDrawable(Drawable) - Method in class com.andrognito.pinlockview.PinLockView
Set the drawable of the delete button dynamically
setDeleteButtonPressedColor(int) - Method in class com.andrognito.pinlockview.PinLockView
Set the pressed/focused state color of the delete button
setDeleteButtonPressesColor(int) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setDeleteButtonSize(int) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setDeleteButtonSize(int) - Method in class com.andrognito.pinlockview.PinLockView
Set the size of the delete button in pixels
setIndicatorType(int) - Method in class com.andrognito.pinlockview.IndicatorDots
 
setKeyValues(int[]) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
setOnDeleteClickListener(PinLockAdapter.OnDeleteClickListener) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
setOnItemClickListener(PinLockAdapter.OnNumberClickListener) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
setPinLength(int) - Method in class com.andrognito.pinlockview.IndicatorDots
 
setPinLength(int) - Method in class com.andrognito.pinlockview.PinLockAdapter
 
setPinLength(int) - Method in class com.andrognito.pinlockview.PinLockView
Sets the pin length dynamically
setPinLockListener(PinLockListener) - Method in class com.andrognito.pinlockview.PinLockView
Sets a PinLockListener to the to listen to pin update events
setShowDeleteButton(boolean) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setShowDeleteButton(boolean) - Method in class com.andrognito.pinlockview.PinLockView
Dynamically set if the delete button should be shown
setTextColor(int) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setTextColor(int) - Method in class com.andrognito.pinlockview.PinLockView
Set the text color of the buttons dynamically
setTextSize(int) - Method in class com.andrognito.pinlockview.CustomizationOptionsBundle
 
setTextSize(int) - Method in class com.andrognito.pinlockview.PinLockView
Set the size of text in pixels
ShuffleArrayUtils - Class in com.andrognito.pinlockview
Created by aritraroy on 10/03/17.
ShuffleArrayUtils() - Constructor for class com.andrognito.pinlockview.ShuffleArrayUtils
 
A C D E F G I L N O P R S 
Skip navigation links