Searched defs:layoutState (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SwipeToSceneTest.kt | 71 private fun layoutState( in <lambda>() method in com.android.compose.animation.scene.SwipeToSceneTest 130 val layoutState = layoutState() in <lambda>() constant 209 val layoutState = layoutState() in <lambda>() constant 271 val layoutState = layoutState(TestScenes.SceneC) in <lambda>() constant 308 val layoutState = layoutState(TestScenes.SceneC) in <lambda>() constant 365 val layoutState = in <lambda>() constant 409 val layoutState = layoutState() in <lambda>() constant 461 val layoutState = layoutState() in <lambda>() constant
|
D | SceneTransitionLayoutTest.kt | 72 private lateinit var layoutState: SceneTransitionLayoutState variable in com.android.compose.animation.scene.SceneTransitionLayoutTest
|
D | DraggableHandlerTest.kt | 57 val layoutState = constant in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | DraggableHandler.kt | 245 val layoutState = draggableHandler.layoutImpl.state constant 556 val layoutState: BaseSceneTransitionLayoutState, constant in com.android.compose.animation.scene.SwipeTransition 905 private val layoutState = layoutImpl.state constant in com.android.compose.animation.scene.NestedScrollHandlerImpl
|
D | Scene.kt | 98 override val layoutState: SceneTransitionLayoutState = layoutImpl.state in <lambda>() constant
|
D | SceneTransitionLayout.kt | 174 val layoutState: SceneTransitionLayoutState constant
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearLayoutManager.java | 1188 void collectPrefetchPositionsForLayoutState(RecyclerView.State state, LayoutState layoutState, in collectPrefetchPositionsForLayoutState() 1449 private void recycleByLayoutState(RecyclerView.Recycler recycler, LayoutState layoutState) { in recycleByLayoutState() 1471 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, in fill() 1522 LayoutState layoutState, LayoutChunkResult result) { in layoutChunk()
|
D | GridLayoutManager.java | 506 void collectPrefetchPositionsForLayoutState(RecyclerView.State state, LayoutState layoutState, in collectPrefetchPositionsForLayoutState() 522 LayoutState layoutState, LayoutChunkResult result) { in layoutChunk()
|