Searched refs:OPTIONAL_FITS_SYSTEM_WINDOWS (Results 1 – 3 of 3) sorted by relevance
7394 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in hasWindowInsetsAnimationCallback()7418 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in dispatchWindowInsetsAnimationPrepare()
1603 static final int OPTIONAL_FITS_SYSTEM_WINDOWS = 0x00000800; field in View11780 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in computeSystemWindowInsets()11872 setFlags(OPTIONAL_FITS_SYSTEM_WINDOWS, OPTIONAL_FITS_SYSTEM_WINDOWS); in makeOptionalFitsSystemWindows()
66950 Landroid/view/View;->OPTIONAL_FITS_SYSTEM_WINDOWS:I