Searched refs:clearsCompatInsets (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 171 if (clearsCompatInsets(windowType, legacyWindowFlags, activityType, forceConsumingTypes)) { in calculateInsets() 299 return clearsCompatInsets(windowType, windowFlags, activityType, forceConsumingTypes) in calculateVisibleInsets() 644 public static boolean clearsCompatInsets(int windowType, int windowFlags, in clearsCompatInsets() method in InsetsState
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 23 import static android.view.InsetsState.clearsCompatInsets; 1090 final boolean clearsCompatInsets = clearsCompatInsets(attrs.type, attrs.flags, in updateColorViews() 1097 final Insets systemInsets = clearsCompatInsets in updateColorViews()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16481 HSPLandroid/view/InsetsState;->clearsCompatInsets(IIII)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16545 HSPLandroid/view/InsetsState;->clearsCompatInsets(IIII)Z
|