Searched refs:MASK (Results 1 – 4 of 4) sorted by relevance
60 int MASK = (1 << BITS) - 1; field63 return (index >> SHIFT) & MASK; in fromIndex()74 int MASK = (1 << BITS) - 1; field77 return (index >> SHIFT) & MASK; in fromIndex()89 int MASK = (1 << BITS) - 1; field92 return (index >> SHIFT) & MASK; in fromIndex()103 int MASK = (1 << BITS) - 1; field106 return (index >> SHIFT) & MASK; in fromIndex()212 int ret = batterySaverState & BatterySaverState.MASK; in statesToIndex()214 ret |= (dozeState & DozeState.MASK) << DozeState.SHIFT; in statesToIndex()[all …]
137 static final int MASK_EXPOSED_AS = LambdaType.MASK << (MAX_ARGS + 3);140 static final int MASK_FUNC_TYPE = LambdaType.MASK <<696 public static final int MASK = MASK_ARG_COUNT | MASK_RETURN_TYPE; field in PooledLambdaImpl.LambdaType
100 private static final float[] MASK = { field in DessertCaseView197 pt.setColorFilter(new ColorMatrixColorFilter(MASK)); in convertToAlphaMask()
1085 case AlphaInterpretation.MASK: return "MASK"; in alphaInterpretationToString()