Searched refs:childDrawable (Results 1 – 1 of 1) sorted by relevance
422 Drawable childDrawable = layers[i].mDrawable; in isProjected() local423 if (childDrawable != null && childDrawable.isProjected()) { in isProjected()470 final ChildDrawable childDrawable = createLayer(dr); in addLayer() local471 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 …]