Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java799 mDimValue1 = getProgressValue(mLastDim1, mTargetDim1, progress); in onProgress()
800 mDimValue2 = getProgressValue(mLastDim2, mTargetDim2, progress); in onProgress()
802 (int) getProgressValue((float) mLastYOffset, (float) mTargetYOffset, progress); in onProgress()
805 private float getProgressValue(float start, float end, float progress) { in getProgressValue() method in SplitLayout.ImePositionProcessor