Home
last modified time | relevance | path

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

/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
DMultiAttachmentLayout.java210 final boolean isRtl = AccessibilityUtil.isLayoutRtl(getRootView()); in determineLayout()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
DIntegrationTestUtils.java143 return getTextViewsWithString(getRootView(activity), text);
167 public static View getRootView(Activity activity) {
168 return activity.findViewById(android.R.id.content).getRootView();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java111 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
125 setLiveWallpaper(v.getRootView().getWindowToken()); in setLiveWallpaper()
311 final View root = view.getRootView(); in onServiceConnected()
/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/UnifiedEmail/src/com/android/mail/ui/
DSwipeableListView.java111 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
115 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
/packages/apps/Launcher2/src/com/android/launcher2/
DFirstFrameAnimatorHelper.java110 mTarget.getRootView().invalidate(); in onAnimationUpdate()
/packages/apps/Launcher3/src/com/android/launcher3/
DFirstFrameAnimatorHelper.java113 mTarget.getRootView().invalidate(); in onAnimationUpdate()
DFocusHelper.java214 final Workspace workspace = (Workspace) v.getRootView().findViewById(R.id.workspace); in handleHotseatButtonKeyEvent()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DAbstractConversationListActivity.java119 getWindow().getDecorView().getRootView(), in onActionBarDelete()
DConversationListItemView.java542 UiUtils.showSnackBar(getContext(), getRootView(), message, undoRunnable, in onSwipeComplete()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPickerPanel.java209 getRootView().findViewById(R.id.conversation_and_compose_container); in getDesiredHeight()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java340 if (v == null || v == v.getRootView()) { in contains()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java383 if (shadowView.getRootView() != null) { in removeShadowView()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java368 View root = getRootView(); in onDrawFrame()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java882 getView().getRootView(), in onConversationMessagesCursorUpdated()
1083 getView().getRootView(), in warnOfMissingActionConditions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java450 final View rootView = getRootView(); in installPreviewPlacerView()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java659 final View rootView = currentView != null ? currentView.getRootView() : null; in getReducedSizeBitmap()
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java707 slideshowPanel.getRootView().requestLayout(); in setMode()