Home
last modified time | relevance | path

Searched refs:REMOVE_CONTENT_MODE_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java21 import static android.view.WindowManager.REMOVE_CONTENT_MODE_UNDEFINED;
110 private int mRemoveContentMode = REMOVE_CONTENT_MODE_UNDEFINED;
143 && mRemoveContentMode == REMOVE_CONTENT_MODE_UNDEFINED in isEmpty()
289 if (entry == null || entry.mRemoveContentMode == REMOVE_CONTENT_MODE_UNDEFINED) { in getRemoveContentModeLocked()
525 REMOVE_CONTENT_MODE_UNDEFINED); in readDisplay()
596 if (entry.mRemoveContentMode != REMOVE_CONTENT_MODE_UNDEFINED) { in writeSettings()
DWindowManagerService.java77 import static android.view.WindowManager.REMOVE_CONTENT_MODE_UNDEFINED;
7052 return REMOVE_CONTENT_MODE_UNDEFINED; in getRemoveContentMode()
/frameworks/base/core/java/android/view/
DWindowManager.java357 int REMOVE_CONTENT_MODE_UNDEFINED = 0; field
377 REMOVE_CONTENT_MODE_UNDEFINED,