Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerHandleView.java74 private int mTouchingHeight; field in DividerHandleView
101 mTouchingHeight = mHeight > mWidth ? mHeight / 2 : mHeight; in updateDimens()
116 setInputState(touching, animate, mTouchingWidth, mTouchingHeight); in setTouching()