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

/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java65 public static final int ADD_FLAG_APP_VISIBLE = 0x2; field in class:WindowManagerImpl
H A DViewRoot.java538 mAppVisible = (res&WindowManagerImpl.ADD_FLAG_APP_VISIBLE) != 0;
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java2022 res |= WindowManagerImpl.ADD_FLAG_APP_VISIBLE;

Completed in 1804 milliseconds