Searched refs:mBackground (Results 1 – 6 of 6) sorted by relevance
36 private int mBackground; field in SimpleStringRecyclerViewAdapter64 mBackground = val.resourceId; in SimpleStringRecyclerViewAdapter()73 textView.setBackgroundResource(mBackground); in onCreateViewHolder()
57 ColorDrawable mBackground; field in PictureDetailsActivity93 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()
31 private int mBackground; field in SimpleStringAdapter60 mBackground = val.resourceId; in SimpleStringAdapter()79 h.mTextView.setBackgroundResource(mBackground); in onCreateViewHolder()
163 final Paint mBackground = new Paint(); field in WindowSurface.DrawingThread179 mBackground.setColor(0xff000000); in run()234 canvas.drawColor(mBackground.getColor()); in run()
83 private Drawable mBackground; field in ApplicationsStackLayout116 mBackground = getBackground(); in initLayout()132 final Drawable background = mBackground; in onDraw()
674 private int mBackground; field in MyAdapter683 mBackground = val.resourceId; in MyAdapter()697 h.textView.setBackgroundResource(mBackground); in onCreateViewHolder()