Searched refs:publicType (Results 1 – 3 of 3) sorted by relevance
282 final @InsetsType int publicType = InsetsState.toPublicType(mType); in updateCompatSysUiVisibility() local283 if (publicType != WindowInsets.Type.statusBars() in updateCompatSysUiVisibility()284 && publicType != WindowInsets.Type.navigationBars()) { in updateCompatSysUiVisibility()294 final ArraySet<Integer> types = InsetsState.toInternalType(publicType); in updateCompatSysUiVisibility()
343 int publicType = InsetsState.toPublicType(type); in calculateInsets() local344 if ((publicType & types) == 0) { in calculateInsets()360 int publicType = InsetsState.toPublicType(type); in calculateInsets() local361 if ((publicType & types) == 0) { in calculateInsets()387 final int publicType = InsetsState.toPublicType(type); in calculateVisibleInsets() local388 if ((publicType & visibleInsetsTypes) == 0) { in calculateVisibleInsets()
2442 @InsetsType final int publicType = InsetsState.toPublicType(type); in updateCompatSysUiVisibility() local2443 if (publicType != Type.statusBars() && publicType != Type.navigationBars()) { in updateCompatSysUiVisibility()2447 final int systemUiFlag = publicType == Type.statusBars() in updateCompatSysUiVisibility()