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()
211 private ColorDrawable mBackgroundDrawable; field in EmergencyDialer290 mBackgroundDrawable = new ColorDrawable(); in onCreate()294 mBackgroundDrawable.setAlpha(mShortcutViewConfig.isEnabled() in onCreate()296 getWindow().setBackgroundDrawable(mBackgroundDrawable); in onCreate()609 mBackgroundDrawable.setColor(Color.BLACK); in onStart()619 mBackgroundDrawable.setColor(getPrimaryColor(wallpaperColors)); in onStart()681 if (mBackgroundDrawable != null) { in updateTheme()896 mBackgroundDrawable.setColor(getPrimaryColor(colors)); in onColorsChanged()