OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundImage
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
111
private Bitmap
mBackgroundImage
;
232
mBackgroundImage
= BitmapFactory.decodeResource(res,
512
mBackgroundImage
= Bitmap.createScaledBitmap(
513
mBackgroundImage
, width, height, true);
614
canvas.drawBitmap(
mBackgroundImage
, 0, 0, null);
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
97
final ImageView
mBackgroundImage
;
143
mBackgroundImage
= (ImageView) mScreenshotLayout.findViewById(R.id.back);
153
mBackgroundImage
.setVisibility(View.VISIBLE);
214
mBackgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(
mBackgroundImage
, scaleUpX, scaleUpY);
Completed in 1584 milliseconds