/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader2.java | 67 // Set the last selected item. 75 mLogger.info("MyRssReader.onCreate-6 -- Last selected item:" + selectedItem); 116 public boolean onOptionsItemSelected(Menu.Item item){ 117 switch (item.getId()){ 149 // Here's our only important override--returning the list item. 153 // Get the item from the underlying array, 155 RssItem item = (RssItem)this.getItem(position); local 156 if(item != null) 159 view.setText(item.toString()) [all...] |
MyRssReader3.java | 56 // Set the last selected item. 99 public boolean onOptionsItemSelected(Menu.Item item){ 100 super.onOptionsItemSelected(item); 102 switch (item.getId()){ 109 case 2: // Add Item 112 // Use an ID so that if we create a "remove item" form we 116 case 3: // Delete item. 132 // Called by the "Add RSS Item" floating screen when it closes. 157 // Here's our only important override--returning the list item 163 RssItem item = (RssItem)this.getItem(position); local [all...] |
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...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
winfirewall.cc | 111 hr = apps->Item(bfilename, &app);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_models.cc | 36 Item item = { key, true }; local 37 items_.push_back(item);
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
settings.py | 15 Note, the item containing the field should not be focused already. 52 raise RuntimeError('Unable to focus list item ' + field_elem.tag_name) 55 class Item(object): 56 """A list item web element.""" 65 class TextFieldsItem(Item): 66 """An item consisting only of text fields.""" 72 """Sets the value(s) of the item's text field(s). 87 """The item to be added must have the same number of fields as an item 88 in the HTML list. Given item '%s' should have %s fields.""" % [all...] |
/external/chromium_org/media/audio/win/ |
device_enumeration_win.cc | 64 hr = collection->Item(i, audio_device.Receive());
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjingle/source/talk/base/ |
winfirewall.cc | 111 hr = apps->Item(bfilename, &app);
|
/external/chromium_org/tools/gn/ |
function_toolchain.cc | 128 scope->settings()->build_settings()->ItemDefined(toolchain.PassAs<Item>());
|
/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
|
MethodIdItem.java | 34 public class MethodIdItem extends Item<MethodIdItem> implements Convertible<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 245 //"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
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSInfo.h | 56 // Number of item in the list 58 // Size of each item 118 // Return the human-readable name of the given rsinfo::*Item in the template 120 template<typename Item>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CommandParams.java | 149 for (Item item : mMenu.items) { 150 if (item.icon != null) { 153 item.icon = icon;
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 772 fp.add(FetchProfile.Item.FLAGS); 773 fp.add(FetchProfile.Item.ENVELOPE); [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 285 InnerClassList.Item foundThisClass = null; 289 InnerClassList.Item item = list.get(i); local 290 CstType innerClass = item.getInnerClass(); 292 foundThisClass = item; 293 } 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/smack/src/org/jivesoftware/smackx/ |
MultipleRecipientManager.java | 300 // Get the disco items and send the disco packet to each server item 303 for (Iterator<DiscoverItems.Item> it = items.getItems(); it.hasNext();) { 304 DiscoverItems.Item item = it.next(); local 306 .discoverInfo(item.getEntityID(), item.getNode());
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
AgentRoster.java | 361 for (Iterator<AgentStatusRequest.Item> i = statusRequest.getAgents().iterator(); i.hasNext();) {
362 AgentStatusRequest.Item item = i.next();
local 363 String agentJID = item.getJID();
364 if ("remove".equals(item.getType())) {
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
InstructionMethodItem.java | 40 import org.jf.dexlib.Item; 340 Item item = ((InstructionWithReference)instruction).getReferencedItem(); local 341 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();
|