/frameworks/support/car/src/androidTest/java/androidx/car/widget/ |
SubheaderListItemTest.java | 97 SubheaderListItem subheader = new SubheaderListItem(mActivity, "text"); local 98 subheader.setTextStartMarginType(SubheaderListItem.TEXT_START_MARGIN_TYPE_NONE); 104 setupPagedListView(Arrays.asList(subheader, item)); 112 SubheaderListItem subheader = new SubheaderListItem(mActivity, "text"); local 113 subheader.setTextStartMarginType(SubheaderListItem.TEXT_START_MARGIN_TYPE_SMALL); 119 setupPagedListView(Arrays.asList(subheader, item)); 127 SubheaderListItem subheader = new SubheaderListItem(mActivity, "text"); local 128 subheader.setTextStartMarginType(SubheaderListItem.TEXT_START_MARGIN_TYPE_LARGE); 134 setupPagedListView(Arrays.asList(subheader, item));
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 225 class SubHeader(object): 235 def setIDDelta(self, subHeader): 236 subHeader.idDelta = 0 238 minGI = subHeader.glyphIndexArray[0] 239 for gid in subHeader.glyphIndexArray: 254 subHeader.idDelta = -(0x10000 - minGI) -1 256 subHeader.idDelta = minGI -1 257 idDelta = subHeader.idDelta 258 for i in range(subHeader.entryCount): 259 gid = subHeader.glyphIndexArray[i [all...] |
/frameworks/support/car/res/layout/ |
car_list_item_subheader_content.xml | 30 android:textAppearance="@style/TextAppearance.Car.Subheader"/>
|
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/ |
SubheaderListItemActivity.java | 69 "subheader matching items without start margin"); 97 "subheader matching items with no icon"); 122 "subheader matching items with small icons"); 140 "subheader matching items with large icons");
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/res/layout/ |
new_call_log_header.xml | 24 style="@style/SubHeader"
|
/prebuilts/sdk/current/support/car/res/layout/ |
car_list_item_subheader_content.xml | 30 android:textAppearance="@style/TextAppearance.Car.Subheader"/>
|
/external/kernel-headers/original/uapi/linux/ |
dccp.h | 81 * @dccph_resp_ack - 48 bit Acknowledgment Number Subheader (5.3) 92 * @dccph_reset_ack - 48 bit Acknowledgment Number Subheader (5.6)
|
/frameworks/support/car/res/values/ |
styles.xml | 61 <!-- The styling for subheader text. This text uses color accent. --> 62 <style name="TextAppearance.Car.Subheader" parent="TextAppearance.Car.Title2" > 66 <!-- Subheader text that is permanently a dark color. --> 67 <style name="TextAppearance.Car.Subheader.Dark" parent="TextAppearance.Car.Subheader" > 71 <!-- Subheader text that is permanently a light color. --> 72 <style name="TextAppearance.Car.Subheader.Light" parent="TextAppearance.Car.Subheader" >
|
themes.xml | 46 <item name="listItemSubheaderTextAppearance">@style/TextAppearance.Car.Subheader</item> 68 <item name="listItemSubheaderTextAppearance">@style/TextAppearance.Car.Subheader.Light</item>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
dccp.h | 80 * @dccph_resp_ack - 48 bit Acknowledgment Number Subheader (5.3) 91 * @dccph_reset_ack - 48 bit Acknowledgment Number Subheader (5.6)
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ExpandingEntryCardView.java | 122 public Entry(int id, Drawable mainIcon, String header, String subHeader, 133 mSubHeader = subHeader; 575 final TextView subHeader = (TextView) entryView.findViewById(R.id.sub_header); 576 if (subHeader != null) { 577 subHeader.setTextColor(color); 652 final TextView subHeader = (TextView) view.findViewById(R.id.sub_header); 654 subHeader.setText(entry.getSubHeader()); 656 subHeader.setVisibility(View.GONE); 692 if (header.getVisibility() == View.VISIBLE && subHeader.getVisibility() == View.GONE && [all...] |
QuickContactActivity.java | [all...] |
/packages/apps/Dialer/java/com/android/dialer/theme/res/values/ |
themes.xml | 73 <style name="SubHeader" parent="TextAppearance.AppCompat">
|
/prebuilts/sdk/current/support/car/res/values/ |
values.xml | 195 <!-- The TextAppearance of the text in the Subheader ListItem. --> 503 <style name="TextAppearance.Car.Subheader" parent="TextAppearance.Car.Title2"> 506 <style name="TextAppearance.Car.Subheader.Dark" parent="TextAppearance.Car.Subheader"> 509 <style name="TextAppearance.Car.Subheader.Light" parent="TextAppearance.Car.Subheader"> 563 @style/TextAppearance.Car.Subheader.Light</item [all...] |
/frameworks/support/samples/SupportDesignDemos/src/main/res/values/ |
strings.xml | 54 <string name="navigation_subheader">Subheader</string>
|
/external/libmicrohttpd/src/microspdy/ |
session.c | 460 + 4 // stream id as "subheader" 531 + 4 // last good stream id as "subheader" 532 + 4; // status code as "subheader" 753 + 4 // stream id as "subheader" 754 + 4; // status code as "subheader" 798 + 4 // stream id as "subheader" 799 + 4; // delta-window-size as "subheader" [all...] |
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
Spreadsheet.java | 366 List<String> subHeader = new UnmodifiableSublistView<String>(header, 0, length); 367 return new HeaderImpl(subHeader);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pstats.py | 402 subheader = False
406 subheader = isinstance(value, tuple)
408 if subheader:
|
/external/python/cpython2/Lib/ |
pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/external/python/cpython3/Lib/ |
pstats.py | 382 subheader = False 386 subheader = isinstance(value, tuple) 388 if subheader:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 394 subheader = False 398 subheader = isinstance(value, tuple) 400 if subheader:
|
/external/freetype/src/sfnt/ |
ttcmap.c | 422 /* an 8-bit character code -- we use subHeader 0 in this case */ 462 FT_Byte* subheader; local 465 subheader = tt_cmap2_get_subheader( table, char_code ); 466 if ( subheader ) 468 FT_Byte* p = subheader; 503 FT_Byte* subheader; local 508 subheader = tt_cmap2_get_subheader( table, charcode ); 509 if ( subheader ) 511 FT_Byte* p = subheader; [all...] |