Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
H A DFanDirectionButtons.java131 int newDirection = (Integer) value.getValue(); in onPropertyChanged() local
132 if (!mButtonDirections.contains(newDirection)) { in onPropertyChanged()
134 Log.w(TAG, "Button is not defined for direction: " + newDirection); in onPropertyChanged()
143 mCurrentDirection = newDirection; in onPropertyChanged()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java3705 int newDirection = y > mLastY ? 1 : -1; in scrollIfNeeded() local
3708 mDirection = newDirection; in scrollIfNeeded()
3767 mDirection = newDirection; in scrollIfNeeded()