Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java2332 @InsetsType int typesToShow = 0; in controlInsetsForCompatibility() local
2336 typesToShow |= Type.statusBars(); in controlInsetsForCompatibility()
2341 typesToShow |= Type.navigationBars(); in controlInsetsForCompatibility()
2346 if (typesToShow != 0) { in controlInsetsForCompatibility()
2347 getInsetsController().show(typesToShow); in controlInsetsForCompatibility()
2350 mTypesHiddenByFlags &= ~typesToShow; in controlInsetsForCompatibility()