OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDrawableForDensity
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java
238
bitmap = ((BitmapDrawable) mContext.getResources().
getDrawableForDensity
(
325
Drawable overlay = mContext.getResources().
getDrawableForDensity
(
344
Bitmap phoneIcon = ((BitmapDrawable) r.
getDrawableForDensity
(actionResId, mIconDensity))
/packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java
140
Drawable drawable = context.getResources().
getDrawableForDensity
(
149
Drawable drawable = context.getResources().
getDrawableForDensity
(
/packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java
81
d = resources.
getDrawableForDensity
(iconId, mIconDpi);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java
183
return resources.
getDrawableForDensity
(iconId, mIconDpi);
/frameworks/base/core/java/android/content/res/
Resources.java
688
public Drawable
getDrawableForDensity
(int id, int density) throws NotFoundException {
[
all
...]
Completed in 920 milliseconds