Searched refs:PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY (Results 1 – 3 of 3) sorted by relevance
1735 public static final int PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY = 0x00004000; field in WindowManager.LayoutParams1879 mask = PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY,1880 equals = PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY,
25 import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY;859 & PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY) != 0;
336 WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY; in onCreate()