Home
last modified time | relevance | path

Searched defs:fooElement (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DElementTest.kt499 val fooElement = layoutImpl.elements.getValue(TestElements.Foo) in <lambda>() constant
741 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
990 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1055 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1129 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1172 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1225 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1272 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1316 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
1377 val fooElement = rule.onNodeWithTag(TestElements.Foo.testTag) in <lambda>() constant
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DMethodSpecTest.java264 …ExecutableElement fooElement = ElementFilter.methodsIn(abstractTypeElement.getEnclosedElements()).… in overrideDoesNotCopyParameterAnnotations() local