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.java122 private final Drawable mTopScrim; field in WorkspaceAndHotseatScrim
135 mTopScrim = Themes.getAttrDrawable(view.getContext(), R.attr.workspaceStatusBarScrim); in WorkspaceAndHotseatScrim()
136 mBottomMask = mTopScrim == null ? null : createDitheredAlphaMask(); in WorkspaceAndHotseatScrim()
137 mHideSysUiScrim = mTopScrim == null; in WorkspaceAndHotseatScrim()
182 mTopScrim.draw(canvas); in draw()
204 && mTopScrim != null in onInsetsChanged()
225 if (!KEYGUARD_ANIMATION.get() && mTopScrim != null) { in onViewAttachedToWindow()
235 if (!KEYGUARD_ANIMATION.get() && mTopScrim != null) { in onViewDetachedFromWindow()
251 if (mTopScrim != null) { in setSize()
252 mTopScrim.setBounds(0, 0, w, h); in setSize()
[all …]