Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java1735 public static final int PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY = 0x00004000; field in WindowManager.LayoutParams
1879 mask = PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY,
1880 equals = PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY,
DViewRootImpl.java25 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY;
859 & PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY) != 0;
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivity.java336 WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY; in onCreate()