Searched refs:PFLAG3_APPLYING_INSETS (Results 1 – 1 of 1) sorted by relevance
2890 static final int PFLAG3_APPLYING_INSETS = 0x20; field in View9059 if ((mPrivateFlags3 & PFLAG3_APPLYING_INSETS) == 0) { in fitSystemWindows()9181 mPrivateFlags3 |= PFLAG3_APPLYING_INSETS; in dispatchApplyWindowInsets()9188 mPrivateFlags3 &= ~PFLAG3_APPLYING_INSETS; in dispatchApplyWindowInsets()