Searched refs:RightButtonMode (Results 1 – 1 of 1) sorted by relevance
339 enum RightButtonMode { enum in ChooseLockPattern.ChooseLockPatternFragment350 RightButtonMode(int text, boolean enabled) { in RightButtonMode() method in ChooseLockPattern.ChooseLockPatternFragment.RightButtonMode368 LeftButtonMode.Gone, RightButtonMode.ContinueDisabled,386 LeftButtonMode.Gone, RightButtonMode.ConfirmDisabled,390 LeftButtonMode.Gone, RightButtonMode.ConfirmDisabled,409 RightButtonMode rightMode, in Stage()424 final RightButtonMode rightMode;656 if (mUiStage.rightMode == RightButtonMode.Continue) { in handleRightButton()660 + RightButtonMode.Continue); in handleRightButton()663 } else if (mUiStage.rightMode == RightButtonMode.Confirm) { in handleRightButton()[all …]