OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContentBitmap
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
29
protected Bitmap
mContentBitmap
;
38
mContentBitmap
= bitmap;
48
return
mContentBitmap
;
52
return
mContentBitmap
;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
29
protected Bitmap
mContentBitmap
;
38
mContentBitmap
= bitmap;
48
return
mContentBitmap
;
52
return
mContentBitmap
;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
29
protected Bitmap
mContentBitmap
;
38
mContentBitmap
= bitmap;
48
return
mContentBitmap
;
52
return
mContentBitmap
;
/packages/apps/Browser/src/com/android/browser/
PhoneUi.java
463
private Bitmap
mContentBitmap
;
498
if (
mContentBitmap
== null
499
||
mContentBitmap
.getWidth() != web.getWidth()
500
||
mContentBitmap
.getHeight() != h) {
501
mContentBitmap
= safeCreateBitmap(web.getWidth(), h);
503
if (
mContentBitmap
!= null) {
504
Canvas c = new Canvas(
mContentBitmap
);
511
mContent.setImageBitmap(
mContentBitmap
);
Completed in 5529 milliseconds