Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java75 Drawable clipPlaceholder = in init() local
77 clipPlaceholder.setAlpha(0); in init()
78 mSourceView.setForeground(clipPlaceholder); in init()
85 Drawable clipPlaceholder = in init() local
87 clipPlaceholder.setAlpha(0); in init()
88 mSourceView.setBackground(clipPlaceholder); in init()