Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 13 of 13) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java55 public List<DexAnnotationAttribute> getAttributes() { in getAttributes() method in DexAnnotationImpl
72 if (!getAttributes().isEmpty()) { in toString()
74 for (DexAnnotationAttribute value : getAttributes()) { in toString()
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java119 final WindowManager.LayoutParams attrs = mWindow.getAttributes(); in testOpFlags()
169 WindowManager.LayoutParams attr = mWindow.getAttributes(); in testAccessAttributes()
185 attr = mWindow.getAttributes(); in testAccessAttributes()
546 assertEquals(PixelFormat.OPAQUE, window.getAttributes().format); in testSetDefaultWindowFormat()
556 assertEquals(PixelFormat.JPEG, window.getAttributes().format); in testSetDefaultWindowFormat()
565 WindowManager.LayoutParams attrs = mWindow.getAttributes(); in testSetGravity()
572 attrs = mWindow.getAttributes(); in testSetGravity()
584 WindowManager.LayoutParams attrs = mWindow.getAttributes(); in testSetLayout()
593 attrs = mWindow.getAttributes(); in testSetLayout()
604 WindowManager.LayoutParams attrs = mWindow.getAttributes(); in testSetType()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
DTimeoutResetActivity.java73 WindowManager.LayoutParams params = activity.getWindow().getAttributes(); in turnOffScreen()
106 WindowManager.LayoutParams params = getWindow().getAttributes(); in onCreate()
/cts/tools/dex-tools/src/dex/structure/
DDexAnnotation.java88 List<DexAnnotationAttribute> getAttributes(); in getAttributes() method
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java222 assertEquals(1, sig.getAttributes().size()); in testG0()
223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG0()
247 assertEquals(1, sig.getAttributes().size()); in testG1()
248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG1()
300 assertEquals(1, sig.getAttributes().size()); in testOuter0()
301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testOuter0()
/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java280 final WindowManager.LayoutParams lp = d.getWindow().getAttributes(); in testSetContentView()
297 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes(); in testSetContentView()
327 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()
332 (String) d.getWindow().getAttributes().getTitle()); in testSetTitle()
456 final WindowManager.LayoutParams lp = d.getWindow().getAttributes(); in testOnWindowAttributesChanged()
466 assertSame(lp, d.getWindow().getAttributes()); in testOnWindowAttributesChanged()
/cts/tools/utils/
DDescriptionGenerator.java377 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME) in appendSuiteToElement()
466 elem.getAttributes().setNamedItem(attr); in setAttribute()
477 return elem.getAttributes().getNamedItem(name).getNodeValue(); in getAttribute()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java324 WindowManager.LayoutParams params = getWindow().getAttributes(); in onCreate()
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java289 return (String) mDialog.getWindow().getAttributes().getTitle(); in getDialogTitle()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexUtil.java394 .getAttributes()) { in getAnnotationAttributeValue()
DDexToSigConverter.java432 .getAttributes().get(0); in getDefaultValueMapping()
819 .getAttributes())); in convertAnnotation()
/cts/tools/signature-tools/lib/
Dstringtemplate.jarMETA-INF/ META-INF/MANIFEST.MF org/antlr/stringtemplate/AttributeRenderer. ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex1275 public abstract java.sql.ResultSet getAttributes(
1718 public java.sql.ResultSet getAttributes(
24020 public java.util.jar.Attributes getAttributes()
37861 public abstract java.lang.Object[] getAttributes()
37864 public abstract java.lang.Object[] getAttributes(
38111 public abstract java.util.Map getAttributes()
38183 public java.util.Map getAttributes()
55353 public java.util.jar.Attributes getAttributes()
56035 public java.util.jar.Attributes getAttributes(
75464 public java.util.List getAttributes()
[all …]