Searched refs:mBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance
67 private FilmstripBackground mBackgroundDrawable; field in FilmstripLayout110 mBackgroundDrawable.invalidateSelf();144 mBackgroundDrawable = new FilmstripBackground(); in init()145 mBackgroundDrawable.setCallback(new Drawable.Callback() { in init()161 setBackground(mBackgroundDrawable); in init()346 mBackgroundDrawable.setOffset(0); in onScroll()359 mBackgroundDrawable.setOffset(currentItemLeft); in onScroll()377 mBackgroundDrawable.invalidateSelf(); in onScroll()
217 private ColorDrawable mBackgroundDrawable; field in EmergencyDialer296 mBackgroundDrawable = new ColorDrawable(); in onCreate()300 mBackgroundDrawable.setAlpha(mShortcutViewConfig.isEnabled() in onCreate()302 getWindow().setBackgroundDrawable(mBackgroundDrawable); in onCreate()615 mBackgroundDrawable.setColor(Color.BLACK); in onStart()625 mBackgroundDrawable.setColor(getPrimaryColor(wallpaperColors)); in onStart()687 if (mBackgroundDrawable != null) { in updateTheme()902 mBackgroundDrawable.setColor(getPrimaryColor(colors)); in onColorsChanged()