Home
last modified time | relevance | path

Searched defs:isExpanded (Results 1 – 13 of 13) sorted by relevance

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandableListItem.java43 public boolean isExpanded() { in isExpanded() method in ExpandableListItem
47 public void setExpanded(boolean isExpanded) { in setExpanded()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/tuneable/
DConfigDialog.kt46 fun isExpanded(key: String): MutableState<Boolean> { in isExpanded() method in com.android.mechanics.demo.tuneable.UiState
DSection.kt83 val isExpanded = sectionData.expansionStateFactory(sectionKey) in Section() constant
/development/tools/motion/motion_test_watcher_app/src/timeline/graph/
Dgraph.component.ts32 @Input() isExpanded: boolean = false; property in GraphComponent
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/debug/
DDebugUi.kt78 var isExpanded by rememberSaveable(key = "debugUiExpanded") { mutableStateOf(false) } in DebugUi() variable
/development/tools/winscope/src/viewers/components/
Dtree_node_component_test.ts258 isExpanded = false; property in TestHostComponent
/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList1.java146 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/presentation/
DPredefinedMotionDemo.kt71 ) { isExpanded -> in <lambda>() method
DPracticalDemoAppear.kt77 ) { isExpanded -> in <lambda>() method
DPracticalDemoDetach.kt91 ) { isExpanded -> in <lambda>() method
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
DNotification.kt60 val isExpanded: Boolean constant
/development/samples/MotionMechanics/src/com/android/mechanics/demo/demos/
DMaterialFadeThrough.kt77 ) { isExpanded -> in <lambda>() method
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component_test.ts160 let isExpanded = false; variable