Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrame.java51 private View mTouchingChild; field in NearestTouchFrame
212 mTouchingChild = mClickableChildren
220 if (mTouchingChild != null) {
221 event.offsetLocation(mTouchingChild.getWidth() / 2 - x,
222 mTouchingChild.getHeight() / 2 - y);
223 return mTouchingChild.getVisibility() == VISIBLE
224 && mTouchingChild.dispatchTouchEvent(event);