/frameworks/base/core/res/res/drawable/ |
btn_keyboard_key_ics.xml | 21 <item android:state_single="true" android:state_pressed="true" 23 <item android:state_single="true" 28 <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true" 30 <item android:state_checkable="true" android:state_pressed="true" 32 <item android:state_checkable="true" android:state_checked="true" 34 <item android:state_checkable="true" 39 <item android:state_pressed="true" 41 <item android:drawable="@drawable/btn_keyboard_key_light_normal_holo" />
|
btn_radio.xml | 18 <item android:state_checked="true" android:state_window_focused="false" 20 <item android:state_checked="false" android:state_window_focused="false" 23 <item android:state_checked="true" android:state_pressed="true" 25 <item android:state_checked="false" android:state_pressed="true" 28 <item android:state_checked="true" android:state_focused="true" 30 <item android:state_checked="false" android:state_focused="true" 33 <item android:state_checked="false" android:drawable="@drawable/btn_radio_off" /> 34 <item android:state_checked="true" android:drawable="@drawable/btn_radio_on" />
|
stat_sys_battery.xml | 22 <item android:maxLevel="4" android:drawable="@android:drawable/stat_sys_battery_0" /> 23 <item android:maxLevel="15" android:drawable="@android:drawable/stat_sys_battery_15" /> 24 <item android:maxLevel="35" android:drawable="@android:drawable/stat_sys_battery_28" /> 25 <item android:maxLevel="49" android:drawable="@android:drawable/stat_sys_battery_43" /> 26 <item android:maxLevel="60" android:drawable="@android:drawable/stat_sys_battery_57" /> 27 <item android:maxLevel="75" android:drawable="@android:drawable/stat_sys_battery_71" /> 28 <item android:maxLevel="90" android:drawable="@android:drawable/stat_sys_battery_85" /> 29 <item android:maxLevel="100" android:drawable="@android:drawable/stat_sys_battery_100" />
|
/frameworks/base/libs/hwui/utils/ |
SortedListImpl.h | 33 ssize_t indexOf(const void* item) const; 34 size_t orderOf(const void* item) const; 35 ssize_t add(const void* item); 38 ssize_t remove(const void* item); 44 ssize_t _indexOrderOf(const void* item, size_t* order = 0) const; 51 void push(const void* item); 57 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1); 59 ssize_t replaceAt(const void* item, size_t index);
|
/frameworks/base/tools/localize/ |
ValuesFile_test.cpp | 35 " <item>Email</item>\n" 36 " <item>Home</item>\n" 37 " <item>Work</item>\n" 38 " <item>Other\\u2026</item>\n"
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayoutListener.java | 42 * Add a new media item 44 * @param afterMediaItemId Add media item after this media item id 49 * A media item enters trimming mode 51 * @param mediaItem The media item 56 * A media item is being trimmed 58 * @param mediaItem The media item 66 * @param mediaItem The media item
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
menu.h | 60 /* Item options: */ 71 TEXT name; /* name of menu item */ 72 TEXT description; /* description of item, optional in display */ 74 void *userptr; /* Pointer to user defined per item data */ 75 Item_Options opt; /* Item options */ 76 short index; /* Item number if connected to a menu */ 77 short y; /* y and x location of item in menu */ 86 } ITEM; 102 short itemlen; /* Length of one item */ 112 ITEM **items; /* array of items */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion49.txt | 1 Code completion in drawable1.xml for <item ^></item>:
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.13.2-2.js | 56 var item = 0; 60 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=1; VAR1 /= VAR2", Number.NaN, eval("VAR1 = Number.NaN; VAR2=1; VAR1 /= VAR2") ); 61 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=1; VAR1 /= VAR2; VAR1", Number.NaN, eval("VAR1 = Number.NaN; VAR2=1; VAR1 /= VAR2; VAR1") ); 62 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=0; VAR1 /= VAR2", Number.NaN, eval("VAR1 = Number.NaN; VAR2=0; VAR1 /= VAR2") ); 63 array[item++] = new TestCase( SECTION, "VAR1 = NaN; VAR2=0; VAR1 /= VAR2; VAR1", Number.NaN, eval("VAR1 = Number.NaN; VAR2=0; VAR1 /= VAR2; VAR1") ); 64 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=NaN; VAR1 /= VAR2", Number.NaN, eval("VAR1 = 0; VAR2=Number.NaN; VAR1 /= VAR2") ); 65 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=NaN; VAR1 /= VAR2; VAR1", Number.NaN, eval("VAR1 = 0; VAR2=Number.NaN; VAR1 /= VAR2; VAR1") ); 68 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=1; VAR1 /= VAR2", 0, eval("VAR1 = 0; VAR2=1; VAR1 /= VAR2") ); 69 array[item++] = new TestCase( SECTION, "VAR1 = 0; VAR2=1; VAR1 /= VAR2;VAR1", 0, eval("VAR1 = 0; VAR2=1; VAR1 /= VAR2;VAR1") ); 71 array[item++] = new TestCase( SECTION, "VAR1 = 0xFF; VAR2 = 0xA, VAR1 /= VAR2", 25.5, eval("VAR1 = 0X (…) [all...] |
11.6.3.js | 80 var item = 0; 82 array[item++] = new TestCase( SECTION, "Number.NaN + 1", Number.NaN, Number.NaN + 1 ); 83 array[item++] = new TestCase( SECTION, "1 + Number.NaN", Number.NaN, 1 + Number.NaN ); 85 array[item++] = new TestCase( SECTION, "Number.NaN - 1", Number.NaN, Number.NaN - 1 ); 86 array[item++] = new TestCase( SECTION, "1 - Number.NaN", Number.NaN, 1 - Number.NaN ); 88 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY + Number.POSITIVE_INFINITY", Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY + Number.POSITIVE_INFINITY); 89 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY + Number.NEGATIVE_INFINITY", Number.NEGATIVE_INFINITY, Number.NEGATIVE_INFINITY + Number.NEGATIVE_INFINITY); 91 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY + Number.NEGATIVE_INFINITY", Number.NaN, Number.POSITIVE_INFINITY + Number.NEGATIVE_INFINITY); 92 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY + Number.POSITIVE_INFINITY", Number.NaN, Number.NEGATIVE_INFINITY + Number.POSITIVE_INFINITY); 94 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY - Number.POSITIVE_INFINITY", Number.NaN, (…) [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 93 * Whether or not the items (or any one item's shown state) has changed since it was last 108 * Whether or not the items (or any one item's action state) has changed since it was 155 * Currently expanded menu item; must be collapsed when we clear. 164 * Called when a menu item is selected. 165 * @param menu The menu that is the parent of the item 166 * @param item The menu item that is selected 167 * @return whether the menu item selection was handled 169 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item); 183 public boolean invokeItem(MenuItemImpl item); 228 final MenuPresenter item = ref.get(); local 323 final MenuItem item = getItem(i); local 355 final MenuItem item = getItem(i); local 389 final MenuItemImpl item = new MenuItemImpl(this, group, id, categoryOrder, local 397 mItems.add(findInsertIndex(mItems, ordering), item); local 428 final MenuItemImpl item = (MenuItemImpl) addInternal(group, id, categoryOrder, title); local 457 final MenuItem item = add(group, id, categoryOrder, ri.loadLabel(pm)) local 548 MenuItemImpl item = mItems.get(i); local 564 MenuItemImpl item = mItems.get(i); local 577 MenuItemImpl item = mItems.get(i); local 588 MenuItemImpl item = mItems.get(i); local 600 MenuItemImpl item = mItems.get(i); local 619 MenuItemImpl item = mItems.get(i); local 640 final MenuItemImpl item = mItems.get(i); local 749 MenuItemImpl item = items.get(i); local 759 final MenuItemImpl item = findItemWithShortcutForKey(keyCode, event); local 794 MenuItemImpl item = mItems.get(i); local 847 final MenuItemImpl item = items.get(i); local 995 MenuItemImpl item; local 1053 MenuItemImpl item = visibleItems.get(i); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
LineNumberList.java | 69 * Gets the indicated item. 71 * @param n {@code >= 0;} which item 72 * @return {@code null-ok;} the indicated item 74 public Item get(int n) { 75 return (Item) get0(n); 79 * Sets the item at the given index. 82 * @param item {@code non-null;} the item 84 public void set(int n, Item item) { [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LineNumberList.java | 69 * Gets the indicated item. 71 * @param n {@code >= 0;} which item 72 * @return {@code null-ok;} the indicated item 74 public Item get(int n) { 75 return (Item) get0(n); 79 * Sets the item at the given index. 82 * @param item {@code non-null;} the item 84 public void set(int n, Item item) { [all...] |
/development/samples/ApiDemos/res/menu/ |
groups.xml | 19 <item android:id="@+id/browser_visibility" 24 <item android:id="@+id/refresh" 27 <item android:id="@+id/bookmark" 32 <item android:id="@+id/email_visibility" 37 <item android:id="@+id/reply" 40 <item android:id="@+id/forward"
|
/development/samples/GlobalTime/res/values/ |
styles.xml | 22 <item name="android:windowNoTitle">true</item> 23 <item name="android:windowBackground">@null</item> 24 <!-- <item name="android:windowFrame">@null</item> -->
|
/development/samples/HoneycombGallery/res/menu/ |
main_menu.xml | 19 <item android:id="@+id/menu_camera" 23 <item android:id="@+id/menu_toggleTitles" 27 <item android:id="@+id/menu_toggleTheme" 29 <item android:id="@+id/menu_showDialog" 31 <item android:id="@+id/menu_showStandardNotification" 33 <item android:id="@+id/menu_showCustomNotification"
|
/external/esd/include/ |
aupvlist.h | 50 int AUpvsetparam (AUpvlist, int item, int param); 51 int AUpvsetvaltype (AUpvlist, int item, int type); 52 int AUpvsetval (AUpvlist, int item, void *val); 53 int AUpvgetparam (AUpvlist, int item, int *param); 54 int AUpvgetvaltype (AUpvlist, int item, int *type); 55 int AUpvgetval (AUpvlist, int item, void *val);
|
/external/webkit/LayoutTests/fast/dom/Node/ |
fragment-mutation-expected.txt | 3 Inserting an element in front of the next item in fragment should not affect the result: PASS 4 Removing next item should not abort iteration: PASS 7 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS 11 Inserting an element in front of the next item in fragment should not affect the result: PASS 12 Removing next item should not abort iteration: PASS 15 Moving next item to become previous sibling of the re-parentee should not result in stack exhaustion: PASS
|
/external/webkit/LayoutTests/http/tests/appcache/ |
dynamic-entries-no-cache-expected.txt | 4 PASS: applicationCache.items.item(0) is null 5 PASS: applicationCache.items.item(1) is null 6 PASS: applicationCache.items.item(0xffffffff) is null 7 PASS: applicationCache.items.item(0xfffffffe) is null 8 PASS: applicationCache.items.item(-1) is null 9 PASS: applicationCache.items.item(-2) is null
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.2.1-1.js | 46 var item = 0; 48 array[item++] = new TestCase( SECTION, "eval.length", 1, eval.length ); 49 array[item++] = new TestCase( SECTION, "delete eval.length", false, delete eval.length ); 50 array[item++] = new TestCase( SECTION, "var PROPS = ''; for ( p in eval ) { PROPS += p }; PROPS", "", eval("var PROPS = ''; for ( p in eval ) { PROPS += p }; PROPS") ); 51 array[item++] = new TestCase( SECTION, "eval.length = null; eval.length", 1, eval( "eval.length = null; eval.length") ); 52 // array[item++] = new TestCase( SECTION, "eval.__proto__", Function.prototype, eval.__proto__ ); 56 array[item++] = new TestCase( SECTION, "eval()", void 0, eval() ); 57 array[item++] = new TestCase( SECTION, "eval(void 0)", void 0, eval( void 0) ); 58 array[item++] = new TestCase( SECTION, "eval(null)", null, eval( null ) ); 59 array[item++] = new TestCase( SECTION, "eval(true)", true, (…) [all...] |
/external/webrtc/src/system_wrappers/source/ |
list_no_stl.h | 23 ListNoStlItem(const unsigned int item); 58 ListNoStlItem* Next(ListNoStlItem* item) const; 59 ListNoStlItem* Previous(ListNoStlItem* item) const; 60 int Erase(ListNoStlItem* item); 68 void PushBack(ListNoStlItem* item); 69 void PushFront(ListNoStlItem* item);
|
map_unittest.cc | 20 int* ItemPointer(MapItem* item) { 21 if (item == NULL) { 24 return reinterpret_cast<int*>(item->GetItem()); 27 bool DeleteItemContent(MapItem* item) { 28 if(item == NULL) { 31 int* value_ptr = ItemPointer(item); 36 int ItemValue(MapItem* item) { 37 if (item == NULL) { 40 const int* value_ptr = ItemPointer(item); 88 void PrintMapItem(MapItem* item, bool supress) 100 MapItem* item = print_map.First(); local 115 MapItem* item = print_map.Last(); local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.ui | 16 <item row="0" column="0" colspan="2" > 31 </item> 32 <item row="1" column="0" > 44 </item> 45 <item row="1" column="1" > 51 </item>
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.ui | 16 <item row="0" column="0" colspan="2" > 31 </item> 32 <item row="1" column="0" > 44 </item> 45 <item row="1" column="1" > 51 </item>
|
/frameworks/base/core/res/res/color/ |
primary_text_dark.xml | 18 <item android:state_enabled="false" android:color="@android:color/bright_foreground_dark_disabled"/> 19 <item android:state_window_focused="false" android:color="@android:color/bright_foreground_dark"/> 20 <item android:state_pressed="true" android:color="@android:color/bright_foreground_dark_inverse"/> 21 <item android:state_selected="true" android:color="@android:color/bright_foreground_dark_inverse"/> 22 <item android:state_activated="true" android:color="@android:color/bright_foreground_dark_inverse"/> 23 <item android:color="@android:color/bright_foreground_dark"/> <!-- not selected -->
|