Home
last modified time | relevance | path

Searched refs:mBackground (Results 1 – 5 of 5) sorted by relevance

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java57 ColorDrawable mBackground; field in PictureDetailsActivity
93 mBackground = new ColorDrawable(Color.BLACK); in onCreate()
94 mTopLevelLayout.setBackground(mBackground); in onCreate()
165 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255); in runEnterAnimation()
225 ObjectAnimator bgAnim = ObjectAnimator.ofInt(mBackground, "alpha", 0); in runExitAnimation()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
DSimpleStringAdapter.java31 private int mBackground; field in SimpleStringAdapter
60 mBackground = val.resourceId; in SimpleStringAdapter()
79 h.mTextView.setBackgroundResource(mBackground); in onCreateViewHolder()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java163 final Paint mBackground = new Paint(); field in WindowSurface.DrawingThread
179 mBackground.setColor(0xff000000); in run()
234 canvas.drawColor(mBackground.getColor()); in run()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java83 private Drawable mBackground; field in ApplicationsStackLayout
116 mBackground = getBackground(); in initLayout()
132 final Drawable background = mBackground; in onDraw()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DAnimatedRecyclerView.java430 private int mBackground; field in AnimatedRecyclerView.MyAdapter
439 mBackground = val.resourceId; in MyAdapter()
453 h.textView.setBackgroundResource(mBackground); in onCreateViewHolder()