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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewProgressController.java 47 private View mBackgroundView;
65 mBackgroundView = rootView.findViewById(R.id.background_view);
80 mBackgroundView.setVisibility(View.VISIBLE);
119 if (mBackgroundView.getVisibility() == View.VISIBLE) {
133 mBackgroundView.setVisibility(View.GONE);
137 Utils.enableHardwareLayer(mBackgroundView);
140 animator.setTarget(mBackgroundView);
144 mBackgroundView.setVisibility(View.GONE);
145 mBackgroundView.setLayerType(View.LAYER_TYPE_NONE, null);
  /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 370 private ImageView mBackgroundView;
397 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
611 mBackgroundView.setAlpha(0f);
612 mBackgroundView.setVisibility(View.VISIBLE);
634 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
650 mBackgroundView.setVisibility(View.GONE);
665 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
703 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 327 private final View mBackgroundView;
348 mBackgroundView = view.findViewById(R.id.focused_background);
544 mBackgroundView.setVisibility(View.VISIBLE);
547 mBackgroundView.setVisibility(View.GONE);

Completed in 212 milliseconds