Searched refs:getCustomView (Results 1 - 24 of 24) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java204 public abstract View getCustomView(); method in class:ActionMode
/frameworks/base/core/java/android/view/
H A DActionMode.java256 public abstract View getCustomView(); method in class:ActionMode
H A DViewGroup.java550 public View getCustomView() {
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java89 View getCustomView(); method in interface:DecorToolbar
H A DScrollingTabContainerView.java413 final View custom = tab.getCustomView();
H A DToolbarWidgetWrapper.java571 public View getCustomView() { method in class:ToolbarWidgetWrapper
H A DActionBarView.java765 public View getCustomView() { method in class:ActionBarView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDecorToolbar.java83 View getCustomView(); method in interface:DecorToolbar
H A DScrollingTabContainerView.java451 final View custom = tab.getCustomView();
H A DToolbarWidgetWrapper.java576 public View getCustomView() { method in class:ToolbarWidgetWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java534 public abstract View getCustomView(); method in class:ActionBar
1203 public abstract View getCustomView(); method in class:ActionBar.Tab
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportActionModeWrapper.java107 public View getCustomView() { method in class:SupportActionModeWrapper
108 return mWrappedObject.getCustomView();
H A DStandaloneActionMode.java127 public View getCustomView() { method in class:StandaloneActionMode
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java124 public View getCustomView() { method in class:StandaloneActionMode
H A DFloatingActionMode.java265 public View getCustomView() { method in class:FloatingActionMode
/frameworks/base/core/java/android/app/
H A DActionBar.java545 public abstract View getCustomView(); method in class:ActionBar
1205 public abstract View getCustomView(); method in class:ActionBar.Tab
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java287 public View getCustomView() { method in class:ToolbarActionBar
288 return mDecorToolbar.getCustomView();
H A DWindowDecorActionBar.java477 public View getCustomView() { method in class:WindowDecorActionBar
478 return mDecorToolbar.getCustomView();
1087 public View getCustomView() { method in class:WindowDecorActionBar.ActionModeImpl
1161 public View getCustomView() { method in class:WindowDecorActionBar.TabImpl
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java363 public View getCustomView() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java472 public View getCustomView() { method in class:WindowDecorActionBar
473 return mDecorToolbar.getCustomView();
1060 public View getCustomView() { method in class:WindowDecorActionBar.ActionModeImpl
1134 public View getCustomView() { method in class:WindowDecorActionBar.TabImpl
H A DToolbarActionBar.java292 public View getCustomView() { method in class:ToolbarActionBar
293 return mDecorToolbar.getCustomView();
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java940 public View getCustomView() { method in class:TabLayout.Tab
1201 final View custom = tab.getCustomView();
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java106 actionBar.getCustomView().setOnClickListener(
/frameworks/base/core/java/android/widget/
H A DEditor.java3157 if (menu.hasVisibleItems() || mode.getCustomView() != null) {

Completed in 1881 milliseconds