Searched refs:OPTIONAL_FITS_SYSTEM_WINDOWS (Results 1 – 3 of 3) sorted by relevance
7523 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in hasWindowInsetsAnimationCallback()7547 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 0 in dispatchWindowInsetsAnimationPrepare()
1693 static final int OPTIONAL_FITS_SYSTEM_WINDOWS = 0x00000800; field in View13400 boolean isOptionalFitSystemWindows = (mViewFlags & OPTIONAL_FITS_SYSTEM_WINDOWS) != 013501 setFlags(OPTIONAL_FITS_SYSTEM_WINDOWS, OPTIONAL_FITS_SYSTEM_WINDOWS);
62984 Landroid/view/View;->OPTIONAL_FITS_SYSTEM_WINDOWS:I