Searched refs:createDitheredAlphaMask (Results 1 – 1 of 1) sorted by relevance
106 mTopMaskBitmap = mHideSysUiScrim ? null : createDitheredAlphaMask(mTopMaskHeight, in SysUiScrim()110 mBottomMaskBitmap = mHideSysUiScrim ? null : createDitheredAlphaMask(mBottomMaskHeight, in SysUiScrim()217 private Bitmap createDitheredAlphaMask(int height, @ColorInt int[] colors, float[] positions) { in createDitheredAlphaMask() method in SysUiScrim