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

1 2

  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ViewAndroidDelegate.java 31 * @param anchorView The anchor view that needs to be released.
33 void releaseAnchorView(View anchorView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java 29 void handleLongPress(View selectedView, View anchorView, View thumbnailView);
RecentsHorizontalScrollView.java 141 final View anchorView = view.findViewById(R.id.app_description);
142 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 758 final View selectedView, final View anchorView, final View thumbnailView) {
761 new PopupMenu(mContext, anchorView == null ? selectedView : anchorView);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 50 // with center of anchorView. (horizontally only).
51 - (void)setAnchorView:(NSView*)anchorView;
autofill_notification_controller.h 37 // Displays arrow on top of notification if set to YES. |anchorView| determines
39 // midpoint of the anchorView.
40 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView;
autofill_main_container.h 54 - (void)setAnchorView:(NSView*)anchorView;
  /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 79 public MenuPopupHelper(Context context, MenuBuilder menu, View anchorView) {
80 this(context, menu, anchorView, false);
84 View anchorView, boolean overflowOnly) {
95 mAnchorView = anchorView;
ActionMenuPresenter.java 667 public OverflowPopup(Context context, MenuBuilder menu, View anchorView,
669 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 282 View anchorView = findViewById(anchorViewId);
283 if (anchorView == null) {
288 mTimeZonePopup.setWidth(anchorView.getWidth());
289 mTimeZonePopup.setAnchorView(anchorView);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 99 View anchorView = view.findViewById(R.id.autofill_popup_window);
101 assertTrue(anchorView.getTag() instanceof AutofillPopup);
102 final AutofillPopup popup = (AutofillPopup) anchorView.getTag();
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 504 final Runnable onFinishAnimationRunnable, View anchorView) {
559 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
565 int animationEndStyle, int duration, View anchorView) {
570 null, null, onCompleteRunnable, animationEndStyle, anchorView);
590 * @param anchorView If not null, this represents the view which the animated view stays
598 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
660 anchorView);
665 final int animationEndStyle, View anchorView) {
676 if (anchorView != null) {
677 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/
VideoView.java 378 View anchorView = this.getParent() instanceof View ?
380 mMediaController.setAnchorView(anchorView);
    [all...]
ListPopupWindow.java     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 516 View anchorView = new View(getContext());
517 mContainerView.addView(anchorView);
518 return anchorView;
562 public void releaseAnchorView(View anchorView) {
563 mContainerView.removeView(anchorView);
    [all...]

Completed in 407 milliseconds

1 2