HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader4.java 66 // Set the last selected item.
109 public boolean onOptionsItemSelected(Menu.Item item){
110 super.onOptionsItemSelected(item);
112 switch (item.getId()){
119 case 2: // Add Item
122 // Use an ID so that if we create a "remove item" form we
126 case 3: // Delete item.
130 // Create our content URI by adding the ID of the currently selected item using a
146 // Called by the "Add RSS Item" floating screen when it closes
    [all...]
MyRssReader5.java 74 // Set the last selected item.
86 // with the index of a recently deleted item.
93 // This method is sometimes called after a backing data item
141 public boolean onOptionsItemSelected(Menu.Item item){
142 super.onOptionsItemSelected(item);
144 switch (item.getId()){
153 case 2: // Add Item
155 // Use an ID so that if we create a "remove item" form we
159 case 3: // Delete item
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 111 hr = apps->Item(bfilename, &app);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 57 public Collection<? extends Item> items() {
  /external/icu4c/tools/toolutil/
pkgitems.cpp 16 * Companion file to package.cpp. Deals with details of ICU data item formats.
17 * Used for item dependencies.
38 /* item formats in common */
57 // a data item in native-platform form ------------------------------------- ***
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
65 setItem(item, swap);
80 void setItem(const Item *item, UDataSwapFn *swap) {
81 pItem=item;
325 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); local
346 Resource item=res_getArrayItem(pResData, res, i); local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetItem.java 38 public class AnnotationSetItem extends Item<AnnotationSetItem> {
45 * @param dexFile The <code>DexFile</code> that this item belongs to
53 * @param dexFile The <code>DexFile</code> that this item belongs to
64 * @param dexFile The <code>DexFile</code> that this item belongs to
FieldIdItem.java 34 public class FieldIdItem extends Item<FieldIdItem> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
71 * @param dexFile The <code>DexFile</code> that this item belongs to
87 * @param dexFile The <code>DexFile</code> that this item belongs to
221 //"getInterned..." style methods to make new items, and any item created
MethodIdItem.java 34 public class MethodIdItem extends Item<MethodIdItem> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
66 * @param dexFile The <code>DexFile</code> that this item belongs to
82 * @param dexFile The <code>DexFile</code> that this item belongs to
233 //"getInterned..." style methods to make new items, and any item created
ProtoIdItem.java 34 public class ProtoIdItem extends Item<ProtoIdItem> {
43 * @param dexFile The <code>DexFile</code> that this item belongs to
51 * @param dexFile The <code>DexFile</code> that this item belongs to
70 * @param dexFile The <code>DexFile</code> that this item belongs to
225 //"getInterned..." style methods to make new items, and any item created
TypeListItem.java 37 public class TypeListItem extends Item<TypeListItem> {
44 * @param dexFile The <code>DexFile</code> that this item belongs to
52 * @param dexFile The <code>DexFile</code> that this item belongs to
64 * @param dexFile The <code>DexFile</code> that this item belongs to
108 //yes, the code to write the item is duplicated. This eliminates the need to iterate over the list twice
269 //"getInterned..." style methods to make new items, and any item created
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParams.java 144 for (Item item : menu.items) {
145 if (item.icon != null) {
148 item.icon = icon;
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 770 fp.add(FetchProfile.Item.FLAGS);
771 fp.add(FetchProfile.Item.ENVELOPE);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 286 InnerClassList.Item foundThisClass = null;
290 InnerClassList.Item item = list.get(i); local
291 CstType innerClass = item.getInnerClass();
293 foundThisClass = item;
294 } else if (thisClass.equals(item.getOuterClass())) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 22 import android.content.ClipData.Item;
77 // Handle drag events when a list item is dragged into the view
159 // is restored, it selects the appropriate item and sends the event
175 public boolean onOptionsItemSelected(MenuItem item) {
177 switch (item.getItemId()) {
185 return super.onOptionsItemSelected(item);
244 Item item = data.getItemAt(0); local
245 String textData = (String) item.getText();
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 39 import org.jf.dexlib.Item;
313 Item item = ((InstructionWithReference)instruction).getReferencedItem(); local
314 ReferenceFormatter.writeReference(writer, item);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 114 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 129 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /packages/apps/Email/src/com/android/email/
MessagingController.java 470 fp.add(FetchProfile.Item.BODY);
487 fp.add(FetchProfile.Item.STRUCTURE);
495 fp.add(FetchProfile.Item.BODY_SANE);
533 fp.add(FetchProfile.Item.FLAGS);
534 fp.add(FetchProfile.Item.ENVELOPE);
673 fp.add(FetchProfile.Item.FLAGS);
674 fp.add(FetchProfile.Item.ENVELOPE);
675 fp.add(FetchProfile.Item.STRUCTURE);
676 fp.add(FetchProfile.Item.BODY_SANE);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload;
389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
500 Item: T;
502 for Item in List do
504 Insert(Index, Item);
721 item: TPair<TKey,TValue>;
724 for item in Collection do
725 AddOrSetValue(item.Key, item.Value)
    [all...]
Antlr.Runtime.Collections.pas 63 procedure Push(const Item: T);
127 procedure Push(const Item: T);
328 procedure TStackList<T>.Push(const Item: T);
330 Add(Item);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 584 const String16 item16("item");
763 const String16 item16("item");
3851 const Item* item = getItem(resID, attrID); local
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 407 MusicRetriever.Item playingItem = null;
415 playingItem = new MusicRetriever.Item(0, null, manualUrl, null, 0);
475 // TODO: fetch real item artwork
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 151 ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 265 ScriptField_AllVectorTypes.Item avtItem;
266 avtItem = new ScriptField_AllVectorTypes.Item();
687 ScriptField_objects_rs.Item i = new ScriptField_objects_rs.Item();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 250 ClipData.Item item = data.getItemAt(i); local
251 Log.i(TAG, "Dropped item " + i + " : " + item);
253 String text = item.coerceToText(getContext()).toString();

Completed in 1223 milliseconds

1 2 3 4 5 6 78 910