HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundView (Results 1 - 14 of 14) 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);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
OnboardingDemoFragment.java 47 private View mBackgroundView;
80 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
81 return mBackgroundView;
100 animators.add(createFadeInAnimator(mBackgroundView));
OnboardingDemoSupportFragment.java 50 private View mBackgroundView;
83 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
84 return mBackgroundView;
103 animators.add(createFadeInAnimator(mBackgroundView));
  /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);
  /packages/apps/Contacts/src/com/android/contacts/dialog/
CallSubjectDialog.java 89 private View mBackgroundView;
288 mBackgroundView = findViewById(R.id.call_subject_dialog);
289 mBackgroundView.setOnClickListener(mBackgroundListener);
504 final ViewTreeObserver observer = mBackgroundView.getViewTreeObserver();
  /packages/apps/Dialer/java/com/android/contacts/common/dialog/
CallSubjectDialog.java 80 private View mBackgroundView;
293 mBackgroundView = findViewById(R.id.call_subject_dialog);
294 mBackgroundView.setOnClickListener(mBackgroundListener);
446 mBackgroundView,
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 55 private TextView mBackgroundView;
171 mBackgroundView = (TextView) findViewById(R.id.background);
479 mBackgroundView.setEnabled(true);
480 setTextIfNeeded(mBackgroundView, null);
483 mBackgroundView.setEnabled(false);
484 setTextIfNeeded(mBackgroundView, mUnavailableMessage);
  /frameworks/base/core/java/android/widget/
PopupWindow.java 161 private View mBackgroundView;
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackFragment.java 204 View mBackgroundView;
300 if (mBackgroundView != null) {
301 mBackgroundView.getBackground().setAlpha(alpha);
803 if (mBackgroundView != null) {
815 mBackgroundView.setBackground(new ColorDrawable(color));
    [all...]
PlaybackSupportFragment.java 201 View mBackgroundView;
297 if (mBackgroundView != null) {
298 mBackgroundView.getBackground().setAlpha(alpha);
800 if (mBackgroundView != null) {
812 mBackgroundView.setBackground(new ColorDrawable(color));
854 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background);
    [all...]
DetailsFragment.java 329 View mBackgroundView;
444 mBackgroundView = mRootView.findViewById(R.id.details_background_view);
445 if (mBackgroundView != null) {
446 mBackgroundView.setBackground(mBackgroundDrawable);
    [all...]
DetailsSupportFragment.java 326 View mBackgroundView;
441 mBackgroundView = mRootView.findViewById(R.id.details_background_view);
442 if (mBackgroundView != null) {
443 mBackgroundView.setBackground(mBackgroundDrawable);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 439 private ImageView mBackgroundView;
466 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 183 milliseconds