Searched refs:shouldDraw (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java714 && (mBackground == null || !mBackground.shouldDraw())) {
786 if (active == null && count <= 0 && (background == null || !background.shouldDraw())) {
826 if (background != null && background.shouldDraw()) {
H A DRippleBackground.java165 public boolean shouldDraw() { method in class:RippleBackground

Completed in 64 milliseconds