OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastBitmapDrawable
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java
27
class
FastBitmapDrawable
extends Drawable {
34
FastBitmapDrawable
(Bitmap b) {
HolographicViewHelper.java
46
FastBitmapDrawable
d = new
FastBitmapDrawable
(outline);
PagedViewWidget.java
98
FastBitmapDrawable
preview = (
FastBitmapDrawable
) image.getDrawable();
138
void applyPreview(
FastBitmapDrawable
preview, int index, boolean scale) {
PagedViewIcon.java
101
setCompoundDrawablesWithIntrinsicBounds(null, new
FastBitmapDrawable
(mIcon), null, null);
BubbleTextView.java
103
new
FastBitmapDrawable
(b),
Folder.java
500
new
FastBitmapDrawable
(item.getIcon(mIconCache)), null, null);
[
all
...]
AppsCustomizePagedView.java
[
all
...]
LauncherModel.java
[
all
...]
Workspace.java
[
all
...]
/frameworks/base/core/java/android/app/
WallpaperManager.java
104
static class
FastBitmapDrawable
extends Drawable {
112
private
FastBitmapDrawable
(Bitmap bitmap) {
390
return new
FastBitmapDrawable
(bm);
405
return new
FastBitmapDrawable
(bm);
/frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java
[
all
...]
/packages/apps/Music/src/com/android/music/
MusicUtils.java
839
private static class
FastBitmapDrawable
extends Drawable {
841
public
FastBitmapDrawable
(Bitmap b) {
[
all
...]
Completed in 2874 milliseconds