HomeSort by relevance Sort by last modified time
    Searched refs:tabView (Results 26 - 34 of 34) sorted by null

12

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DecorToolbar.java 73 void setEmbeddedTabView(ScrollingTabContainerView tabView);
ToolbarWidgetWrapper.java 467 public void setEmbeddedTabView(ScrollingTabContainerView tabView) {
471 mTabView = tabView;
472 if (tabView != null && mNavigationMode == ActionBar.NAVIGATION_MODE_TABS) {
478 tabView.setAllowCollapse(true);
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 29 @class TabView;
93 // The view associated with this controller, pre-casted as a TabView
94 - (TabView*)tabView;
104 // Closes the associated TabView by relaying the message to |target_| to
108 // Selects the associated TabView by sending |action_| to |target_|.
tab_strip_controller.h 19 @class TabView;
100 TabView* placeholderTab_; // weak. Tab being dragged
123 TabView* hoveredTab_; // weak. Tab that the mouse is hovering over
173 // Set the frame of |tabView|, also updates the internal frame dict.
174 - (void)setFrame:(NSRect)frame ofTabView:(NSView*)tabView;
214 - (void)insertPlaceholderForTab:(TabView*)tab frame:(NSRect)frame;
223 - (BOOL)isTabFullyVisible:(TabView*)tab;
  /frameworks/base/core/java/android/widget/
TabWidget.java 409 View tabView = getChildTabViewAt(mSelectedTab);
410 if (tabView != null && tabView.getVisibility() == VISIBLE) {
411 return tabView.dispatchPopulateAccessibilityEvent(event);
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 5 var tabView = null;
94 tabView = new TabView($('content-root'));
167 tabView.removeTab(element.id);
189 peerConnectionElement = tabView.addTab(id, data.url);
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 114 @property(readonly, nonatomic) IBOutlet NSTabView* tabView;
  /frameworks/base/core/java/com/android/internal/widget/
ToolbarWidgetWrapper.java 440 public void setEmbeddedTabView(ScrollingTabContainerView tabView) {
444 mTabView = tabView;
445 if (tabView != null && mNavigationMode == ActionBar.NAVIGATION_MODE_TABS) {
451 tabView.setAllowCollapse(true);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 301 milliseconds

12