Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java133 private final Drawable mTopScrim; field in WorkspaceAndHotseatScrim
153 mTopScrim = Themes.getAttrDrawable(view.getContext(), R.attr.workspaceStatusBarScrim); in WorkspaceAndHotseatScrim()
154 mBottomMask = mTopScrim == null ? null : createDitheredAlphaMask(); in WorkspaceAndHotseatScrim()
155 mHideSysUiScrim = mTopScrim == null; in WorkspaceAndHotseatScrim()
202 mTopScrim.draw(canvas); in draw()
211 mDrawTopScrim = mTopScrim != null && insets.top > 0; in onInsetsChanged()
229 if (mTopScrim != null) { in onViewAttachedToWindow()
239 if (mTopScrim != null) { in onViewDetachedFromWindow()
258 if (mTopScrim != null) { in setSize()
259 mTopScrim.setBounds(0, 0, w, h); in setSize()
[all …]