/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | TaplWorkProfileTest.java | 127 if (launcher.getAppsView().getContentView() instanceof AllAppsPagedView) { in waitForWorkTabSetup() 156 AllAppsPagedView pagedView = (AllAppsPagedView) launcher.getAppsView().getContentView(); in toggleWorks() 205 ((AllAppsPagedView) l.getAppsView().getContentView()).setCurrentPage(WORK_PAGE); in testEdu()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityQuickSettingsTooltipWindow.java | 108 final ImageView imageView = getContentView().findViewById(R.id.qs_illustration); in setup() 110 final TextView textView = getContentView().findViewById(R.id.qs_content); in setup()
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | VoicePlateController.java | 60 public View getContentView() { in getContentView() method in VoicePlateController
|
D | VoicePlateActivity.java | 73 setContentView(mPresenter.getContentView()); in onCreate()
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/ |
D | CarNotificationBodyViewTest.java | 87 assertThat(mCarNotificationBodyView.getContentView().getText()).isEqualTo(TEST_BODY); in onBind_launcherIconUsed_contentTextSet()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityQuickSettingsTooltipWindowTest.java | 94 mTooltipView.getContentView().performAccessibilityAction( in accessibilityClickActionOnTooltipViewShown_shouldInvokeCallbackAndNotShowing()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 124 public View getContentView() { in getContentView() method in DragPreviewProvider
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ |
D | TabFragment.java | 617 sProfileMenuWindow.getContentView().measure(width, height); in getProfileMenuWindowDimensions() 619 return new Pair<>(sProfileMenuWindow.getContentView().getMeasuredWidth(), in getProfileMenuWindowDimensions() 620 sProfileMenuWindow.getContentView().getMeasuredHeight()); in getProfileMenuWindowDimensions()
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | CarNotificationBodyView.java | 351 TextView getContentView() { in getContentView() method in CarNotificationBodyView
|
/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/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 393 final View contentView = previewProvider.getContentView(); in beginDragShared()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 430 @Px int maxHorizontalSpan = getContentView().getMeasuredWidth() in updateMaxSpansPerRow() 448 protected View getContentView() { in getContentView() method in WidgetsFullSheet
|
D | WidgetsTwoPaneSheet.java | 376 protected View getContentView() { in getContentView() method in WidgetsTwoPaneSheet
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconPanelViewController.java | 376 View container = popupWindow.getContentView().getRootView(); in dimBehind()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 554 public View getContentView() { in getContentView() method in DragView
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 716 if (dragObject.dragView.getContentView() instanceof LauncherAppWidgetHostView) { in addExtraEmptyScreenOnDrag() 1698 final View contentView = previewProvider.getContentView(); in beginDragShared() 3012 && dragView.getContentView() != finalView) {
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | ActivityAllAppsContainerView.java | 1310 public View getContentView() { in getContentView() method in ActivityAllAppsContainerView
|