HomeSort by relevance Sort by last modified time
    Searched full:item (Results 1576 - 1600 of 4518) sorted by null

<<61626364656667686970>>

  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 54 // Get all of the rows from the database and create the item list
78 public boolean onMenuItemSelected(int featureId, MenuItem item) {
79 switch(item.getItemId()) {
85 return super.onMenuItemSelected(featureId, item);
96 public boolean onContextItemSelected(MenuItem item) {
97 switch(item.getItemId()) {
99 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo();
104 return super.onContextItemSelected(item);
  /external/clearsilver/util/
skiplist.h 82 * Function: skipNext - find next item.
83 * Description: Searches in list <list> for item with key next larger
95 * Return: Value associated with new <pkey>, or NULL last item.
121 * and the item freed (see skipNewList()).
131 * Function: skipInsert - insert an item.
148 * Function: skipDelete - delete an item.
149 * Description: Delete the item associated with <key> from <list>.
150 * Input: list - list to delete item from.
  /external/dropbear/
queue.h 30 void* item; member in struct:Link
47 void enqueue(struct Queue* queue, void* item);
  /external/skia/include/views/
SkOSMenu.h 41 struct Item {
47 SkTDArray<Item> fItems;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10-1.js 80 var item = 0;
85 array[item++] = new TestCase( SECTION,
93 array[item++] = new TestCase(
99 array[item++] = new TestCase(
105 array[item++] = new TestCase(
111 array[item++] = new TestCase(
118 array[item++] = new TestCase(
126 array[item++] = new TestCase(
  /external/webkit/WebCore/manual-tests/
keyboard_select_elements_with_same_beginning.html 14 It should select the first item starts with 'A'.
15 In windows, Continue typing 'A', it should continue to select the next item starts with 'A'.
select-option-in-onload.html 5 <title>Programmatically selected popup item not shown</title>
18 <p>The popup below has the item "FAIL" selected by default in the html, but a javascript function
  /frameworks/base/awt/java/awt/
ItemSelectable.java 34 * Adds an ItemListener for receiving item events when the state of an item
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 33 * If the user chooses the "Default" item, the saved string will be one of
37 * item, the saved string will be an empty string.
97 * Returns whether to a show an item for the default sound/ringtone.
99 * @return Whether to show an item for the default sound/ringtone.
106 * Sets whether to show an item for the default sound/ringtone. The default
117 * Returns whether to a show an item for 'Silent'.
119 * @return Whether to show an item for 'Silent'.
126 * Sets whether to show an item for 'Silent'.
  /frameworks/base/core/res/res/drawable/
btn_toggle_bg.xml 18 <item android:id="@+android:id/background" android:drawable="@android:drawable/btn_default_small" />
19 <item android:id="@+android:id/toggle" android:drawable="@android:drawable/btn_toggle" />
quickcontact_badge.xml 18 <item
24 <item
quickcontact_badge_small.xml 18 <item
24 <item
stat_sys_gps_acquiring_anim.xml 23 <item android:drawable="@drawable/stat_sys_gps_acquiring" android:duration="500" />
24 <item android:drawable="@drawable/stat_sys_gps_on" android:duration="500" />
stat_sys_roaming_cdma_flash.xml 23 <item android:drawable="@drawable/stat_sys_roaming_cdma_flash_anim0" android:duration="800" />
24 <item android:drawable="@drawable/stat_sys_roaming_cdma_flash_anim1" android:duration="1200" />
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListSimple.java 38 menu.add("Add item").setOnMenuItemClickListener(new OnMenuItemClickListener() {
39 public boolean onMenuItemClick(MenuItem item) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusablesClose.java 25 * Each list item has two focusables that are close enough together that
32 * Get the child of a list item.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOnItemSelectedActionTest.java 46 assertEquals("header text field should be echoing contents of selected item",
56 assertEquals("header text field should be echoing contents of selected item",
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 37 * Each Drawable level is defined in a nested <code>&lt;item></code>. For example:
41 * &lt;item android:maxLevel="0" android:drawable="@drawable/ic_wifi_signal_1" />
42 * &lt;item android:maxLevel="1" android:drawable="@drawable/ic_wifi_signal_2" />
43 * &lt;item android:maxLevel="2" android:drawable="@drawable/ic_wifi_signal_3" />
44 * &lt;item android:maxLevel="3" android:drawable="@drawable/ic_wifi_signal_4" />
101 if (depth > innerDepth || !parser.getName().equals("item")) {
119 + ": <item> tag requires a 'maxLevel' attribute");
131 + ": <item> tag requires a 'drawable' attribute or "
  /frameworks/base/test-runner/src/android/test/
InstrumentationUtils.java 31 * menu item.
35 * @return The integer corresponding to the menu item.
  /packages/apps/Browser/res/drawable/
btn_bookmark.xml 20 <item android:state_pressed="true"
22 <item android:state_pressed="false"
stop_background.xml 21 <item android:state_pressed="true"
23 <item android:state_pressed="false"
title_text.xml 20 <item android:state_pressed="true"
22 <item android:state_pressed="false"
  /packages/apps/Calendar/src/com/android/calendar/
AgendaItemView.java 28 * A custom layout for each item in the Agenda list view.
50 /* Gray out item if the event was declined */
  /packages/apps/Email/res/menu/
message_list_context_drafts.xml 20 <item android:id="@+id/open" android:title="@string/open_action" />
21 <item android:id="@+id/delete" android:title="@string/discard_action" />
message_list_context_outbox.xml 20 <item android:id="@+id/open" android:title="@string/open_action" />
21 <item android:id="@+id/delete" android:title="@string/discard_action" />

Completed in 156 milliseconds

<<61626364656667686970>>