Searched refs:maskHeight (Results 1 – 2 of 2) sorted by relevance
238 val maskHeight = rippleShader.rippleSize.currentHeight * 2 in <lambda>() constant241 /* top= */ centerY - maskHeight, in <lambda>()243 /* bottom= */ centerY + maskHeight, in <lambda>()
574 int maskHeight = (int)Math.pow(2, mMaskHeightExp); in createMemoryFormat() local575 mMaskFormat.setDimensions(maskWidth, maskHeight); in createMemoryFormat()583 int memHeight = Math.max(maskHeight, (int)Math.pow(2, heightExp)); in createMemoryFormat()588 Log.v(TAG, "Mask frames size " + maskWidth + " x " + maskHeight); in createMemoryFormat()