Searched refs:childDrawable (Results 1 – 1 of 1) sorted by relevance
423 Drawable childDrawable = layers[i].mDrawable; in isProjected() local424 if (childDrawable != null && childDrawable.isProjected()) { in isProjected()471 final ChildDrawable childDrawable = createLayer(dr); in addLayer() local472 childDrawable.mId = id; in addLayer()473 childDrawable.mThemeAttrs = themeAttrs; in addLayer()474 childDrawable.mDrawable.setAutoMirrored(isAutoMirrored()); in addLayer()475 childDrawable.mInsetL = left; in addLayer()476 childDrawable.mInsetT = top; in addLayer()477 childDrawable.mInsetR = right; in addLayer()478 childDrawable.mInsetB = bottom; in addLayer()[all …]