Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java2331 @InsetsType int typesToHide = 0; in controlInsetsForCompatibility() local
2334 typesToHide |= Type.statusBars(); in controlInsetsForCompatibility()
2339 typesToHide |= Type.navigationBars(); in controlInsetsForCompatibility()
2343 if (typesToHide != 0) { in controlInsetsForCompatibility()
2344 getInsetsController().hide(typesToHide); in controlInsetsForCompatibility()
2349 mTypesHiddenByFlags |= typesToHide; in controlInsetsForCompatibility()