Home
last modified time | relevance | path

Searched refs:newDirection (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/mechanics/src/com/android/mechanics/spec/
DMotionSpec.kt37 currentSegment: SegmentData, newPosition: Float, newDirection: InputDirection, in <lambda>()
109 newDirection: InputDirection, in <lambda>()
112 return segmentChangeHandler?.invoke(this, currentSegment, newPosition, newDirection) in <lambda>()
113 ?: segmentAtInput(newPosition, newDirection) in <lambda>()
/frameworks/libs/systemui/mechanics/src/com/android/mechanics/behavior/
DVerticalExpandContainerSpec.kt78 { currentSegment, _, newDirection -> in <lambda>() method
79 if (newDirection != currentSegment.direction) currentSegment else null in <lambda>()
82 { currentSegment: SegmentData, newInput: Float, newDirection: InputDirection in <lambda>() method
84 if (newDirection != currentSegment.direction && newInput >= 0) in <lambda>()
/frameworks/base/core/java/android/widget/
DAbsListView.java3816 int newDirection = y > mLastY ? 1 : -1; in scrollIfNeeded() local
3819 mDirection = newDirection; in scrollIfNeeded()
3878 mDirection = newDirection; in scrollIfNeeded()