Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java127 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/
DAccessibilityQuickSettingsTooltipWindow.java108 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/
DVoicePlateController.java60 public View getContentView() { in getContentView() method in VoicePlateController
DVoicePlateActivity.java73 setContentView(mPresenter.getContentView()); in onCreate()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationBodyViewTest.java87 assertThat(mCarNotificationBodyView.getContentView().getText()).isEqualTo(TEST_BODY); in onBind_launcherIconUsed_contentTextSet()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityQuickSettingsTooltipWindowTest.java94 mTooltipView.getContentView().performAccessibilityAction( in accessibilityClickActionOnTooltipViewShown_shouldInvokeCallbackAndNotShowing()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java124 public View getContentView() { in getContentView() method in DragPreviewProvider
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java617 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/
DCarNotificationBodyView.java351 TextView getContentView() { in getContentView() method in CarNotificationBodyView
/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/secondarydisplay/
DSecondaryDisplayLauncher.java393 final View contentView = previewProvider.getContentView(); in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java430 @Px int maxHorizontalSpan = getContentView().getMeasuredWidth() in updateMaxSpansPerRow()
448 protected View getContentView() { in getContentView() method in WidgetsFullSheet
DWidgetsTwoPaneSheet.java376 protected View getContentView() { in getContentView() method in WidgetsTwoPaneSheet
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java376 View container = popupWindow.getContentView().getRootView(); in dimBehind()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java554 public View getContentView() { in getContentView() method in DragView
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java716 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/
DActivityAllAppsContainerView.java1310 public View getContentView() { in getContentView() method in ActivityAllAppsContainerView