HomeSort by relevance Sort by last modified time
    Searched refs:NAVIGATION_HINT_BACK_ALT (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/app/
StatusBarManager.java 85 public static final int NAVIGATION_HINT_BACK_ALT = 1 << 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 17 import static android.app.StatusBarManager.NAVIGATION_HINT_BACK_ALT;
269 hints |= NAVIGATION_HINT_BACK_ALT;
271 hints &= ~NAVIGATION_HINT_BACK_ALT;
NavigationBarView.java 390 final boolean backAlt = (hints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0;
391 if ((mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0 && !backAlt) {
453 && ((mNavigationIconHints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) == 0);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 175 milliseconds