HomeSort by relevance Sort by last modified time
    Searched refs:anchorView (Results 1 - 20 of 20) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java 29 void handleLongPress(View selectedView, View anchorView, View thumbnailView);
RecentsHorizontalScrollView.java 140 final View anchorView = view.findViewById(R.id.app_description);
141 mCallback.handleLongPress(view, anchorView, thumbnailView);
RecentsVerticalScrollView.java 145 final View anchorView = view.findViewById(R.id.app_description);
146 mCallback.handleLongPress(view, anchorView, thumbnailView);
RecentsPanelView.java 778 final View selectedView, final View anchorView, final View thumbnailView) {
781 new PopupMenu(mContext, anchorView == null ? selectedView : anchorView);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 336 View anchorView = mActivity.findViewById(R.id.anchor_upper);
337 int avaliable = getDisplay().getHeight() - anchorView.getHeight();
338 int maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
341 int maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, 2);
344 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight);
348 mPopupWindow.getMaxAvailableHeight(anchorView, maxAvailableHeight / 2 - 1);
351 maxAvailableHeightWithOffset = mPopupWindow.getMaxAvailableHeight(anchorView, -1);
355 anchorView = mActivity.findViewById(R.id.anchor_lower);
356 avaliable = getDisplay().getHeight() - anchorView.getHeight();
357 maxAvailableHeight = mPopupWindow.getMaxAvailableHeight(anchorView);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 75 public static ListPopupWindow createPopupMenu(Context context, View anchorView,
130 listPopupWindow.setAnchorView(anchorView);
137 if (anchorView.getWidth() < minWidth) {
ContactEditorFragment.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 71 public MenuPopupHelper(Context context, MenuBuilder menu, View anchorView) {
72 this(context, menu, anchorView, false);
76 View anchorView, boolean overflowOnly) {
86 mAnchorView = anchorView;
ActionMenuPresenter.java 595 public OverflowPopup(Context context, MenuBuilder menu, View anchorView,
597 super(context, menu, anchorView, overflowOnly);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 73 public MenuPopupHelper(Context context, MenuBuilder menu, View anchorView) {
74 this(context, menu, anchorView, false);
78 View anchorView, boolean overflowOnly) {
88 mAnchorView = anchorView;
ActionMenuPresenter.java 605 public OverflowPopup(Context context, MenuBuilder menu, View anchorView,
607 super(context, menu, anchorView, overflowOnly);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 283 View anchorView = findViewById(anchorViewId);
284 if (anchorView == null) {
289 mTimeZonePopup.setWidth(anchorView.getWidth());
290 mTimeZonePopup.setAnchorView(anchorView);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 476 final Runnable onFinishAnimationRunnable, View anchorView) {
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
536 int animationEndStyle, int duration, View anchorView) {
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
561 * @param anchorView If not null, this represents the view which the animated view stays
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
631 anchorView);
636 final int animationEndStyle, View anchorView) {
647 if (anchorView != null) {
648 mAnchorViewInitialScrollX = anchorView.getScrollX()
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 159 View anchorView = this.getParent() instanceof View ?
161 mMediaController.setAnchorView(anchorView);
VideoDumpView.java 206 View anchorView = this.getParent() instanceof View ?
208 mMediaController.setAnchorView(anchorView);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 69 public PopupList(Context context, View anchorView) {
71 mAnchorView = anchorView;
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
VideoView.java 294 View anchorView = this.getParent() instanceof View ?
296 mMediaController.setAnchorView(anchorView);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 968 milliseconds