HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraControls.java 37 private View mBackgroundView;
86 mBackgroundView = findViewById(R.id.blocker);
157 center(mBackgroundView, l, t, r, b, orientation, rotation, new Rect());
329 mBackgroundView.setBackgroundDrawable(null);
330 mBackgroundView.setRotationX(0);
331 mBackgroundView.setRotationY(0);
336 mBackgroundView.setRotationX(180);
339 mBackgroundView.setRotationY(180);
344 mBackgroundView.setBackgroundResource(R.drawable.switcher_bg);
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 89 * mBackgroundView: Background View which shows 4 different colored triangles pressing which
92 private View mBackgroundView;
320 mBackgroundView = backgroundView;
339 mBackgroundView.setVisibility(View.VISIBLE);
347 mBackgroundView.setVisibility(View.GONE);
352 mBackgroundView.setVisibility(View.GONE);
358 mBackgroundView.setVisibility(View.GONE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 329 private ImageView mBackgroundView;
356 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
555 mBackgroundView.setAlpha(0f);
556 mBackgroundView.setVisibility(View.VISIBLE);
578 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
594 mBackgroundView.setVisibility(View.GONE);
609 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
647 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 66 milliseconds