HomeSort by relevance Sort by last modified time
    Searched defs:itemId (Results 1 - 25 of 51) sorted by null

1 2 3

  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 185 long itemId = mAdapter.getItemId(position);
186 mItemIdTopMap.put(itemId, child.getTop());
202 long itemId = mAdapter.getItemId(position);
203 Integer startTop = mItemIdTopMap.get(itemId);
  /frameworks/base/core/java/com/android/internal/view/menu/
SubMenuBuilder.java 127 final int itemId = mItem != null ? mItem.getItemId() : 0;
128 if (itemId == 0) {
131 return super.getActionViewStatesKey() + ":" + itemId;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
SubMenuBuilder.java 138 final int itemId = mItem != null ? mItem.getItemId() : 0;
139 if (itemId == 0) {
142 return super.getActionViewStatesKey() + ":" + itemId;
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 85 final int itemId = R.layout.widget_item;
86 RemoteViews rv = new RemoteViews(mContext.getPackageName(), itemId);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 128 int itemId = a.getResourceId(R.styleable.MenuItem_android_id, 0);
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 92 final long itemId = getItemId(position);
95 String name = makeFragmentName(container.getId(), itemId);
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
104 makeFragmentName(container.getId(), itemId));
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 88 final long itemId = getItemId(position);
91 String name = makeFragmentName(container.getId(), itemId);
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
100 makeFragmentName(container.getId(), itemId));
  /packages/apps/Phone/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 88 final int itemId = item.getItemId();
89 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
GsmUmtsCallForwardOptions.java 167 final int itemId = item.getItemId();
168 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
FdnSetting.java 481 final int itemId = item.getItemId();
482 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
MobileNetworkSettings.java 572 final int itemId = item.getItemId();
573 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
RespondViaSmsManager.java 712 final int itemId = item.getItemId();
713 switch (itemId) {
    [all...]
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 169 final int itemId = item.getItemId();
178 itemId == android.R.id.home
183 itemId == android.R.id.home
187 if (itemId == R.id.menu_refresh) {
257 int itemId;
268 itemId = parser.getAttributeResourceValue(MENU_RES_NAMESPACE,
270 if (itemId == 0) {
278 mActionItemIds.add(itemId);
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 270 long itemId = mAdapter.getItemId(position);
272 mItemIdTopMap.put(itemId, child.getTop());
290 long itemId = mAdapter.getItemId(position);
291 Integer startTop = mItemIdTopMap.get(itemId);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 158 public Item createItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) {
159 return new Item(itemId, constructionMethod, dataReferenceIndex, baseOffset, extents);
167 public int itemId;
174 itemId = IsoTypeReader.readUInt16(in);
195 public Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) {
196 this.itemId = itemId;
226 IsoTypeWriter.writeUInt16(bb, itemId);
254 if (itemId != item.itemId) return false
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenuItem.java 12 private int itemId;
25 public TestMenuItem(int itemId) {
27 this.itemId = itemId;
30 public void setItemId(int itemId) {
31 this.itemId = itemId;
36 return itemId;
  /frameworks/base/core/java/android/widget/
ShareActionProvider.java 290 final int itemId = item.getItemId();
291 Intent launchIntent = dataModel.chooseActivity(itemId);
  /frameworks/opt/datetimepicker/src/com/googlecode/eyesfree/utils/
TouchExplorationHelper.java 75 final int itemId = mFocusedItemId;
76 if (itemId == INVALID_ID) {
80 performAction(itemId, AccessibilityNodeInfoCompat.ACTION_CLEAR_ACCESSIBILITY_FOCUS, null);
89 final int itemId = getIdForItem(item);
90 if (itemId == INVALID_ID) {
94 performAction(itemId, AccessibilityNodeInfoCompat.ACTION_ACCESSIBILITY_FOCUS, null);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ShareActionProvider.java 303 final int itemId = item.getItemId();
304 Intent launchIntent = dataModel.chooseActivity(itemId);
  /frameworks/base/core/java/android/view/
MenuInflater.java 260 private int itemId;
344 itemId = a.getResourceId(com.android.internal.R.styleable.MenuItem_id, defaultItemId);
451 setItem(menu.add(groupId, itemId, itemCategoryOrder, itemTitle));
456 SubMenu subMenu = menu.addSubMenu(groupId, itemId, itemCategoryOrder, itemTitle);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 266 private int itemId;
350 itemId = a.getResourceId(R.styleable.MenuItem_android_id, defaultItemId);
456 setItem(menu.add(groupId, itemId, itemCategoryOrder, itemTitle));
461 SubMenu subMenu = menu.addSubMenu(groupId, itemId, itemCategoryOrder, itemTitle);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java 156 final int itemId = item.getItemId();
157 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 234 OriginalMessageInfo(String itemId, String collectionId, String longId) {
235 mItemId = itemId;
256 sb.append("&ItemId=");
274 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
276 String itemId = null;
291 itemId = cols[0];
301 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to process
303 if (longId != null || (itemId != null && collectionId != null)){
304 return new OriginalMessageInfo(itemId, collectionId, longId);
390 // In EAS 14, we don't send itemId and collectionId in the comman
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 278 final int itemId = item.getItemId();
279 if (itemId == R.id.action_today) {
284 } else if (itemId == R.id.action_search) {
286 } else if (itemId == R.id.action_settings) {
289 } else if (itemId == android.R.id.home) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtypeSettings.java 584 final int itemId = item.getItemId();
585 if (itemId == MENU_ADD_SUBTYPE) {

Completed in 367 milliseconds

1 2 3