Searched refs:backgroundView (Results 1 – 3 of 3) sorted by relevance
64 void init(LauncherAppWidgetHostView hostView, View backgroundView, float finalRadius, in init() argument67 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()
129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local131 backgroundView.setAlpha(0); in startEnterAnimation()132 backgroundView in startEnterAnimation()145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local147 backgroundView in startExitAnimation()
64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local65 backgroundView.setBackgroundColor( in onCreateBackgroundView()67 return backgroundView; in onCreateBackgroundView()