HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_NAVIGATION_BAR (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
AlertWindowsTests.java 51 private static final int TYPE_NAVIGATION_BAR = FIRST_SYSTEM_WINDOW + 19;
63 TYPE_NAVIGATION_BAR);
  /frameworks/native/services/inputflinger/
InputWindow.h 101 TYPE_NAVIGATION_BAR = FIRST_SYSTEM_WINDOW+19,
  /frameworks/base/core/java/android/view/
WindowManager.java 310 @ViewDebug.IntToString(from = TYPE_NAVIGATION_BAR,
311 to = "TYPE_NAVIGATION_BAR"),
607 public static final int TYPE_NAVIGATION_BAR = FIRST_SYSTEM_WINDOW+19;
    [all...]

Completed in 198 milliseconds