Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java424 if (childDrawable != null && childDrawable.isProjected()) { in isProjected()
472 childDrawable.mId = id; in addLayer()
480 addLayer(childDrawable); in addLayer()
485 return childDrawable; in addLayer()
681 childDrawable.mWidth = w; in setLayerSize()
682 childDrawable.mHeight = h; in setLayerSize()
692 childDrawable.mWidth = w; in setLayerWidth()
713 childDrawable.mHeight = h; in setLayerHeight()
808 childDrawable.mInsetL = l; in setLayerInsetLeft()
828 childDrawable.mInsetR = r; in setLayerInsetRight()
[all …]