Searched refs:VISIBILITY_LEVEL_ENUMS (Results 1 – 1 of 1) sorted by relevance
54 val levels = VISIBILITY_LEVEL_ENUMS in getVisibilityLevel()279 private val VISIBILITY_LEVEL_ENUMS = VisibilityLevel.values() constant295 …val expectedMask = (1 shl (32 - Integer.numberOfLeadingZeros(VISIBILITY_LEVEL_ENUMS.size - 1))) - 1 in <lambda>()