Searched defs:drawables (Results 1 – 6 of 6) sorted by relevance
17 protected Drawable[] drawables; field in ShadowLayerDrawable20 public void __constructor__(Drawable[] drawables) { in __constructor__()
67 Drawable[] drawables = new Drawable[resourceIds.length]; in buildDrawable() local
94 SkDrawable* const* drawables = NULL; in partialReplay() local126 SkDrawable* const* drawables = NULL; in onDraw() local
15 SkDrawable* const drawables[], in SkRecordDraw()
89 int[] drawables = { R.drawable.l7_white, R.drawable.l0_red, in testNotXmlDrawable() local
32 protected Drawable[] drawables; field in LayerDrawableTest