Home
last modified time | relevance | path

Searched refs:getRootView (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java162 final View rootView = snackBar.getRootView(); in show()
249 final View rootView = snackBar.getRootView(); in dismiss()
282 mCurrentSnackBar.getRootView().setOnTouchListener(mDismissOnTouchListener); in makeCurrentSnackBarDismissibleOnTouch()
287 final View rootView = snackBar.getRootView(); in measureSnackBar()
300 final View rootView = snackBar.getRootView(); in placeSnackBarOffScreen()
311 final View rootView = snackBar.getRootView(); in animateSnackBarOffScreen()
368 snackBar.getParentView().getRootView().getWindowVisibleDisplayFrame(displayRect); in getScreenBottomOffset()
380 return -snackBar.getRootView().getMeasuredHeight() - anchorView.getHeight(); in getRelativeOffset()
DSnackBarInteraction.java58 final View rootView = snackBar.getRootView(); in animateOnSnackBarShow()
DSnackBar.java233 public View getRootView() { in getRootView() method in SnackBar
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java139 return getTextViewsWithString(getRootView(activity), text);
163 public static View getRootView(Activity activity) {
164 return activity.findViewById(android.R.id.content).getRootView();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DGuidanceRelativeLayout.java60 TextView titleView = getRootView().findViewById(R.id.guidance_title); in onLayout()
61 TextView descriptionView = getRootView().findViewById(R.id.guidance_description); in onLayout()
DMessagePageFrameLayout.java63 TextView mStatusView = getRootView().findViewById(R.id.status_text); in onLayout()
64 View mContentView = getRootView().findViewById(R.id.message_content); in onLayout()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java393 activity.getRootView().setOnApplyWindowInsetsListener(this); in onLauncherStart()
1075 mActivity.getRootView().setOnApplyWindowInsetsListener(null); in invalidateHandlerWithLauncher()
1208 mActivity.getRootView().getOverlay().add(mLiveTileOverlay); in addLiveTileOverlay()
1216 mActivity.getRootView().getOverlay().remove(mLiveTileOverlay); in removeLiveTileOverlay()
DTaskSystemShortcut.java143 taskView.getRootView().removeOnLayoutChangeListener(this); in getOnClickListener()
157 taskView.getRootView().addOnLayoutChangeListener( in getOnClickListener()
DAppToOverviewAnimationProvider.java133 View rootView = mActivity.getRootView(); in createWindowAnimation()
DRecentsActivity.java129 public View getRootView() { in getRootView() method in RecentsActivity
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DRecentsActivity.java54 public View getRootView() { in getRootView() method in RecentsActivity
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DOtherSettingIndicatorButton.java56 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout); in initializePopup()
DIndicatorButton.java105 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout); in initializePopup()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DScreenPinnedInputConsumer.java53 launcherActivity.getRootView().performHapticFeedback( in ScreenPinnedInputConsumer()
DAssistantTouchConsumer.java256 launcherActivity.getRootView().performHapticFeedback( in startAssistantInternal()
/packages/apps/Launcher3/src/com/android/launcher3/
DFirstFrameAnimatorHelper.java60 mRootView = view.getRootView(); in onViewAttachedToWindow()
DBaseDraggingActivity.java121 public abstract View getRootView(); in getRootView() method in BaseDraggingActivity
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java448 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
465 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java145 activity.getWindow().getDecorView().getRootView().getWindowToken(), in setCurrentLiveWallpaper()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DAbstractConversationListActivity.java119 getWindow().getDecorView().getRootView(), in onActionBarDelete()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java104 launcher.getRootView().setDisallowBackGesture(shouldBackButtonBeHidden); in onLauncherStateOrFocusChanged()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPickerPanel.java209 getRootView().findViewById(R.id.conversation_and_compose_container); in getDesiredHeight()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java383 if (shadowView.getRootView() != null) { in removeShadowView()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/preference/
DPreferenceFragment.java113 view.getRootView().requireViewById(android.R.id.content) in onCarUiInsetsChanged()

12