Home
last modified time | relevance | path

Searched defs:drawables (Results 1 – 10 of 10) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java51 Drawable[] drawables = getCompoundDrawablesRelative(); in init() local
118 Drawable[] drawables = new Drawable[6]; in getAllCompoundDrawables() local
/external/skqp/src/core/
DSkRecordedDrawable.cpp17 SkDrawable* const* drawables = nullptr; in onDraw() local
DSkPictureRecorder.cpp107 SkDrawable* const* drawables = nullptr; in partialReplay() local
DSkRecordDraw.cpp16 SkDrawable* const drawables[], in SkRecordDraw()
/external/skia/src/core/
DSkRecordedDrawable.cpp17 SkDrawable* const* drawables = nullptr; in onDraw() local
DSkPictureRecorder.cpp107 SkDrawable* const* drawables = nullptr; in partialReplay() local
DSkRecordDraw.cpp16 SkDrawable* const drawables[], in SkRecordDraw()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java33 protected Drawable[] drawables; field in ShadowLayerDrawableTest
DShadowLayoutInflaterTest.java259 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java120 static final Map<Pair<String, Integer>, Drawable> drawables = new LinkedHashMap<>(); field in ShadowPackageManager