Home
last modified time | relevance | path

Searched defs:transition (Results 1 – 9 of 9) sorted by relevance

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts100 const transition = assertDefined(this.transitionEntries?.at(index)); constant
115 const transition = this.transitionEntries?.at(entryIndex); constant
246 const transition = this.transitionEntries?.at(entry.getIndex()); constant
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimations.java129 private void setupTransition(LayoutTransition transition) { in setupTransition()
148 private void createCustomAnimations(LayoutTransition transition) { in createCustomAnimations()
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DDetailActivity.java117 final Transition transition = getWindow().getSharedElementEnterTransition(); in addTransitionListener() local
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
DLayoutTransChanging.java78 LayoutTransition transition = container.getLayoutTransition(); in onCreate() local
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_input.ts123 const transition: PropertyTreeNode | undefined = this.timelineData constant
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java43 long expiration, int transition) { in SimpleGeofence()
/development/tools/winscope/src/app/
Dtimeline_data.ts71 let transition: PropertyTreeNode | undefined; variable
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DQuickSettingsPager.kt156 val transition = layoutState.transitionState as TransitionState.Transition in ContentScope() constant
/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions.ts117 for (const transition of allTransitions) { constant