OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultpreview
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
317
Bitmap
defaultPreview
= null;
326
defaultPreview
= Bitmap.createBitmap(bitmapWidth, bitmapHeight,
334
renderDrawableToBitmap(icon,
defaultPreview
, 0,
365
src.set(0, 0,
defaultPreview
.getWidth(),
defaultPreview
.getHeight());
374
c.drawBitmap(
defaultPreview
, src, dest, p);
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
[
all
...]
Completed in 89 milliseconds