Home
last modified time | relevance | path

Searched refs:Standard (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/text/style/
DLeadingMarginSpan.java92 public static class Standard implements LeadingMarginSpan, ParcelableSpan { class
102 public Standard(int first, int rest) { in Standard() method in LeadingMarginSpan.Standard
111 public Standard(int every) { in Standard() method in LeadingMarginSpan.Standard
115 public Standard(Parcel src) { in Standard() method in LeadingMarginSpan.Standard
DAlignmentSpan.java27 public static class Standard class
29 public Standard(Layout.Alignment align) { in Standard() method in AlignmentSpan.Standard
33 public Standard(Parcel src) { in Standard() method in AlignmentSpan.Standard
DTabStopSpan.java35 public static class Standard class
44 public Standard(int where) { in Standard() method in TabStopSpan.Standard
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s36 ; * Standard OMXResult result. See enumeration for possible result codes.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s36 ; * Standard OMXResult result. See enumeration for possible result codes.
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd22 <dd>The name of the category. Standard categories are defined in the
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd299 <th><acronym title="Standard definition">SD</a> (Low quality)</th>
300 <th><acronym title="Standard definition">SD</a> (High quality)</th>
353 <th><acronym title="Standard definition">SD</a> (Low quality)</th>
354 <th><acronym title="Standard definition">SD</a> (High quality)</th>
Dglossary.jd86 familiar development base for those used to programming with Java Standard
/frameworks/base/docs/html/google/play/billing/
Dindex.jd22 <li>Standard in-app products (one-time billing), or</li>
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt69 NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Constructor (android.os.Parcel)
86 NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Constructor (android.os.Parcel)
142 NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method describeContents()
146 NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method describeContents()
267 NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method getSpanTypeId()
271 NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method getSpanTypeId()
473 NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method writeToParcel(android.os.Parcel, int)
477 NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method writeToParcel(android.os.Parcel,…
/frameworks/base/docs/html/google/play-services/
Dindex.jd40 <h4>Standard Authorization</h4>
Did.jd31 <h4>Standard, simple ID</h4>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd23 <li><a href="#anatomy">Standard Widget Anatomy</a></li>
77 <h2 id="anatomy">Standard Widget Anatomy</h2>
/frameworks/base/core/java/android/text/
DTextUtils.java692 readSpan(p, sp, new AlignmentSpan.Standard(p));
728 readSpan(p, sp, new LeadingMarginSpan.Standard(p));
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp148 cl::init(FPOpFusion::Standard),
152 clEnumValN(FPOpFusion::Standard, "standard",
/frameworks/base/docs/html/design/patterns/
Daccessibility.jd68 <p>Standard Android framework controls work automatically with accessibility services and have Cont…
/frameworks/base/tools/layoutlib/create/
DREADME.txt219 reasons but are not present in the Standard Java VM. An implementation for these classes
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd55 channel. Standard MIDI allows for 16 channels of MIDI
94 <p><i>SMF-0</i>: Standard MIDI File Type 0, a MIDI file that contains a single
100 <p><i>SMF-1</i>: Standard MIDI File Type 1, a MIDI file that contains a one more
/frameworks/base/
DNOTICE292 source code published in the Unicode Standard or under the directories
/frameworks/av/
DNOTICE281 source code published in the Unicode Standard or under the directories
/frameworks/native/
DNOTICE281 source code published in the Unicode Standard or under the directories
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd364 <p>Standard gyroscopes provide raw rotational data without any filtering or correction for noise and
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd331 <li>Standard public methods of the type you would expect to see for a label
/frameworks/base/docs/html/distribute/googleplay/quality/
Dcore.jd76 <td>Standard design</td>
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java1710 setLineStyledTextSpan(new AlignmentSpan.Standard(align)); in changeAlign()

12