Searched defs:mBackground (Results 1 - 25 of 34) sorted by relevance

12

/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();
66 mBackground.startTransition((int)(mAnimator.getDuration() * 0.6));
79 mBackground.reverseTransition((int)(mAnimator.getDuration() * 0.35));
99 mBackground.resetTransition();
/frameworks/base/services/core/java/com/android/server/policy/
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/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java40 private View mBackground; field in class:AssistInteractionSession
89 mBackground = v.findViewById(R.id.background);
101 mBackground.getViewTreeObserver().addOnPreDrawListener(
105 mBackground.getViewTreeObserver().removeOnPreDrawListener(this);
120 Interpolator linearOutSlowIn = AnimationUtils.loadInterpolator(mBackground.getContext(),
122 Interpolator fastOutSlowIn = AnimationUtils.loadInterpolator(mBackground.getContext(),
129 mBackground.setTranslationY(50 * mDensity);
130 mBackground.animate()
134 int centerX = mBackground.getWidth()/2;
135 int centerY = (int) (mBackground
[all...]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvBoxAdapter.java31 private int mBackground; field in class:RvBoxAdapter
55 mBackground = val.resourceId;
66 h.mTextView.setBackgroundResource(mBackground);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DSimpleStringRecyclerViewAdapter.java36 private int mBackground; field in class:SimpleStringRecyclerViewAdapter
64 mBackground = val.resourceId;
73 textView.setBackgroundResource(mBackground);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DSimpleStringRecyclerViewAdapter.java36 private int mBackground; field in class:SimpleStringRecyclerViewAdapter
64 mBackground = val.resourceId;
73 textView.setBackgroundResource(mBackground);
/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.java63 private Drawable mBackground; field in class:NotificationGuts
135 draw(canvas, mBackground);
148 mBackground = mContext.getDrawable(R.drawable.notification_guts_bg);
149 if (mBackground != null) {
150 mBackground.setCallback(this);
156 return super.verifyDrawable(who) || who == mBackground;
161 drawableStateChanged(mBackground);
172 if (mBackground != null) {
173 mBackground.setHotspot(x, y);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java48 private Drawable mBackground; field in class:Illustration
94 if (background == mBackground) {
97 mBackground = background;
168 if (mBackground != null) {
171 mBackground.setBounds(0, 0, (int) Math.ceil(layoutWidth / mScale),
179 if (mBackground != null) {
186 shouldMirrorDrawable(mBackground, getLayoutDirection())) {
189 canvas.translate(-mBackground.getBounds().width(), 0);
191 mBackground.draw(canvas);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java32 private int mBackground; field in class:SimpleStringAdapter
61 mBackground = val.resourceId;
80 h.mTextView.setBackgroundResource(mBackground);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java32 private int mBackground; field in class:SimpleStringAdapter
61 mBackground = val.resourceId;
80 h.mTextView.setBackgroundResource(mBackground);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java48 private Drawable mBackground; field in class:ListMenuItemView
67 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
90 setBackgroundDrawable(mBackground);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java229 super(new BitmapDrawable(r, state.mBackground));
253 int dwidth = mState.mBackground.getWidth();
254 int dheight = mState.mBackground.getHeight();
285 private final Bitmap mBackground; field in class:LockscreenWallpaper.WallpaperDrawable.ConstantState
288 mBackground = background;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java51 private final KeyguardUserSwitcherScrim mBackground; field in class:KeyguardUserSwitcher
65 mBackground = new KeyguardUserSwitcherScrim(context);
81 mBackground = null;
88 mUserSwitcher.removeOnLayoutChangeListener(mBackground);
97 mUserSwitcher.addOnLayoutChangeListener(mBackground);
98 mUserSwitcher.setBackground(mBackground);
171 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
H A DRemoteInputView.java461 private final Drawable mBackground; field in class:RemoteInputView.RemoteEditText
467 mBackground = getBackground();
584 setBackground(mBackground);
/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/support/v7/appcompat/src/android/support/v7/view/menu/
H A DListMenuItemView.java55 private Drawable mBackground; field in class:ListMenuItemView
77 mBackground = a.getDrawable(R.styleable.MenuView_android_itemBackground);
92 ViewCompat.setBackground(this, mBackground);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContainer.java47 Drawable mBackground; field in class:ActionBarContainer
69 mBackground = a.getDrawable(R.styleable.ActionBar_background);
81 mBackground == null && mStackedBackground == null);
92 if (mBackground != null) {
93 mBackground.setCallback(null);
94 unscheduleDrawable(mBackground);
96 mBackground = bg;
100 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
105 mBackground == null && mStackedBackground == null);
123 mBackground
[all...]
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java50 private ColorStateList mBackground; field in class:RoundRectDrawable
65 mBackground = (color == null) ? ColorStateList.valueOf(Color.TRANSPARENT) : color;
66 mPaint.setColor(mBackground.getColorForState(getState(), mBackground.getDefaultColor()));
164 return mBackground;
183 final int newColor = mBackground.getColorForState(stateSet, mBackground.getDefaultColor());
198 || (mBackground != null && mBackground.isStateful()) || super.isStateful();
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java55 private Drawable mBackground; field in class:NotificationHeaderView
61 if (mBackground != null) {
223 mBackground = drawable;
224 mBackground.setCallback(this);
228 mBackground = null;
236 if (mBackground != null) {
237 mBackground.setBounds(0, 0, getWidth(), mHeaderBackgroundHeight);
238 mBackground.draw(canvas);
244 return super.verifyDrawable(who) || who == mBackground;
249 if (mBackground !
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java45 private Drawable mBackground; field in class:ActionBarContainer
64 mBackground = a.getDrawable(com.android.internal.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 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/support/v7/cardview/gingerbread/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java78 private ColorStateList mBackground; field in class:RoundRectDrawableWithShadow
110 mBackground = (color == null) ? ColorStateList.valueOf(Color.TRANSPARENT) : color;
111 mPaint.setColor(mBackground.getColorForState(getState(), mBackground.getDefaultColor()));
201 final int newColor = mBackground.getColorForState(stateSet, mBackground.getDefaultColor());
213 return (mBackground != null && mBackground.isStateful()) || super.isStateful();
386 return mBackground;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java175 private HighlightColorDrawable mBackground; field in class:TaskViewHeader
218 mBackground = new HighlightColorDrawable();
219 mBackground.setColorAndDim(Color.argb(255, 0, 0, 0), 0f);
220 setBackground(mBackground);
422 updateBackgroundColor(mBackground.getColor(), dimAlpha);
431 mBackground.setColorAndDim(color, dimAlpha);
450 if (mBackground.getColor() != primaryColor) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java674 private int mBackground; field in class:AnimatedRecyclerView.MyAdapter
683 mBackground = val.resourceId;
697 h.textView.setBackgroundResource(mBackground);

Completed in 1308 milliseconds

12