Home
last modified time | relevance | path

Searched refs:anchorView (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
DAppMenuHandler.java58 public boolean showAppMenu(View anchorView, boolean isByHardwareButton, boolean startDragging) { in showAppMenu() argument
64 PopupMenu tempMenu = new PopupMenu(mActivity, anchorView); in showAppMenu()
77 mAppMenu.show(wrapper, anchorView, showIcons, isByHardwareButton, startDragging); in showAppMenu()
DAppMenu.java205 void show(Context context, View anchorView, boolean showIconRow, in show() argument
210 mPopup.setAnchorView(anchorView); in show()
695 View anchorView = mPopup.getAnchorView(); in setMenuHeight() local
697 anchorView.getLocationOnScreen(anchorViewLocation); in setMenuHeight()
701 appDimensions.height() - anchorViewLocation[1] - anchorView.getHeight()); in setMenuHeight()
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
DAutofillPopupTest.java104 View anchorView = view.findViewById(R.id.autofill_popup_window); in testClickAutofillPopupSuggestion() local
106 assertTrue(anchorView.getTag() instanceof AutofillPopup); in testClickAutofillPopupSuggestion()
107 final AutofillPopup popup = (AutofillPopup) anchorView.getTag(); in testClickAutofillPopupSuggestion()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentVideoView.java622 View anchorView = new View(getContext()); in acquireAnchorView() local
623 addView(anchorView); in acquireAnchorView()
624 return anchorView; in acquireAnchorView()
633 public void releaseAnchorView(View anchorView) { in releaseAnchorView() argument
634 removeView(anchorView); in releaseAnchorView()
DContentViewCore.java561 View anchorView = new View(getContext()); in getViewAndroidDelegate()
562 mContainerView.addView(anchorView); in getViewAndroidDelegate()
563 return anchorView; in getViewAndroidDelegate()
607 public void releaseAnchorView(View anchorView) { in getViewAndroidDelegate() argument
608 mContainerView.removeView(anchorView); in getViewAndroidDelegate()
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
DViewAndroidDelegate.java33 void releaseAnchorView(View anchorView); in releaseAnchorView() argument
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_notification_container.mm100 - (void)setAnchorView:(NSView*)anchorView {
101 anchorView_ = anchorView;
Dautofill_header.h33 - (NSView*)anchorView;
Dautofill_notification_container.h48 - (void)setAnchorView:(NSView*)anchorView;
Dautofill_notification_controller.mm31 @property (nonatomic, assign) NSView* anchorView; property
41 @synthesize anchorView = arrowAnchorView_;
163 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView {
164 [[self notificationView] setAnchorView:anchorView];
Dautofill_notification_controller.h57 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView;
Dautofill_main_container.h61 - (void)setAnchorView:(NSView*)anchorView;
Dautofill_header.mm47 - (NSView*)anchorView { method
Dautofill_main_container.mm360 - (void)setAnchorView:(NSView*)anchorView {
361 [notificationContainer_ setAnchorView:anchorView];
Dautofill_dialog_window_controller.mm204 [mainContainer_ setAnchorView:[header_ anchorView]];