/packages/apps/Launcher3/tests/src_disabled/ |
D | WorkTabTest.java | 131 ((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/ |
D | AppWidgetHostViewDragListener.java | 36 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/ |
D | CarNotificationBodyViewTest.java | 56 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/ |
D | FingerprintEnrollFindSensor.java | 63 setContentView(getContentView()); in onCreate() 136 protected int getContentView() { in getContentView() method in FingerprintEnrollFindSensor
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | CarNotificationBodyView.java | 172 TextView getContentView() { in getContentView() method in CarNotificationBodyView
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 125 public View getContentView() { in getContentView() method in DragPreviewProvider
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | DialogActivity.java | 170 public View getContentView() { in getContentView() method in DialogActivity
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 540 public View getContentView() { in getContentView() method in DragView
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 583 public View getContentView() { in getContentView() method in AllAppsContainerView
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 649 dragObject.dragView.getContentView() instanceof LauncherAppWidgetHostView in addExtraEmptyScreenOnDrag() 1476 final View contentView = previewProvider.getContentView(); in beginDragShared() 2709 && dragView.getContentView() != finalView) {
|
D | CellLayout.java | 1072 View view = dragObject.dragView.getContentView(); in applyColorExtractionOnWidget()
|
/packages/services/Car/car-lib/api/released/ |
D | 2.txt | 112 method public abstract android.view.View getContentView();
|
D | 1.txt | 112 method public abstract android.view.View getContentView();
|