Home
last modified time | relevance | path

Searched defs:notchMax (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DScrollModifierOperation.java80 public ScrollModifierOperation(int direction, float position, float max, float notchMax) { in ScrollModifierOperation()
217 WireBuffer buffer, int direction, float position, float max, float notchMax) { in apply()
235 float notchMax = buffer.readFloat(); in read() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DTouchExpression.java272 float notchMax = (mOutStopSpec.length > 1) ? mOutStopSpec[1] : mOutMax; in getStopPosition() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java1853 float notchMax = this.reserveFloatVariable(); in addModifierScroll() local
1884 float notchMax = this.reserveFloatVariable(); in addModifierScroll() local