Home
last modified time | relevance | path

Searched refs:IndicationType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java76 private @IndicationType int mCurrIndicationType = INDICATION_TYPE_NONE;
115 public void updateIndication(@IndicationType int type, KeyguardIndication newIndication, in updateIndication()
189 public void hideIndication(@IndicationType int type) { in hideIndication()
241 private void showIndication(@IndicationType int type) { in showIndication()
245 final @IndicationType int previousIndicationType = mCurrIndicationType; in showIndication()
395 public @interface IndicationType{} annotation in KeyguardIndicationRotateTextViewController