Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBackDropView.java27 public class BackDropView extends FrameLayout class
31 public BackDropView(Context context) { in BackDropView() method in BackDropView
35 public BackDropView(Context context, AttributeSet attrs) { in BackDropView() method in BackDropView
39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) { in BackDropView() method in BackDropView
43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr, in BackDropView() method in BackDropView
H A DNotificationMediaManager.java142 private BackDropView mBackdrop;
780 public void setup(BackDropView backdrop, ImageView backdropFront, ImageView backdropBack, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java178 import com.android.systemui.statusbar.BackDropView;
1247 BackDropView backdrop = mNotificationShadeWindowView.findViewById(R.id.backdrop); in makeStatusBarView()