Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java422 Drawable childDrawable = layers[i].mDrawable; in isProjected() local
423 if (childDrawable != null && childDrawable.isProjected()) { in isProjected()
470 final ChildDrawable childDrawable = createLayer(dr); in addLayer() local
471 childDrawable.mId = id; in addLayer()
472 childDrawable.mThemeAttrs = themeAttrs; in addLayer()
473 childDrawable.mDrawable.setAutoMirrored(isAutoMirrored()); in addLayer()
474 childDrawable.mInsetL = left; in addLayer()
475 childDrawable.mInsetT = top; in addLayer()
476 childDrawable.mInsetR = right; in addLayer()
477 childDrawable.mInsetB = bottom; in addLayer()
[all …]