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

<<51525354555657585960>>

  /packages/apps/Phone/res/drawable-finger/
btn_dial_textfield.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
btn_dial_textfield_active.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_0.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_1_no_vm.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_2.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_3.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_4.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_5.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_6.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_7.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_8.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_9.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_pound.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
dial_num_star.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
ic_dial_number.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
22 <item
  /packages/apps/QuickSearchBox/res/color/
url_text.xml 18 <item android:state_pressed="true" android:color="@android:color/black"/>
19 <item android:state_selected="true" android:color="@android:color/black"/>
20 <item android:color="#7fa87f"/>
  /packages/apps/Settings/res/drawable/
appwidget_button_center.xml 19 <item android:state_pressed="true"
22 <item android:state_focused="true" android:state_enabled="true"
26 <item
appwidget_button_left.xml 19 <item android:state_pressed="true"
22 <item android:state_focused="true" android:state_enabled="true"
26 <item
appwidget_button_right.xml 19 <item android:state_pressed="true"
22 <item android:state_focused="true" android:state_enabled="true"
26 <item
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1 189 .IX Item "Overall Options"
195 .IX Item "C Language Options"
205 .IX Item " Language Options"
227 .IX Item "Objective-C and Objective- Language Options"
243 .IX Item "Language Independent Options"
248 .IX Item "Warning Options"
287 .IX Item "C and Objective-C-only Warning Options"
294 .IX Item "Debugging Options"
341 .IX Item "Optimization Options"
403 .IX Item "Preprocessor Options
    [all...]
arm-eabi-gcc.1 189 .IX Item "Overall Options"
195 .IX Item "C Language Options"
205 .IX Item " Language Options"
227 .IX Item "Objective-C and Objective- Language Options"
243 .IX Item "Language Independent Options"
248 .IX Item "Warning Options"
287 .IX Item "C and Objective-C-only Warning Options"
294 .IX Item "Debugging Options"
341 .IX Item "Optimization Options"
403 .IX Item "Preprocessor Options
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-g++.1 189 .IX Item "Overall Options"
195 .IX Item "C Language Options"
205 .IX Item " Language Options"
227 .IX Item "Objective-C and Objective- Language Options"
243 .IX Item "Language Independent Options"
248 .IX Item "Warning Options"
287 .IX Item "C and Objective-C-only Warning Options"
294 .IX Item "Debugging Options"
341 .IX Item "Optimization Options"
403 .IX Item "Preprocessor Options
    [all...]
arm-eabi-gcc.1 189 .IX Item "Overall Options"
195 .IX Item "C Language Options"
205 .IX Item " Language Options"
227 .IX Item "Objective-C and Objective- Language Options"
243 .IX Item "Language Independent Options"
248 .IX Item "Warning Options"
287 .IX Item "C and Objective-C-only Warning Options"
294 .IX Item "Debugging Options"
341 .IX Item "Optimization Options"
403 .IX Item "Preprocessor Options
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 46 final MenuItem item = mMenu.add(0, id, 0, "test"); local
48 Assert.assertEquals(id, item.getItemId());
49 Assert.assertEquals(item, mMenu.findItem(id));
60 final MenuItem item = mMenu.add(groupId, 0, item1Index, "test"); local
64 Assert.assertEquals(groupId, item.getGroupId());
73 // 1. Create a grouped item in the menu
74 // 2. Check that findGroupIndex() finds the grouped item.
197 Assert.assertTrue("Item was not set to checkable", item1.isCheckable());
199 Assert.assertTrue("Item did not get checked", item1.isChecked());
200 Assert.assertFalse("Item was not unchecked due to exclusive checkable", item2.isChecked())
    [all...]
  /frameworks/base/include/utils/
SortedVector.h 80 //! finds the index of an item
81 ssize_t indexOf(const TYPE& item) const;
83 //! finds where this item should be inserted
84 size_t orderOf(const TYPE& item) const;
91 //! read-only access to an item at a given index
104 //! add an item in the right place (and replace the one that is there)
105 ssize_t add(const TYPE& item);
107 //! editItemAt() MUST NOT change the order of this item
116 //! removes an item
121 //! remove one item
    [all...]

Completed in 40 milliseconds

<<51525354555657585960>>