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