Searched refs:mBgDrawable (Results 1 – 1 of 1) sorted by relevance
60 private ColorDrawable mBgDrawable = new ColorDrawable(); field in BaseDialogFragment114 mBgDrawable.setColor(bgColor); in performEntryTransition()115 mBgDrawable.setAlpha(0); in performEntryTransition()116 twoPane.setBackground(mBgDrawable); in performEntryTransition()147 ObjectAnimator oa = ObjectAnimator.ofInt(mBgDrawable, "alpha", 255); in performEntryTransition()246 return mBgDrawable; in getBackgroundDrawable()250 mBgDrawable = drawable; in setBackgroundDrawable()