/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBarManager.java | 144 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()
|
D | SnackBarInteraction.java | 58 final View rootView = snackBar.getRootView(); in animateOnSnackBarShow()
|
D | SnackBar.java | 233 public View getRootView() { in getRootView() method in SnackBar
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/ |
D | IntegrationTestUtils.java | 139 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/ |
D | GuidanceRelativeLayout.java | 60 TextView titleView = getRootView().findViewById(R.id.guidance_title); in onLayout() 61 TextView descriptionView = getRootView().findViewById(R.id.guidance_description); in onLayout()
|
D | MessagePageFrameLayout.java | 63 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/ |
D | WindowTransformSwipeHandler.java | 448 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()
|
D | TaskSystemShortcut.java | 145 taskView.getRootView().removeOnLayoutChangeListener(this); in getOnClickListener() 159 taskView.getRootView().addOnLayoutChangeListener( in getOnClickListener()
|
D | RecentsActivity.java | 106 public View getRootView() { in getRootView() method in RecentsActivity
|
D | AppToOverviewAnimationProvider.java | 131 View rootView = mActivity.getRootView(); in createWindowAnimation()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeableListView.java | 111 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged() 115 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | AppSwitchPreference.java | 39 final View rootView = switchView.getRootView(); in onBindViewHolder()
|
D | FilterTouchesSwitchPreference.java | 53 final View rootView = switchView.getRootView(); in onBindViewHolder()
|
D | FilterTouchesRestrictedSwitchPreference.java | 55 final View rootView = switchView.getRootView(); in onBindViewHolder()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | RecentsActivity.java | 54 public View getRootView() { in getRootView() method in RecentsActivity
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | OtherSettingIndicatorButton.java | 56 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout); in initializePopup()
|
D | IndicatorButton.java | 105 ViewGroup root = (ViewGroup) getRootView().findViewById(R.id.frame_layout); in initializePopup()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | ScreenPinnedInputConsumer.java | 53 launcherActivity.getRootView().performHapticFeedback( in ScreenPinnedInputConsumer()
|
D | AssistantTouchConsumer.java | 251 launcherActivity.getRootView().performHapticFeedback( in startAssistantInternal()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FirstFrameAnimatorHelper.java | 60 mRootView = view.getRootView(); in onViewAttachedToWindow()
|
D | BaseDraggingActivity.java | 121 public abstract View getRootView(); in getRootView() method in BaseDraggingActivity
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 441 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper() 458 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 144 activity.getWindow().getDecorView().getRootView().getWindowToken(), in setCurrentLiveWallpaper()
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | PopupTransitionAnimation.java | 82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | UiFactory.java | 100 launcher.getRootView().setDisallowBackGesture(shouldBackButtonBeHidden); in onLauncherStateOrFocusChanged()
|