Searched refs:mBackground (Results 1 – 3 of 3) sorted by relevance
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()
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()