Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java7523 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in hasWindowInsetsAnimationCallback()
7547 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in dispatchWindowInsetsAnimationPrepare()
DView.java1693 static final int OPTIONAL_FITS_SYSTEM_WINDOWS = 0x00000800; field in View
13400 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0
13501 setFlags(OPTIONAL_FITS_SYSTEM_WINDOWS, OPTIONAL_FITS_SYSTEM_WINDOWS);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62984 Landroid/view/View;->OPTIONAL_FITS_SYSTEM_WINDOWS:I