Searched refs:NAVIGATION_HINT_BACK_ALT (Results 1 – 3 of 3) sorted by relevance
85 public static final int NAVIGATION_HINT_BACK_ALT = 1 << 0; field in StatusBarManager
17 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;269 hints |= NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()271 hints &= ~NAVIGATION_HINT_BACK_ALT; in setImeWindowStatus()
390 final boolean backAlt = (hints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0; in setNavigationIconHints()391 if ((mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0 && !backAlt) { in setNavigationIconHints()453 && ((mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) == 0); in setDisabledFlags()