Searched refs:BackDropView (Results 1 – 4 of 4) sorted by relevance
27 public class BackDropView extends FrameLayout class31 public BackDropView(Context context) { in BackDropView() method in BackDropView35 public BackDropView(Context context, AttributeSet attrs) { in BackDropView() method in BackDropView39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) { in BackDropView() method in BackDropView43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr, in BackDropView() method in BackDropView
145 private BackDropView mBackdrop;740 public void setup(BackDropView backdrop, ImageView backdropFront, ImageView backdropBack, in setup()786 BackDropView getBackDropView() { in getBackDropView()
46 @Mock private lateinit var mockBackDropView: BackDropView
196 import com.android.systemui.statusbar.BackDropView;1345 BackDropView backdrop = getNotificationShadeWindowView().findViewById(R.id.backdrop); in makeStatusBarView()