OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topDrawable
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
261
compoundDrawablesImpl.
topDrawable
,
535
public Drawable
topDrawable
;
541
topDrawable
= top;
548
topDrawable
= top != 0 ? ShadowDrawable.createFromResourceId(top) : null;
592
return shadowOf(
topDrawable
).getLoadedFromResourceId();
/packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java
147
Drawable
topDrawable
= Utilities.createIconDrawable(info.iconBitmap);
148
topDrawable
.setBounds(0, 0, grid.allAppsIconSizePx, grid.allAppsIconSizePx);
149
setCompoundDrawables(null,
topDrawable
, null, null);
Completed in 1267 milliseconds