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

<<61626364656667686970>>

  /packages/apps/Contacts/res/drawable-finger/
btn_dial_textfield_active.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_0.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_1_no_vm.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_2.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_3.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_4.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_5.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_6.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_7.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_8.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_9.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_pound.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
dial_num_star.xml 18 <item android:state_pressed="true"
20 <item android:state_focused="true"
  /packages/apps/Contacts/res/layout-finger/
list_section.xml 28 android:layout_centerVertical="true"
29 android:layout_alignParentLeft="true"
quickcontact_item.xml 26 android:focusable="true"
27 android:clickable="true"
set_primary_checkbox.xml 29 android:focusable="true"
30 android:clickable="true"
tab_left_arrow.xml 21 android:layout_alignParentLeft="true"
22 android:layout_alignParentTop="true"
tab_right_arrow.xml 21 android:layout_alignParentRight="true"
22 android:layout_alignParentTop="true"
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 113 checkShouldCollapse("1", true, null, null, null, null);
114 checkShouldCollapse("2", true, "a", "b", "a", "b");
133 checkShouldCollapse("41", true, Phone.CONTENT_ITEM_TYPE, null, Phone.CONTENT_ITEM_TYPE,
135 checkShouldCollapse("42", true, Phone.CONTENT_ITEM_TYPE, "1", Phone.CONTENT_ITEM_TYPE, "1");
145 checkShouldCollapse("60", true,
151 checkShouldCollapse("62", true,
157 checkShouldCollapse("64", true,
169 checkShouldCollapse("68", true,
  /packages/apps/Email/res/drawable/
btn_arrow_background.xml 22 <item android:state_pressed="true" android:drawable="@drawable/bg_arrow_press" />
23 <item android:state_focused="true" android:drawable="@drawable/bg_arrow_focus" />
btn_invite_maybe.xml 24 <item android:state_focused="true" android:state_pressed="false"
26 <item android:state_pressed="true"
btn_invite_no.xml 24 <item android:state_focused="true" android:state_pressed="false"
26 <item android:state_pressed="true"
btn_invite_yes.xml 24 <item android:state_focused="true" android:state_pressed="false"
26 <item android:state_pressed="true"
  /packages/apps/Email/src/org/apache/commons/io/
LineIterator.java 85 * @return <code>true</code> if the Reader has more lines
90 return true;
95 while (true) {
98 finished = true;
102 return true;
116 * @return true if valid, false to remove from the iterator
119 return true;
155 finished = true;
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 30 * If {@link #parentEOF()} is <code>true</code> an unexpected end of stream
41 private boolean first = true;
44 private boolean moreParts = true;
85 * @return <code>true</code> if there are more parts in the underlying
95 * @return <code>true</code> if EOF has been reached for the parent stream,
177 parenteof = true;
180 eof = true;
182 return true;

Completed in 80 milliseconds

<<61626364656667686970>>