HomeSort by relevance Sort by last modified time
    Searched full:mbackground (Results 26 - 50 of 60) sorted by null

12 3

  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
SimpleStringAdapter.java 32 private int mBackground;
61 mBackground = val.resourceId;
80 h.mTextView.setBackgroundResource(mBackground);
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 43 private Drawable mBackground;
68 mBackground = context.getResources()
124 view.setBackground(mBackground);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 57 protected final View mBackground;
83 mBackground = new View(context);
84 mBackground.setBackgroundColor(context.getResources().getColor(R.color.darker_transparent));
85 addView(mBackground, matchParent);
193 mBackground.setVisibility(View.INVISIBLE);
282 mBackground.layout(0, y - mTimeBar.getBarHeight(), w, y);
308 mBackground.setVisibility(View.VISIBLE);
MovieControllerOverlay.java 93 startHideAnimation(mBackground);
106 mBackground.setAnimation(null);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 59 private int mBackground = Color.TRANSPARENT;
113 return mBackground;
117 mBackground = color;
260 bundle.putInt(EXTRA_TRANSITION_BITMAP_BACKGROUND, mBackground);
277 intent.putExtra(EXTRA_TRANSITION_BITMAP_BACKGROUND, mBackground);
344 if (mUseClippedRectOnTransparent && mBackground == Color.TRANSPARENT) {
356 + " background=" + mBackground;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java 229 super(new BitmapDrawable(r, state.mBackground));
253 int dwidth = mState.mBackground.getWidth();
254 int dheight = mState.mBackground.getHeight();
285 private final Bitmap mBackground;
288 mBackground = background;
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 68 private final Drawable mBackground;
127 mBackground = getBackground();
130 mBackground = null;
224 return who == mBackground || super.verifyDrawable(who);
371 final Drawable background = mBackground;
413 if (mBackground != null) mBackground.setCallback(this);
424 if (mBackground != null) mBackground.setCallback(null);
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 44 private View mBackground;
65 mBackground.startAnimation(mFadeOutAnimation);
81 mBackground.startAnimation(mFadeOutAnimation);
125 mBackground = findViewById(R.id.mainMenuBackground);
297 if (mBackground != null) {
298 mBackground.clearAnimation();
ExtrasMenuActivity.java 23 private View mBackground;
83 mBackground.startAnimation(mFadeOutAnimation);
103 mBackground = findViewById(R.id.mainMenuBackground);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ListMenuItemView.java 50 private Drawable mBackground;
72 mBackground = a.getDrawable(R.styleable.MenuView_android_itemBackground);
87 setBackgroundDrawable(mBackground);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 78 private RGB mBackground;
95 mBackground = null;
287 if (mBackground == null) {
306 assert mBackground != null;
558 mBackground = bg;
569 if (mBackground == null) {
573 return mBackground;
589 if (mBackground != null) {
598 if (mBackground != null) {
625 mBackground = ImageUtils.intToRgb(rgb)
    [all...]
PaletteControl.java 192 private Color mBackground;
324 if (mBackground != null) {
325 mBackground.dispose();
326 mBackground = null;
433 if (mBackground != null) {
434 mBackground.dispose();
435 mBackground = null;
439 mBackground = new Color(getDisplay(), background);
497 if (mPaletteMode.isPreview() && mBackground != null) {
498 wrapper.setBackground(mBackground);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 36 private IColor mBackground = new TestColor(0x000000);
116 return mBackground;
144 mBackground = color;
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 57 ColorDrawable mBackground;
93 mBackground = new ColorDrawable(Color.BLACK);
94 mTopLevelLayout.setBackground(mBackground);
165 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
225 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 163 final Paint mBackground = new Paint();
179 mBackground.setColor(0xff000000);
234 canvas.drawColor(mBackground.getColor());
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 83 private Drawable mBackground;
116 mBackground = getBackground();
132 final Drawable background = mBackground;
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 48 private Drawable mBackground;
67 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
90 setBackgroundDrawable(mBackground);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 150 protected View mBackground;
317 mBackground = getBackground();
333 mBackground.setVisibility(View.VISIBLE);
438 return mBackground != null;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 175 private HighlightColorDrawable mBackground;
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) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 125 private ViewGroup mBackground;
173 mBackground = (ViewGroup) findViewById(R.id.background);
615 mBackground.animate()
636 mBackground.animate()
699 mBackground.bringChildToFront(photo);
886 mBackground.addView(photo, new LayoutParams(LayoutParams.WRAP_CONTENT,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 68 private Bitmap mBackground;
190 mBackground = getBitmapFor(R.drawable.jog_dial_bg);
204 mBackgroundWidth = mBackground.getWidth();
205 mBackgroundHeight = mBackground.getHeight();
318 canvas.drawBitmap(mBackground, mBgMatrix, mPaint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 423 private final Drawable mBackground;
429 mBackground = getBackground();
538 setBackground(mBackground);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 118 if (mItem.mBackground) {
192 if (item.mBackground) {
  /frameworks/base/core/java/android/widget/
PopupWindow.java 180 private Drawable mBackground;
476 return mBackground;
488 mBackground = background;
499 if (mBackground instanceof StateListDrawable) {
500 StateListDrawable stateList = (StateListDrawable) mBackground;
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 674 private int mBackground;
683 mBackground = val.resourceId;
697 h.textView.setBackgroundResource(mBackground);

Completed in 5001 milliseconds

12 3