Searched defs:backgroundView (Results 1 – 8 of 8) 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
119 final ImageView backgroundView = in onBindViewHolder() local
42 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions()
55 private val backgroundView = mock<View>().apply { whenever(this.context).thenReturn(mContext) } regex
241 val backgroundView = this.backgroundView!! regex
224 val backgroundView = regex
304 void setBackgroundView(View backgroundView) { in setBackgroundView()
1530 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local