Home
last modified time | relevance | path

Searched refs:maskHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
DRippleView.kt238 val maskHeight = rippleShader.rippleSize.currentHeight * 2 in <lambda>() constant
241 /* top= */ centerY - maskHeight, in <lambda>()
243 /* bottom= */ centerY + maskHeight, in <lambda>()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java574 int maskHeight = (int)Math.pow(2, mMaskHeightExp); in createMemoryFormat() local
575 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()