Home
last modified time | relevance | path

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

/aosp14/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.java145 private BackDropView mBackdrop;
740 public void setup(BackDropView backdrop, ImageView backdropFront, ImageView backdropBack, in setup()
786 BackDropView getBackDropView() { in getBackDropView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationMediaManagerTest.kt46 @Mock private lateinit var mockBackDropView: BackDropView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java196 import com.android.systemui.statusbar.BackDropView;
1345 BackDropView backdrop = getNotificationShadeWindowView().findViewById(R.id.backdrop); in makeStatusBarView()