Searched refs:newDirection (Results 1 – 2 of 2) sorted by relevance
131 int newDirection = (Integer) value.getValue(); in onPropertyChanged() local132 if (!mButtonDirections.contains(newDirection)) { in onPropertyChanged()134 Log.w(TAG, "Button is not defined for direction: " + newDirection); in onPropertyChanged()143 mCurrentDirection = newDirection; in onPropertyChanged()
3705 int newDirection = y > mLastY ? 1 : -1; in scrollIfNeeded() local3708 mDirection = newDirection; in scrollIfNeeded()3767 mDirection = newDirection; in scrollIfNeeded()