Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java113 private final int mMaskHeight; field in WorkspaceAndHotseatScrim
126 mMaskHeight = ResourceUtils.pxFromDp(ALPHA_MASK_BITMAP_DP, in WorkspaceAndHotseatScrim()
231 mFinalMaskRect.set(0, h - mMaskHeight, w, h); in setSize()
269 Bitmap dst = Bitmap.createBitmap(width, mMaskHeight, Bitmap.Config.ALPHA_8); in createDitheredAlphaMask()