Searched refs:mBackground (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java33 private Drawable mBackground; field in class:NotificationBackgroundView
43 draw(canvas, mBackground);
55 return super.verifyDrawable(who) || who == mBackground;
60 drawableStateChanged(mBackground);
71 if (mBackground != null) {
72 mBackground.setHotspot(x, y);
81 if (mBackground != null) {
82 mBackground.setCallback(null);
83 unscheduleDrawable(mBackground);
85 mBackground
[all...]
H A DNotificationGuts.java31 private Drawable mBackground; field in class:NotificationGuts
42 draw(canvas, mBackground);
55 mBackground = mContext.getDrawable(R.drawable.notification_guts_bg);
56 if (mBackground != null) {
57 mBackground.setCallback(this);
63 return super.verifyDrawable(who) || who == mBackground;
68 drawableStateChanged(mBackground);
79 if (mBackground != null) {
80 mBackground.setHotspot(x, y);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarBackgroundDrawableV21.java21 if (mContainer.mBackground != null) {
22 mContainer.mBackground.getOutline(outline);
H A DActionBarContainer.java43 Drawable mBackground; field in class:ActionBarContainer
65 mBackground = a.getDrawable(R.styleable.ActionBar_background);
77 mBackground == null && mStackedBackground == null);
88 if (mBackground != null) {
89 mBackground.setCallback(null);
90 unscheduleDrawable(mBackground);
92 mBackground = bg;
96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
101 mBackground == null && mStackedBackground == null);
119 mBackground
[all...]
H A DActionBarBackgroundDrawable.java22 if (mContainer.mBackground != null) {
23 mContainer.mBackground.draw(canvas);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java48 private Drawable mBackground; field in class:ActionBarContainer
67 mBackground = a.getDrawable(com.android.internal.R.styleable.ActionBar_background);
80 mBackground == null && mStackedBackground == null);
91 if (mBackground != null) {
92 mBackground.setCallback(null);
93 unscheduleDrawable(mBackground);
95 mBackground = bg;
99 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
104 mBackground == null && mStackedBackground == null);
122 mBackground
[all...]
H A DRotarySelector.java68 private Bitmap mBackground; field in class:RotarySelector
190 mBackground = getBitmapFor(R.drawable.jog_dial_bg);
204 mBackgroundWidth = mBackground.getWidth();
205 mBackgroundHeight = mBackground.getHeight();
318 canvas.drawBitmap(mBackground, mBgMatrix, mPaint);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java38 private Drawable mBackground; field in class:RecentApplicationsBackground
53 mBackground = getBackground();
70 return who == mBackground || super.verifyDrawable(who);
76 if (mBackground != null) mBackground.jumpToCurrentState();
81 Drawable d = mBackground;
90 final Drawable background = mBackground;
96 mBackground.getPadding(bkg);
118 mBackground.draw(canvas);
133 mBackground
[all...]
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java45 private Handler mBackground; field in class:DemoModeController
69 mBackground = new Handler(background.getLooper());
141 mBackground.removeCallbacks(mUpdateClock);
142 mBackground.post(mUpdateClock);
148 mBackground.removeCallbacks(mUpdateClock);
149 mBackground.post(mUpdateClock);
155 mBackground.removeCallbacks(mUpdateBattery);
156 mBackground.post(mUpdateBattery);
162 mBackground.removeCallbacks(mUpdateBattery);
163 mBackground
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java108 Bitmap mBackground; field in class:ImageWallpaper.DrawableEngine
157 mBackground != null) {
161 mBackground.recycle();
162 mBackground = null;
185 mBackground = null;
341 if (mBackground == null || surfaceDimensionsChanged) {
343 Log.d(TAG, "Reloading bitmap: mBackground, bgw, bgh, dw, dh = " +
344 mBackground + ", " +
345 ((mBackground == null) ? 0 : mBackground
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java30 private final TransitionDrawable mBackground; field in class:QSDetailClipper
36 mBackground = (TransitionDrawable) detail.getBackground();
59 mBackground.startTransition((int)(mAnimator.getDuration() * 0.6));
72 mBackground.reverseTransition((int)(mAnimator.getDuration() * 0.35));
92 mBackground.resetTransition();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java129 private RippleBackground mBackground; field in class:RippleDrawable
212 if (mBackground != null) {
213 mBackground.jump();
477 if (mRipple == null || mBackground == null) {
492 if (mBackground == null) {
493 mBackground = new RippleBackground(this, mHotspotBounds);
496 mBackground.setup(mState.mMaxRadius, mDensity);
497 mBackground.enter(focused);
501 if (mBackground != null) {
503 mBackground
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java69 RippleDrawable mBackground; field in class:TaskViewHeader
148 mBackground = (RippleDrawable)
150 mBackground = (RippleDrawable) mBackground.mutate().getConstantState().newDrawable();
151 mBackground.setColor(ColorStateList.valueOf(0));
152 mBackground.setDrawableByLayerId(mBackground.getId(0), mBackgroundColorDrawable);
153 setBackground(mBackground);
300 mBackground.setColor(new ColorStateList(states, colors));
301 mBackground
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java53 private final KeyguardUserSwitcherScrim mBackground; field in class:KeyguardUserSwitcher
67 mBackground = new KeyguardUserSwitcherScrim(mUserSwitcher);
68 mUserSwitcher.setBackground(mBackground);
85 mBackground = null;
159 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java121 private Drawable mBackground; field in class:PopupWindow
299 return mBackground;
311 mBackground = background;
322 if (mBackground instanceof StateListDrawable) {
323 StateListDrawable stateList = (StateListDrawable) mBackground;
1015 if (mBackground != null) {
1061 if (mBackground != null) {
1075 popupViewContainer.setBackground(mBackground);
1134 if (mBackground != null) {
1135 p.format = mBackground
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java47 private Drawable mBackground; field in class:ListMenuItemView
65 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
87 setBackgroundDrawable(mBackground);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java147 protected View mBackground; field in class:PhotoViewController
305 mBackground = findViewById(R.id.photo_activity_background);
320 mBackground.setVisibility(View.VISIBLE);
934 mBackground.setAlpha(0f);
935 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
936 mBackground.setVisibility(View.VISIBLE);
960 mBackground.startAnimation(alphaAnimation);
961 mBackground.setVisibility(View.VISIBLE);
1015 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
1016 mBackground
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuItemView.java50 private Drawable mBackground; field in class:ListMenuItemView
69 mBackground = a.getDrawable(R.styleable.MenuView_android_itemBackground);
87 setBackgroundDrawable(mBackground);
/frameworks/base/core/java/android/view/
H A DView.java3200 private Drawable mBackground; field in class:View
6694 if (mBackground != null) mBackground.setVisible(visibility == VISIBLE, false);
9796 if (mBackground != null) {
11805 if (mBackground != null && mBackground.isProjected()) {
11839 return mBackground != null;
11994 if (mBackground != null && mBackground.getOpacity() == PixelFormat.OPAQUE) {
13311 if (mBackground !
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2306 private Bitmap mBackground; field in class:NotificationCompat.WearableExtender
2342 mBackground = wearableBundle.getParcelable(KEY_BACKGROUND);
2380 if (mBackground != null) {
2381 wearableBundle.putParcelable(KEY_BACKGROUND, mBackground);
2417 that.mBackground = this.mBackground;
2583 mBackground = background;
2596 return mBackground;
/frameworks/base/core/java/android/app/
H A DNotification.java4502 private Bitmap mBackground; field in class:Notification.WearableExtender
4535 mBackground = wearableBundle.getParcelable(KEY_BACKGROUND);
4571 if (mBackground != null) {
4572 wearableBundle.putParcelable(KEY_BACKGROUND, mBackground);
4608 that.mBackground = this.mBackground;
4774 mBackground = background;
4787 return mBackground;

Completed in 560 milliseconds