Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java7394 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in hasWindowInsetsAnimationCallback()
7418 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in dispatchWindowInsetsAnimationPrepare()
H A DView.java1603 static final int OPTIONAL_FITS_SYSTEM_WINDOWS = 0x00000800; field in View
11780 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in computeSystemWindowInsets()
11872 setFlags(OPTIONAL_FITS_SYSTEM_WINDOWS, OPTIONAL_FITS_SYSTEM_WINDOWS); in makeOptionalFitsSystemWindows()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66950 Landroid/view/View;->OPTIONAL_FITS_SYSTEM_WINDOWS:I