Searched refs:NAVIGATION_HINT_BACK_ALT (Results 1 – 5 of 5) sorted by relevance
19 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;242 assertEquals(NAVIGATION_HINT_BACK_ALT | NAVIGATION_HINT_IME_SHOWN, in testSetImeWindowStatusWhenImeSwitchOnDisplay()244 assertFalse((externalNavBar.getNavigationIconHints() & NAVIGATION_HINT_BACK_ALT) != 0); in testSetImeWindowStatusWhenImeSwitchOnDisplay()253 assertEquals(NAVIGATION_HINT_BACK_ALT | NAVIGATION_HINT_IME_SHOWN, in testSetImeWindowStatusWhenImeSwitchOnDisplay()255 assertFalse((defaultNavBar.getNavigationIconHints() & NAVIGATION_HINT_BACK_ALT) != 0); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
19 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;898 hints |= NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()900 hints &= ~NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()904 hints &= ~NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()1418 (mNavigationIconHints & NAVIGATION_HINT_BACK_ALT) != 0) in updateSystemUiStateFlags()
587 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in orientBackButton()657 final boolean newBackAlt = (hints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in setNavigationIconHints()659 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in setNavigationIconHints()705 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in updateNavButtonIcons()
169 public static final int NAVIGATION_HINT_BACK_ALT = 1 << 0; field in StatusBarManager
8986 Landroid/app/StatusBarManager;->NAVIGATION_HINT_BACK_ALT:I