Searched refs:getItemId (Results 1 - 25 of 226) sorted by relevance

12345678910

/frameworks/base/core/java/com/android/internal/widget/
H A DIRemoteViewsFactory.aidl31 long getItemId(int position);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithEmptyView.java42 public long getItemId(int position) { method in class:ListWithEmptyView.CarefulAdapter
46 return super.getItemId(position);
85 switch (item.getItemId()) {
H A DListTakeFocusFromSide.java59 public long getItemId(int position) { method in class:ListTakeFocusFromSide.ThrashListAdapter
/frameworks/base/core/java/android/widget/
H A DAdapter.java72 long getItemId(int position); method in interface:Adapter
H A DRemoteViewsService.java113 * See {@link Adapter#getItemId(int)}.
118 public long getItemId(int position); method in interface:RemoteViewsService.RemoteViewsFactory
194 public synchronized long getItemId(int position) { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
197 id = mFactory.getItemId(position);
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DMyActivity.java29 int id = item.getItemId();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAppCompatMenuItemShortcutsTestActivity.java39 mMenuItemIdTracker = item.getItemId();
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentPagerAdapter.java93 final long itemId = getItemId(position);
120 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
173 public long getItemId(int position) { method in class:FragmentPagerAdapter
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java97 final long itemId = getItemId(position);
124 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
178 public long getItemId(int position) { method in class:FragmentPagerAdapter
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivity.java35 int id = item.getItemId();
/frameworks/data-binding/integration-tests/App With Spaces/app/src/main/java/android/databinding/appwithspaces/
H A DMainActivity.java52 int id = item.getItemId();
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/java/android/databinding/multimoduletestapp/
H A DMainActivity.java52 int id = item.getItemId();
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
H A DTestLibraryMainActivity.java48 int id = item.getItemId();
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentCategoryActivity.java39 if (item.getItemId() == android.R.id.home) {
H A DSimpleUpActivity.java38 if (item.getItemId() == android.R.id.home) {
H A DViewFromOtherTaskActivity.java39 if (item.getItemId() == android.R.id.home) {
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentCategoryActivity.java39 if (item.getItemId() == android.R.id.home) {
H A DSimpleUpActivity.java38 if (item.getItemId() == android.R.id.home) {
H A DViewFromOtherTaskActivity.java39 if (item.getItemId() == android.R.id.home) {
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomNavigationViewUsage.java66 bottom.getMenu().removeItem(bottom.getMenu().getItem(0).getItemId());
97 bottom.setSelectedItemId(bottom.getMenu().getItem(next).getItemId());
105 switch (item.getItemId()) {
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomNavigationViewUsage.java66 bottom.getMenu().removeItem(bottom.getMenu().getItem(0).getItemId());
97 bottom.setSelectedItemId(bottom.getMenu().getItem(next).getItemId());
105 switch (item.getItemId()) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarUsage.java74 switch (item.getItemId()) {
87 mSortMode = item.getItemId();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarUsage.java74 switch (item.getItemId()) {
87 mSortMode = item.getItemId();
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridDelete.java99 public long getItemId(int position) { method in class:GridDelete.DeleteAdapter
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryImages.java57 public long getItemId(int position) { method in class:BiDiTestGalleryImages

Completed in 484 milliseconds

12345678910