Searched refs:isSupportedDrawable (Results 1 – 1 of 1) sorted by relevance
70 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