Home
last modified time | relevance | path

Searched refs:getCustomView (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/support/design/tests/src/android/support/design/widget/
DTabLayoutTest.java59 assertNull(tab.getCustomView()); in testInflateTabLayoutWithTabItems()
65 assertNull(tab.getCustomView()); in testInflateTabLayoutWithTabItems()
71 assertNotNull(tab.getCustomView()); in testInflateTabLayoutWithTabItems()
72 assertEquals(R.id.my_custom_tab, tab.getCustomView().getId()); in testInflateTabLayoutWithTabItems()
103 assertNotNull("Tab has custom view", tab.getCustomView()); in testTabWithCustomLayoutSelection1()
123 assertNotNull("Tab has custom view", tab.getCustomView()); in testTabWithCustomLayoutSelection2()
185 final View tabCustomView = tab.getCustomView(); in assertTabCustomViewSelected()
/frameworks/support/v7/appcompat/src/android/support/v7/view/
DSupportActionModeWrapper.java107 public View getCustomView() { in getCustomView() method in SupportActionModeWrapper
108 return mWrappedObject.getCustomView(); in getCustomView()
DActionMode.java204 public abstract View getCustomView(); in getCustomView() method in ActionMode
DStandaloneActionMode.java126 public View getCustomView() { in getCustomView() method in StandaloneActionMode
/frameworks/base/core/java/android/view/
DActionMode.java256 public abstract View getCustomView(); in getCustomView() method in ActionMode
DViewGroup.java555 public View getCustomView() {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBar.java539 public abstract View getCustomView(); in getCustomView() method in ActionBar
1233 public abstract View getCustomView(); in getCustomView() method in ActionBar.Tab
DWindowDecorActionBar.java479 public View getCustomView() { in getCustomView() method in WindowDecorActionBar
480 return mDecorToolbar.getCustomView(); in getCustomView()
1089 public View getCustomView() { in getCustomView() method in WindowDecorActionBar.ActionModeImpl
1163 public View getCustomView() { in getCustomView() method in WindowDecorActionBar.TabImpl
DToolbarActionBar.java298 public View getCustomView() { in getCustomView() method in ToolbarActionBar
299 return mDecorToolbar.getCustomView(); in getCustomView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDecorToolbar.java83 View getCustomView(); in getCustomView() method
DScrollingTabContainerView.java448 final View custom = tab.getCustomView(); in update()
DToolbarWidgetWrapper.java545 public View getCustomView() { in getCustomView() method in ToolbarWidgetWrapper
/frameworks/base/core/java/com/android/internal/widget/
DDecorToolbar.java89 View getCustomView(); in getCustomView() method
DScrollingTabContainerView.java413 final View custom = tab.getCustomView(); in update()
DToolbarWidgetWrapper.java571 public View getCustomView() { in getCustomView() method in ToolbarWidgetWrapper
DActionBarView.java767 public View getCustomView() { in getCustomView() method in ActionBarView
/frameworks/base/core/java/android/app/
DActionBar.java547 public abstract View getCustomView(); in getCustomView() method in ActionBar
1267 public abstract View getCustomView(); in getCustomView() method in ActionBar.Tab
/frameworks/base/core/java/com/android/internal/view/
DStandaloneActionMode.java124 public View getCustomView() { in getCustomView() method in StandaloneActionMode
DFloatingActionMode.java277 public View getCustomView() { in getCustomView() method in FloatingActionMode
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java292 public View getCustomView() { in getCustomView() method in ToolbarActionBar
293 return mDecorToolbar.getCustomView(); in getCustomView()
DWindowDecorActionBar.java479 public View getCustomView() { in getCustomView() method in WindowDecorActionBar
480 return mDecorToolbar.getCustomView(); in getCustomView()
1113 public View getCustomView() { in getCustomView() method in WindowDecorActionBar.ActionModeImpl
1187 public View getCustomView() { in getCustomView() method in WindowDecorActionBar.TabImpl
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DPhoneWindowActionModeTest.java367 public View getCustomView() { in getCustomView() method in PhoneWindowActionModeTest.MockActionMode
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1268 public View getCustomView() {
1642 final View custom = tab != null ? tab.getCustomView() : null; in update()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java106 actionBar.getCustomView().setOnClickListener( in init()
/frameworks/base/core/java/android/widget/
DEditor.java3700 if (menu.hasVisibleItems() || mode.getCustomView() != null) { in onCreateActionMode()

12