Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java111 animateToTarget(touching ? mTouchingWidth : mWidth, in setTouching()
117 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget() method in DividerHandleView