Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java17 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;
190 assertEquals(NAVIGATION_HINT_BACK_ALT | NAVIGATION_HINT_IME_SHOWN, in testSetImeWindowStatusWhenImeSwitchOnDisplay()
192 assertFalse((externalNavBar.getNavigationIconHints() & NAVIGATION_HINT_BACK_ALT) != 0); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
201 assertEquals(NAVIGATION_HINT_BACK_ALT | NAVIGATION_HINT_IME_SHOWN, in testSetImeWindowStatusWhenImeSwitchOnDisplay()
203 assertFalse((defaultNavBar.getNavigationIconHints() & NAVIGATION_HINT_BACK_ALT) != 0); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java495 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in orientBackButton()
557 final boolean newBackAlt = (hints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in setNavigationIconHints()
559 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in setNavigationIconHints()
603 (mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in updateNavButtonIcons()
DNavigationBarFragment.java17 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;
439 hints |= NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()
441 hints &= ~NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()
445 hints &= ~NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()
/frameworks/base/core/java/android/app/
DStatusBarManager.java162 public static final int NAVIGATION_HINT_BACK_ALT = 1 << 0; field in StatusBarManager
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8995 Landroid/app/StatusBarManager;->NAVIGATION_HINT_BACK_ALT:I