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.java87 Drawable clipPlaceholder = in init() local
89 clipPlaceholder.setAlpha(0); in init()
90 mSourceView.setForeground(clipPlaceholder); in init()
103 Drawable clipPlaceholder = in init() local
105 clipPlaceholder.setAlpha(0); in init()
106 mSourceView.setBackground(clipPlaceholder); in init()