Searched refs:compatSystemInsets (Results 1 – 3 of 3) sorted by relevance
30 import static android.view.WindowInsets.Type.compatSystemInsets;281 return getInsets(mTypeInsetsMap, compatSystemInsets()); in getSystemWindowInsets()558 return getInsets(mTypeMaxInsetsMap, compatSystemInsets()); in getStableInsets()1265 static @InsetType int compatSystemInsets() { in compatSystemInsets() method in WindowInsets.Type
169 && (toPublicType(type) & Type.compatSystemInsets()) != 0; in calculateInsets()
42764 HSPLandroid/view/WindowInsets$Type;->compatSystemInsets()I