/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
|
D | MultiAttachmentLayout.java | 210 final boolean isRtl = AccessibilityUtil.isLayoutRtl(getRootView()); in determineLayout()
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/ |
D | IntegrationTestUtils.java | 143 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/ |
D | LiveWallpaperPreview.java | 111 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/ |
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/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeableListView.java | 111 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged() 115 isLayoutRequested(), getRootView().isLayoutRequested()); in onFocusChanged()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FirstFrameAnimatorHelper.java | 110 mTarget.getRootView().invalidate(); in onAnimationUpdate()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FirstFrameAnimatorHelper.java | 113 mTarget.getRootView().invalidate(); in onAnimationUpdate()
|
D | FocusHelper.java | 214 final Workspace workspace = (Workspace) v.getRootView().findViewById(R.id.workspace); in handleHotseatButtonKeyEvent()
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | PopupTransitionAnimation.java | 82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | AbstractConversationListActivity.java | 119 getWindow().getDecorView().getRootView(), in onActionBarDelete()
|
D | ConversationListItemView.java | 542 UiUtils.showSnackBar(getContext(), getRootView(), message, undoRunnable, in onSwipeComplete()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | MediaPickerPanel.java | 209 getRootView().findViewById(R.id.conversation_and_compose_container); in getDesiredHeight()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramGrid.java | 340 if (v == null || v == v.getRootView()) { in contains()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | FrameLayoutWithShadows.java | 383 if (shadowView.getRootView() != null) { in removeShadowView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRootView.java | 368 View root = getRootView(); in onDrawFrame()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 882 getView().getRootView(), in onConversationMessagesCursorUpdated() 1083 getView().getRootView(), in warnOfMissingActionConditions()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MainKeyboardView.java | 450 final View rootView = getRootView(); in installPreviewPlacerView()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | Utils.java | 659 final View rootView = currentView != null ? currentView.getRootView() : null; in getReducedSizeBitmap()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ViewImage.java | 707 slideshowPanel.getRootView().requestLayout(); in setMode()
|