Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java3139 @InsetsType int typesToShow = 0; in controlInsetsForCompatibility() local
3143 typesToShow |= Type.statusBars(); in controlInsetsForCompatibility()
3148 typesToShow |= Type.navigationBars(); in controlInsetsForCompatibility()
3153 if (typesToShow != 0) { in controlInsetsForCompatibility()
3154 getInsetsController().show(typesToShow); in controlInsetsForCompatibility()
3157 mTypesHiddenByFlags &= ~typesToShow; in controlInsetsForCompatibility()