Searched defs:backgroundView (Results 1 – 9 of 9) sorted by relevance
92 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhenTimeout() local141 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction() local156 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup() local
55 private val backgroundView = mock<View>().apply { whenever(this.context).thenReturn(mContext) } in <lambda>() constant
82 private var backgroundView: FrameLayout? = null variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController241 val backgroundView = this.backgroundView!! in onLaunchAnimationProgress() constant
139 val backgroundView: OngoingCallBackgroundContainer? = in <lambda>() constant224 val backgroundView = in <lambda>() constant
119 final ImageView backgroundView = in onBindViewHolder() local
42 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions()
37 lateinit var backgroundView: ImageView in <lambda>() variable in com.android.test.silkfx.materials.GlassActivity
304 void setBackgroundView(View backgroundView) { in setBackgroundView()
1530 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local