Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java70 if (isSupportedDrawable(backgroundView.getForeground())) { in init()
80 if (isSupportedDrawable(backgroundView.getBackground())) { in init()
145 private static boolean isSupportedDrawable(Drawable drawable) { in isSupportedDrawable() method in FloatingWidgetBackgroundView