Home
last modified time | relevance | path

Searched refs:backgroundView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java64 void init(LauncherAppWidgetHostView hostView, View backgroundView, float finalRadius, in init() argument
67 mSourceView = backgroundView; in init()
68 mInitialOutlineRadius = getOutlineRadius(hostView, backgroundView); in init()
70 if (isSupportedDrawable(backgroundView.getForeground())) { in init()
71 mOriginalForeground = backgroundView.getForeground(); in init()
80 if (isSupportedDrawable(backgroundView.getBackground())) { in init()
81 mOriginalBackground = backgroundView.getBackground(); in init()
/packages/apps/TV/src/com/android/tv/ui/
DFullscreenDialogView.java129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local
131 backgroundView.setAlpha(0); in startEnterAnimation()
132 backgroundView in startEnterAnimation()
145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local
147 backgroundView in startExitAnimation()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackSideFragment.java64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local
65 backgroundView.setBackgroundColor( in onCreateBackgroundView()
67 return backgroundView; in onCreateBackgroundView()