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.java131 private final int mMaskHeight; field in WorkspaceAndHotseatScrim
151 mMaskHeight = ResourceUtils.pxFromDp(ALPHA_MASK_BITMAP_DP, in WorkspaceAndHotseatScrim()
260 mFinalMaskRect.set(0, h - mMaskHeight, w, h); in setSize()
302 Bitmap dst = Bitmap.createBitmap(width, mMaskHeight, Bitmap.Config.ALPHA_8); in createDitheredAlphaMask()