/frameworks/support/design/tests/src/android/support/design/widget/ |
D | TabLayoutTest.java | 59 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/ |
D | SupportActionModeWrapper.java | 107 public View getCustomView() { in getCustomView() method in SupportActionModeWrapper 108 return mWrappedObject.getCustomView(); in getCustomView()
|
D | ActionMode.java | 204 public abstract View getCustomView(); in getCustomView() method in ActionMode
|
D | StandaloneActionMode.java | 126 public View getCustomView() { in getCustomView() method in StandaloneActionMode
|
/frameworks/base/core/java/android/view/ |
D | ActionMode.java | 256 public abstract View getCustomView(); in getCustomView() method in ActionMode
|
D | ViewGroup.java | 555 public View getCustomView() {
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBar.java | 539 public abstract View getCustomView(); in getCustomView() method in ActionBar 1233 public abstract View getCustomView(); in getCustomView() method in ActionBar.Tab
|
D | WindowDecorActionBar.java | 479 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
|
D | ToolbarActionBar.java | 298 public View getCustomView() { in getCustomView() method in ToolbarActionBar 299 return mDecorToolbar.getCustomView(); in getCustomView()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | DecorToolbar.java | 83 View getCustomView(); in getCustomView() method
|
D | ScrollingTabContainerView.java | 448 final View custom = tab.getCustomView(); in update()
|
D | ToolbarWidgetWrapper.java | 545 public View getCustomView() { in getCustomView() method in ToolbarWidgetWrapper
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DecorToolbar.java | 89 View getCustomView(); in getCustomView() method
|
D | ScrollingTabContainerView.java | 413 final View custom = tab.getCustomView(); in update()
|
D | ToolbarWidgetWrapper.java | 571 public View getCustomView() { in getCustomView() method in ToolbarWidgetWrapper
|
D | ActionBarView.java | 767 public View getCustomView() { in getCustomView() method in ActionBarView
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 547 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/ |
D | StandaloneActionMode.java | 124 public View getCustomView() { in getCustomView() method in StandaloneActionMode
|
D | FloatingActionMode.java | 277 public View getCustomView() { in getCustomView() method in FloatingActionMode
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ToolbarActionBar.java | 292 public View getCustomView() { in getCustomView() method in ToolbarActionBar 293 return mDecorToolbar.getCustomView(); in getCustomView()
|
D | WindowDecorActionBar.java | 479 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/ |
D | PhoneWindowActionModeTest.java | 367 public View getCustomView() { in getCustomView() method in PhoneWindowActionModeTest.MockActionMode
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 1268 public View getCustomView() { 1642 final View custom = tab != null ? tab.getCustomView() : null; in update()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 106 actionBar.getCustomView().setOnClickListener( in init()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3700 if (menu.hasVisibleItems() || mode.getCustomView() != null) { in onCreateActionMode()
|