Searched refs:newBg (Results 1 – 3 of 3) sorted by relevance
72 private void changeBackgrounds(Drawable newBg) { in changeBackgrounds() argument73 mTextView.setBackgroundDrawable(newBg); in changeBackgrounds()74 mLinearLayout.setBackgroundDrawable(newBg); in changeBackgrounds()75 mRelativeLayout.setBackgroundDrawable(newBg); in changeBackgrounds()76 mFrameLayout.setBackgroundDrawable(newBg); in changeBackgrounds()77 mAbsoluteLayout.setBackgroundDrawable(newBg); in changeBackgrounds()
52 WallpaperFileUtils.importBitmapFromAbsolutePath(it)?.let { newBg -> in <lambda>() method53 bgBitmap = newBg in <lambda>()
620 AnimationDrawable newBg = new AnimationDrawable(); in tileifyIndeterminate() local621 newBg.setOneShot(background.isOneShot()); in tileifyIndeterminate()626 newBg.addFrame(frame, background.getDuration(i)); in tileifyIndeterminate()628 newBg.setLevel(10000); in tileifyIndeterminate()629 drawable = newBg; in tileifyIndeterminate()