Home
last modified time | relevance | path

Searched refs:typesToHide (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java2152 @InsetsType int typesToHide = 0; in controlInsetsForCompatibility() local
2155 typesToHide |= Type.statusBars(); in controlInsetsForCompatibility()
2160 typesToHide |= Type.navigationBars(); in controlInsetsForCompatibility()
2164 if (typesToHide != 0) { in controlInsetsForCompatibility()
2165 getInsetsController().hide(typesToHide); in controlInsetsForCompatibility()
2170 mTypesHiddenByFlags |= typesToHide; in controlInsetsForCompatibility()