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.java457 final ChildDrawable childDrawable = createLayer(dr); in addLayer() local
458 childDrawable.mId = id; in addLayer()
459 childDrawable.mThemeAttrs = themeAttrs; in addLayer()
460 childDrawable.mDrawable.setAutoMirrored(isAutoMirrored()); in addLayer()
461 childDrawable.mInsetL = left; in addLayer()
462 childDrawable.mInsetT = top; in addLayer()
463 childDrawable.mInsetR = right; in addLayer()
464 childDrawable.mInsetB = bottom; in addLayer()
466 addLayer(childDrawable); in addLayer()
471 return childDrawable; in addLayer()
[all …]