Searched refs:isProjected (Results 1 – 11 of 11) sorted by relevance
403 public boolean isProjected() { in isProjected() method in DynamicAdaptiveIconDrawable404 if (super.isProjected()) { in isProjected()410 if (layers[i].mDrawable != null && layers[i].mDrawable.isProjected()) { in isProjected()
558 public boolean isProjected() { in isProjected() method in AdaptiveIconDrawable559 if (super.isProjected()) { in isProjected()565 if (layers[i].mDrawable != null && layers[i].mDrawable.isProjected()) { in isProjected()
415 public boolean isProjected() { in isProjected() method in LayerDrawable416 if (super.isProjected()) { in isProjected()424 if (childDrawable != null && childDrawable.isProjected()) { in isProjected()
783 public boolean isProjected() { in isProjected() method in Drawable
434 public boolean isProjected() { in isProjected() method in RippleDrawable
248 override fun isProjected(): Boolean {
18861 if (mBackground != null && mBackground.isProjected()) { in invalidateInternal()23000 renderNode.setProjectBackwards(drawable.isProjected()); in getDrawableRenderNode()
7467 HSPLandroid/graphics/drawable/Drawable;->isProjected()Z7785 HSPLandroid/graphics/drawable/LayerDrawable;->isProjected()Z+]Landroid/graphics/drawable/Drawable;m…7933 HSPLandroid/graphics/drawable/RippleDrawable;->isProjected()Z+]Landroid/graphics/drawable/RippleDra…
7463 HSPLandroid/graphics/drawable/Drawable;->isProjected()Z7781 HSPLandroid/graphics/drawable/LayerDrawable;->isProjected()Z+]Landroid/graphics/drawable/Drawable;m…7929 HSPLandroid/graphics/drawable/RippleDrawable;->isProjected()Z+]Landroid/graphics/drawable/RippleDra…
19361 Landroid/graphics/drawable/AdaptiveIconDrawable;->isProjected()Z20018 Landroid/graphics/drawable/LayerDrawable;->isProjected()Z20132 Landroid/graphics/drawable/RippleDrawable;->isProjected()Z
16528 method public boolean isProjected();