Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java51 Drawable[] drawables = getCompoundDrawablesRelative(); in init() local
52 for (int i = 0; i < drawables.length; i++) { in init()
53 if (drawables[i] != null) { in init()
54 drawables[i] = TintedDrawable.wrap(drawables[i]); in init()
58 drawables[0], drawables[1], drawables[2], drawables[3]); in init()
118 Drawable[] drawables = new Drawable[6]; in getAllCompoundDrawables() local
120 drawables[0] = compoundDrawables[0]; // left in getAllCompoundDrawables()
121 drawables[1] = compoundDrawables[1]; // top in getAllCompoundDrawables()
122 drawables[2] = compoundDrawables[2]; // right in getAllCompoundDrawables()
123 drawables[3] = compoundDrawables[3]; // bottom in getAllCompoundDrawables()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java33 protected Drawable[] drawables; field in ShadowLayerDrawableTest
46 drawables = new Drawable[]{drawable1000, drawable2000, drawable3000}; in setUp()
51 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testGetNumberOfLayers()
57 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testSetDrawableByLayerId1()
70 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testSetDrawableByLayerId2()
83 LayerDrawable layerDrawable = new LayerDrawable(drawables); in setDrawableByLayerId_shouldReturnFalseIfIdNotFound()
90 LayerDrawable layerDrawable = new LayerDrawable(drawables); in setDrawableByLayerId_shouldReturnTrueIfIdWasFound()
DShadowLayoutInflaterTest.java259 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local
260 assertThat(shadowOf(drawables[0]).getCreatedFromResId()).isEqualTo(R.drawable.fourth_image); in testTextViewCompoundDrawablesAreSet()
261 assertThat(shadowOf(drawables[1]).getCreatedFromResId()).isEqualTo(R.drawable.an_image); in testTextViewCompoundDrawablesAreSet()
262 assertThat(shadowOf(drawables[2]).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in testTextViewCompoundDrawablesAreSet()
263 assertThat(shadowOf(drawables[3]).getCreatedFromResId()).isEqualTo(R.drawable.third_image); in testTextViewCompoundDrawablesAreSet()
/external/skia/src/core/
DSkRecordDraw.h31 SkDrawable* const drawables[], int drawableCount,
49 SkDrawable* const drawables[], int drawableCount,
54 , fDrawables(drawables)
DSkRecordedDrawable.cpp17 SkDrawable* const* drawables = nullptr; in onDraw() local
20 drawables = fDrawableList->begin(); in onDraw()
23 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, fBBH.get(), nullptr); in onDraw()
DSkPictureRecorder.cpp107 SkDrawable* const* drawables = nullptr; in partialReplay() local
111 drawables = drawableList->begin(); in partialReplay()
113 …SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, nullptr/*bbh*/, nullptr/*callbac… in partialReplay()
DSkRecordDraw.cpp16 SkDrawable* const drawables[], in SkRecordDraw() argument
33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
/external/skqp/src/core/
DSkRecordDraw.h31 SkDrawable* const drawables[], int drawableCount,
49 SkDrawable* const drawables[], int drawableCount,
54 , fDrawables(drawables)
DSkRecordedDrawable.cpp17 SkDrawable* const* drawables = nullptr; in onDraw() local
20 drawables = fDrawableList->begin(); in onDraw()
23 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, fBBH.get(), nullptr); in onDraw()
DSkPictureRecorder.cpp107 SkDrawable* const* drawables = nullptr; in partialReplay() local
111 drawables = drawableList->begin(); in partialReplay()
113 …SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, nullptr/*bbh*/, nullptr/*callbac… in partialReplay()
DSkRecordDraw.cpp16 SkDrawable* const drawables[], in SkRecordDraw() argument
33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
/external/mesa3d/docs/specs/
DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES41 Support for GLXPbuffers has been added. These are drawables that are
/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
550 drawables.put(new Pair(packageName, resourceId), drawable); in addDrawableResolution()
1108 drawables.clear(); in reset()
DShadowApplicationPackageManager.java1367 Drawable result = drawables.get(new Pair<>(packageName, resId)); in getDrawable()
/external/mesa3d/docs/
DlibGL.txt131 drawables and perform all the operations needed by the GLX interface.
DVERSIONS1369 - fixed memory leak when freeing GLX drawables/renderbuffers
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::