Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 25 of 28) sorted by relevance

12

/compose/integration-tests/macrobenchmark/src/main/java/androidx/compose/integration/macrobenchmark/
DPagerBenchmark.kt60 val intent = Intent() in pager_of_grids_gesture_scroll() constant
85 val intent = Intent() in pager_of_grids_animated_scroll() constant
108 val intent = Intent() in pager_of_lists_gesture_scroll() constant
133 val intent = Intent() in pager_of_lists_animated_scroll() constant
156 val intent = Intent() in pager_of_webviews_gesture_scroll() constant
181 val intent = Intent() in pager_of_webviews_animated_scroll() constant
204 val intent = Intent() in pager_of_images_full_page_gesture_scroll() constant
229 val intent = Intent() in pager_of_images_full_page_animated_scroll() constant
252 val intent = Intent() in pager_of_images_fixed_size_page_gesture_scroll() constant
277 val intent = Intent() in pager_of_images_fixed_size_page_animated_scroll() constant
[all …]
DCrossfadeBenchmark.kt44 val intent = Intent().apply { action = Action } in crossfadeBenchmarkInitialComposition() constant
63 val intent = Intent().apply { action = Action } in crossfadeBenchmarkTargetStateChange() constant
DSmallListBaselineProfile.kt38 val intent = Intent() in generateProfile() constant
DRecyclerViewAsCarouselBenchmark.kt45 val intent = Intent() in scroll() constant
DPagerAsCarouselBenchmark.kt46 val intent = Intent() in scroll() constant
DFrameExperimentBenchmark.kt66 val intent = Intent() in fast() constant
DComplexDifferentTypesRecyclerViewBenchmark.kt55 val intent = Intent() in start() constant
DVectorsListScrollBenchmark.kt53 val intent = Intent() in start() constant
DComplexNestedListsScrollBenchmark.kt54 val intent = Intent() in start() constant
DComplexDifferentTypesLazyColumnBenchmark.kt56 val intent = Intent() in start() constant
DDifferentTypesListScrollBenchmark.kt56 val intent = Intent() in start() constant
DRecyclerViewListScrollBenchmark.kt56 val intent = Intent() in start() constant
DAndroidViewPagerBenchmark.kt55 val intent = Intent() in scroll() constant
DPagerOfLazyGridBenchmark.kt58 val intent = Intent() in scroll() constant
DNestedListsScrollBenchmark.kt57 val intent = Intent() in start() constant
DAndroidViewListScrollBenchmark.kt57 val intent = Intent() in scroll() constant
DGridBenchmark.kt57 val intent = Intent() in scroll() constant
DTrivialListScrollBenchmark.kt57 val intent = Intent() in start() constant
DLazyBoxWithConstraintsScrollBenchmark.kt57 val intent = Intent() in start() constant
/compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/util/
DUrl.kt24 val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) in Context() constant
/compose/material3/material3/integration-tests/material3-catalog/src/main/java/androidx/compose/material3/catalog/library/util/
DUrl.kt24 val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) in Context() constant
/compose/material3/integration-tests/macrobenchmark/src/main/java/androidx/compose/material3/integration/macrobenchmark/
DTooltipBenchmark.kt49 val intent = Intent() in animationTest() constant
/compose/integration-tests/hero/jetsnack/jetsnack-macrobenchmark/src/main/java/androidx/compose/integration/hero/jetsnack/macrobenchmark/
DJetsnackFocusBenchmark.kt96 val intent = Intent() in <lambda>() constant
DJetsnackScrollBenchmark.kt81 val intent = Intent() in benchmarkScroll() constant
/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/
DPreviewActivityTest.kt61 val intent = Intent(activityTestRule.activity, PreviewActivity::class.java) in setup() constant

12