Searched refs:getMenuInflater (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DMyActivity.java20 getMenuInflater().inflate(R.menu.my, menu);
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivity.java26 getMenuInflater().inflate(R.menu.menu_main, menu);
/frameworks/data-binding/integration-tests/App With Spaces/app/src/main/java/android/databinding/appwithspaces/
H A DMainActivity.java43 getMenuInflater().inflate(R.menu.menu_main, menu);
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/java/android/databinding/multimoduletestapp/
H A DMainActivity.java43 getMenuInflater().inflate(R.menu.menu_main, menu);
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
H A DTestLibraryMainActivity.java39 getMenuInflater().inflate(R.menu.menu_test_library_main, menu);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java209 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
/frameworks/base/core/java/android/view/
H A DActionMode.java261 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
/frameworks/base/core/java/android/widget/
H A DPopupMenu.java188 * @see #getMenuInflater()
200 public MenuInflater getMenuInflater() { method in class:PopupMenu
206 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
210 getMenuInflater().inflate(menuRes, mMenu);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java186 * @see #getMenuInflater()
198 public MenuInflater getMenuInflater() { method in class:PopupMenu
204 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
208 getMenuInflater().inflate(menuRes, mMenu);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModel.java74 MenuInflater inflater = getMenuInflater();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestApp.java75 MenuInflater inflater = getMenuInflater();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java58 * <li>{@link #getMenuInflater()}</li>
173 * Return the value of this call from your {@link Activity#getMenuInflater()}
175 public abstract MenuInflater getMenuInflater(); method in class:AppCompatDelegate
H A DAppCompatActivity.java103 public MenuInflater getMenuInflater() { method in class:AppCompatActivity
104 return getDelegate().getMenuInflater();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseKeyEventsTestCase.java46 mode.getMenuInflater().inflate(R.menu.sample_actions, menu);
H A DBaseTestActivity.java116 getMenuInflater().inflate(R.menu.sample_actions, menu);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportActionModeWrapper.java117 public MenuInflater getMenuInflater() { method in class:SupportActionModeWrapper
118 return mWrappedObject.getMenuInflater();
H A DStandaloneActionMode.java132 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java129 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
H A DFloatingActionMode.java270 public MenuInflater getMenuInflater() { method in class:FloatingActionMode
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBench.java87 MenuInflater inflater = getMenuInflater();
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java61 MenuInflater inflater = getMenuInflater();
/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java227 getMenuInflater().inflate(resId, mMenu);
366 private MenuInflater getMenuInflater() { method in class:NavigationView
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java208 mode.getMenuInflater().inflate(com.android.internal.R.menu.webview_find,
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java368 public MenuInflater getMenuInflater() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java169 MenuInflater inflater = getMenuInflater();

Completed in 835 milliseconds

12