Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordViewController.java51 private static final int DELAY_MILLIS_TO_REEVALUATE_IME_SWITCH_ICON = 500; // 500ms field in KeyguardPasswordViewController
160 this::updateSwitchImeButton, DELAY_MILLIS_TO_REEVALUATE_IME_SWITCH_ICON); in onViewAttached()