Searched refs:anchorView (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
D | AppMenuHandler.java | 58 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()
|
D | AppMenu.java | 205 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/ |
D | AutofillPopupTest.java | 104 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/ |
D | ContentVideoView.java | 622 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()
|
D | ContentViewCore.java | 561 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/ |
D | ViewAndroidDelegate.java | 33 void releaseAnchorView(View anchorView); in releaseAnchorView() argument
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_notification_container.mm | 100 - (void)setAnchorView:(NSView*)anchorView { 101 anchorView_ = anchorView;
|
D | autofill_header.h | 33 - (NSView*)anchorView;
|
D | autofill_notification_container.h | 48 - (void)setAnchorView:(NSView*)anchorView;
|
D | autofill_notification_controller.mm | 31 @property (nonatomic, assign) NSView* anchorView; property 41 @synthesize anchorView = arrowAnchorView_; 163 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView { 164 [[self notificationView] setAnchorView:anchorView];
|
D | autofill_notification_controller.h | 57 - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView;
|
D | autofill_main_container.h | 61 - (void)setAnchorView:(NSView*)anchorView;
|
D | autofill_header.mm | 47 - (NSView*)anchorView { method
|
D | autofill_main_container.mm | 360 - (void)setAnchorView:(NSView*)anchorView { 361 [notificationContainer_ setAnchorView:anchorView];
|
D | autofill_dialog_window_controller.mm | 204 [mainContainer_ setAnchorView:[header_ anchorView]];
|