/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | TooltipPopup.java | 73 void show(View anchorView, int anchorX, int anchorY, boolean fromTouch, in show() argument 81 computePosition(anchorView, anchorX, anchorY, fromTouch, mLayoutParams); in show() 100 private void computePosition(View anchorView, int anchorX, int anchorY, boolean fromTouch, in computePosition() argument 106 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition() 111 offsetX = anchorView.getWidth() / 2; // Center on the view horizontally. in computePosition() 116 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition() 124 offsetBelow = anchorView.getHeight(); // Place below the view in most cases. in computePosition() 133 final View appView = getAppRootView(anchorView); in computePosition() 155 anchorView.getLocationOnScreen(mTmpAnchorPos); in computePosition() 183 private static View getAppRootView(View anchorView) { in getAppRootView() argument [all …]
|
D | ActionMenuPresenter.java | 727 public OverflowPopup(Context context, MenuBuilder menu, View anchorView, in OverflowPopup() argument 729 super(context, menu, anchorView, overflowOnly, R.attr.actionOverflowMenuStyle); in OverflowPopup() 746 public ActionButtonSubmenu(Context context, SubMenuBuilder subMenu, View anchorView) { in ActionButtonSubmenu() argument 747 super(context, subMenu, anchorView, false, R.attr.actionOverflowMenuStyle); in ActionButtonSubmenu()
|
D | ListPopupWindow.java | 1077 final View anchorView = mDropDownAnchorView; in onKeyPreIme() local 1079 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme() 1085 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | TooltipPopup.java | 63 public void show(View anchorView, int anchorX, int anchorY, boolean fromTouch, in show() argument 71 computePosition(anchorView, anchorX, anchorY, fromTouch, mLayoutParams); in show() 94 private void computePosition(View anchorView, int anchorX, int anchorY, boolean fromTouch, in computePosition() argument 96 outParams.token = anchorView.getApplicationWindowToken(); in computePosition() 102 if (anchorView.getWidth() >= tooltipPreciseAnchorThreshold) { in computePosition() 107 offsetX = anchorView.getWidth() / 2; // Center on the view horizontally. in computePosition() 112 if (anchorView.getHeight() >= tooltipPreciseAnchorThreshold) { in computePosition() 120 offsetBelow = anchorView.getHeight(); // Place below the view in most cases. in computePosition() 132 anchorView.getApplicationWindowToken()); in computePosition() 140 anchorView.getLocationOnScreen(mTmpAnchorPos); in computePosition()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuPopupHelper.java | 63 @NonNull View anchorView) { in MenuPopupHelper() argument 64 this(context, menu, anchorView, false, com.android.internal.R.attr.popupMenuStyle, 0); in MenuPopupHelper() 68 @NonNull View anchorView, in MenuPopupHelper() argument 70 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper() 74 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument 78 mAnchorView = anchorView; in MenuPopupHelper()
|
D | StandardMenuPopup.java | 113 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument 127 mAnchorView = anchorView; in StandardMenuPopup()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | MenuPopupHelper.java | 70 @NonNull View anchorView) { in MenuPopupHelper() argument 71 this(context, menu, anchorView, false, R.attr.popupMenuStyle, 0); in MenuPopupHelper() 75 @NonNull View anchorView, in MenuPopupHelper() argument 77 this(context, menu, anchorView, overflowOnly, popupStyleAttr, 0); in MenuPopupHelper() 81 @NonNull View anchorView, boolean overflowOnly, @AttrRes int popupStyleAttr, in MenuPopupHelper() argument 85 mAnchorView = anchorView; in MenuPopupHelper()
|
D | StandardMenuPopup.java | 111 public StandardMenuPopup(Context context, MenuBuilder menu, View anchorView, int popupStyleAttr, in StandardMenuPopup() argument 125 mAnchorView = anchorView; in StandardMenuPopup()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/ |
D | TestUtils.java | 296 public static void emulateTapOnView(Instrumentation instrumentation, View anchorView, in emulateTapOnView() argument 298 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView() 301 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateTapOnView()
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | RgbPlayerActivity.java | 159 View anchorView = this.getParent() instanceof View ? in attachMediaController() local 161 mMediaController.setAnchorView(anchorView); in attachMediaController()
|
D | VideoDumpView.java | 206 View anchorView = this.getParent() instanceof View ? in attachMediaController() local 208 mMediaController.setAnchorView(anchorView); in attachMediaController()
|
/frameworks/base/core/java/android/widget/ |
D | ActionMenuPresenter.java | 932 public OverflowPopup(Context context, MenuBuilder menu, View anchorView, in OverflowPopup() argument 934 super(context, menu, anchorView, overflowOnly, in OverflowPopup() 952 public ActionButtonSubmenu(Context context, SubMenuBuilder subMenu, View anchorView) { in ActionButtonSubmenu() argument 953 super(context, subMenu, anchorView, false, in ActionButtonSubmenu()
|
D | ListPopupWindow.java | 1038 final View anchorView = mDropDownAnchorView; in onKeyPreIme() local 1040 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme() 1046 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme()
|
D | VideoView.java | 446 View anchorView = this.getParent() instanceof View ? in attachMediaController() local 448 mMediaController.setAnchorView(anchorView); in attachMediaController()
|