Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java92 public static final int ADD_FLAG_APP_VISIBLE = 0x2; field in WindowManagerGlobal
DViewRootImpl.java583 mAppVisible = (res & WindowManagerGlobal.ADD_FLAG_APP_VISIBLE) != 0; in setView()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java2327 res |= WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addWindow()