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.java89 captureStartingChild(mInitialTouchX, mInitialTouchY); in onInterceptTouchEvent()
111 captureStartingChild(mInitialTouchX, mInitialTouchY); in onTouchEvent()
154 private void captureStartingChild(float x, float y) { in captureStartingChild() method in DragDownHelper