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