Home
last modified time | relevance | path

Searched refs:getContentView (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/tests/src_disabled/
DWorkTabTest.java131 ((AllAppsPagedView) launcher.getAppsView().getContentView()).snapToPageImmediately( in toggleWorks()
149 if (launcher.getAppsView().getContentView() instanceof AllAppsPagedView) { in testWorkEduFlow()
170 if (!(l.getAppsView().getContentView() instanceof AllAppsPagedView)) { in testWorkEduFlow()
174 if (((AllAppsPagedView) l.getAppsView().getContentView()).getCurrentPage() in testWorkEduFlow()
194 launcher -> launcher.getAppsView().getContentView() instanceof AllAppsPagedView, in testWorkEduIntermittent()
209 launcher -> launcher.getAppsView().getContentView() instanceof AllAppsPagedView, in testWorkEduIntermittent()
213 AllAppsPagedView pagedView = (AllAppsPagedView) launcher.getAppsView().getContentView(); in testWorkEduIntermittent()
/packages/apps/Launcher3/src/com/android/launcher3/widget/dragndrop/
DAppWidgetHostViewDragListener.java36 if (dragObject.dragView.getContentView() instanceof LauncherAppWidgetHostView) { in onDragStart()
38 mAppWidgetHostView = (LauncherAppWidgetHostView) dragObject.dragView.getContentView(); in onDragStart()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationBodyViewTest.java56 assertThat(mCarNotificationBodyView.getContentView().getText()).isEqualTo(TEST_BODY); in onBind_contentTextSet()
68 assertThat(mCarNotificationBodyView.getContentView().getText()).isEqualTo(TEST_BODY); in onBindTitleAndMessage_contentTextSet()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensor.java63 setContentView(getContentView()); in onCreate()
136 protected int getContentView() { in getContentView() method in FingerprintEnrollFindSensor
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java172 TextView getContentView() { in getContentView() method in CarNotificationBodyView
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java125 public View getContentView() { in getContentView() method in DragPreviewProvider
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DDialogActivity.java170 public View getContentView() { in getContentView() method in DialogActivity
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java540 public View getContentView() { in getContentView() method in DragView
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java583 public View getContentView() { in getContentView() method in AllAppsContainerView
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java649 dragObject.dragView.getContentView() instanceof LauncherAppWidgetHostView in addExtraEmptyScreenOnDrag()
1476 final View contentView = previewProvider.getContentView(); in beginDragShared()
2709 && dragView.getContentView() != finalView) {
DCellLayout.java1072 View view = dragObject.dragView.getContentView(); in applyColorExtractionOnWidget()
/packages/services/Car/car-lib/api/released/
D2.txt112 method public abstract android.view.View getContentView();
D1.txt112 method public abstract android.view.View getContentView();