Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java90 captureStartingChild(mInitialTouchX, mInitialTouchY); in onInterceptTouchEvent()
112 captureStartingChild(mInitialTouchX, mInitialTouchY); in onTouchEvent()
159 private void captureStartingChild(float x, float y) { in captureStartingChild() method in DragDownHelper