Home
last modified time | relevance | path

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

12

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java144 final View rootView = snackBar.getRootView(); in show()
230 final View rootView = snackBar.getRootView(); in dismiss()
261 mCurrentSnackBar.getRootView().setOnTouchListener(mDismissOnTouchListener); in makeCurrentSnackBarDismissibleOnTouch()
266 final View rootView = snackBar.getRootView(); in measureSnackBar()
279 final View rootView = snackBar.getRootView(); in placeSnackBarOffScreen()
290 final View rootView = snackBar.getRootView(); in animateSnackBarOffScreen()
347 snackBar.getParentView().getRootView().getWindowVisibleDisplayFrame(displayRect); in getScreenBottomOffset()
359 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.java448 mActivity.getRootView().getOverlay().add(mLiveTileOverlay); in onActivityInit()
532 activity.getRootView().setOnApplyWindowInsetsListener(this); in onLauncherStart()
783 View rootView = mActivity.getRootView(); in onRecentsAnimationStart()
1206 mActivity.getRootView().getOverlay().remove(mLiveTileOverlay); in createWindowAnimationToHome()
1323 mActivity.getRootView().setOnApplyWindowInsetsListener(null); in invalidateHandlerWithLauncher()
1324 mActivity.getRootView().getOverlay().remove(mLiveTileOverlay); in invalidateHandlerWithLauncher()
DTaskSystemShortcut.java145 taskView.getRootView().removeOnLayoutChangeListener(this); in getOnClickListener()
159 taskView.getRootView().addOnLayoutChangeListener( in getOnClickListener()
DRecentsActivity.java106 public View getRootView() { in getRootView() method in RecentsActivity
DAppToOverviewAnimationProvider.java131 View rootView = mActivity.getRootView(); in createWindowAnimation()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeableListView.java111 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
115 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DAppSwitchPreference.java39 final View rootView = switchView.getRootView(); in onBindViewHolder()
DFilterTouchesSwitchPreference.java53 final View rootView = switchView.getRootView(); in onBindViewHolder()
DFilterTouchesRestrictedSwitchPreference.java55 final View rootView = switchView.getRootView(); in onBindViewHolder()
/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.java251 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.java441 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
458 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java144 activity.getWindow().getDecorView().getRootView().getWindowToken(), in setCurrentLiveWallpaper()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java100 launcher.getRootView().setDisallowBackGesture(shouldBackButtonBeHidden); in onLauncherStateOrFocusChanged()

12