Home
last modified time | relevance | path

Searched refs:FIRST_APPLICATION_WINDOW (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/
DInputWindow.h69 FIRST_APPLICATION_WINDOW = 1, enumerator
/frameworks/base/services/core/java/com/android/server/policy/
DPolicyControl.java197 boolean isApp = attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in matches()
DPhoneWindowManager.java1839 if (!((type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) in checkAddPermission()
2046 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in windowTypeToLayerLw()
3918 attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW && in layoutWindowLw()
3977 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
3988 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
4124 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
4139 || (attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
4373 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW in applyPostLayoutPolicyLw()
/frameworks/base/core/java/android/view/
DWindowManager.java235 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java154 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2412 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in addWindow()
2444 } else if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in addWindow()
/frameworks/base/api/
Dcurrent.txt37356 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
Dsystem-current.txt39651 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1