OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:renderDrawableToBitmap
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
504
renderDrawableToBitmap
(icon, defaultPreview, hoffset,
534
renderDrawableToBitmap
(drawable, preview, x, 0, previewWidth,
582
renderDrawableToBitmap
(
606
renderDrawableToBitmap
(icon, preview, 0, 0, mAppIconSize, mAppIconSize);
612
public static void
renderDrawableToBitmap
(
614
renderDrawableToBitmap
(d, bitmap, x, y, w, h, 1f);
617
private static void
renderDrawableToBitmap
(
AppsCustomizePagedView.java
761
WidgetPreviewLoader.
renderDrawableToBitmap
(icon, preview, 0, 0,
[
all
...]
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
338
renderDrawableToBitmap
(icon, defaultPreview, 0,
362
renderDrawableToBitmap
(drawable, preview, 0, 0, finalPreviewWidth,
414
private void
renderDrawableToBitmap
(Drawable d, Bitmap bitmap, int x, int y, int w, int h) {
415
renderDrawableToBitmap
(d, bitmap, x, y, w, h, 1f);
418
private void
renderDrawableToBitmap
(Drawable d, Bitmap bitmap, int x, int y, int w, int h,
/packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java
548
renderDrawableToBitmap
(icon, defaultPreview, hoffset,
578
renderDrawableToBitmap
(drawable, preview, x, 0, previewWidth,
626
renderDrawableToBitmap
(
650
renderDrawableToBitmap
(icon, preview, 0, 0, mAppIconSize, mAppIconSize);
656
public static void
renderDrawableToBitmap
(
658
renderDrawableToBitmap
(d, bitmap, x, y, w, h, 1f);
661
private static void
renderDrawableToBitmap
(
AppsCustomizePagedView.java
757
WidgetPreviewLoader.
renderDrawableToBitmap
(icon, preview, 0, 0,
[
all
...]
Completed in 605 milliseconds