Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 18 of 18) sorted by relevance

/cts/tests/tests/print/src/android/print/pdf/cts/
DPrintedPdfDocumentTest.java57 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS).build(); in createWithNullMediaSize() local
63 PrintAttributes attr = new PrintAttributes.Builder() in createWithNullMargins() local
71 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in createWithNullContext() local
81 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in startPage() local
92 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in oneMilPageSize() local
118 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageWidth() local
128 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeight() local
138 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getContentRect() local
150 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(margins) in getContentRectBigMargins() local
163 PrintAttributes attr = new PrintAttributes.Builder().setMinMargins(ZERO_MARGINS) in getPageHeightAfterClose() local
[all …]
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java75 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DTranslateAnimationTest.java81 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DRotateAnimationTest.java74 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructors() local
DAnimationSetTest.java83 final AttributeSet attr = Xml.asAttributeSet(parser); in testConstructor() local
/cts/tests/tests/widget/src/android/widget/cts/
DDigitalClockTest.java130 AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local
DTableRowTest.java153 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
DTableLayoutTest.java564 AttributeSet attr = Xml.asAttributeSet(parser); in testGenerateLayoutParamsFromAttributeSet() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DPaintDrawableTest.java128 AttributeSet attr = getAttributeSet(parser); in testInflateTag() local
/cts/apps/CameraITS/tools/
Dhardware.py126 def _read_sys_attr(self, root, attr): argument
143 def _read_sys_hex_attr(self, root, attr): argument
/cts/hostsidetests/security/securityPatch/CVE-2017-13232/
Dpoc.cpp80 audio_attributes_t attr; in getOutputForAttr() local
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp253 const XMLAttribute* attr = elem.FirstAttribute(); in parseAttributes() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java396 final AttributeSet attr = Xml.asAttributeSet(parser); in getAttributeSet() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_NativeCodeTest.cpp47 uint64_t attr[10] = { 0x4800000001, (uint32_t) -1, 0, 0, 0, 0x300 }; in android_security_cts_NativeCodeTest_doPerfEventTest() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java292 Attr attr = doc.createAttribute(name); in setAttribute() local
/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java631 private boolean drawableStateContains(int resourceId, int attr) { in drawableStateContains()
DWindowTest.java216 WindowManager.LayoutParams attr = mWindow.getAttributes(); in testAccessAttributes() local
/cts/tools/utils/
DDescriptionGenerator.java463 Attr attr = mDoc.createAttribute(name); in setAttribute() local