Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java282 final @InsetsType int publicType = InsetsState.toPublicType(mType); in updateCompatSysUiVisibility() local
283 if (publicType != WindowInsets.Type.statusBars() in updateCompatSysUiVisibility()
284 && publicType != WindowInsets.Type.navigationBars()) { in updateCompatSysUiVisibility()
294 final ArraySet<Integer> types = InsetsState.toInternalType(publicType); in updateCompatSysUiVisibility()
DInsetsState.java343 int publicType = InsetsState.toPublicType(type); in calculateInsets() local
344 if ((publicType & types) == 0) { in calculateInsets()
360 int publicType = InsetsState.toPublicType(type); in calculateInsets() local
361 if ((publicType & types) == 0) { in calculateInsets()
387 final int publicType = InsetsState.toPublicType(type); in calculateVisibleInsets() local
388 if ((publicType & visibleInsetsTypes) == 0) { in calculateVisibleInsets()
DViewRootImpl.java2442 @InsetsType final int publicType = InsetsState.toPublicType(type); in updateCompatSysUiVisibility() local
2443 if (publicType != Type.statusBars() && publicType != Type.navigationBars()) { in updateCompatSysUiVisibility()
2447 final int systemUiFlag = publicType == Type.statusBars() in updateCompatSysUiVisibility()