Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java340 WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY; in onCreate()
/frameworks/base/core/java/android/view/
DWindowManager.java1348 public static final int PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY = 0x00004000; field in WindowManager.LayoutParams
DViewRootImpl.java23 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY;
721 & PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY) != 0; in setView()