Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java361 protected void startExpandMotion(float newX, float newY, boolean startTracking, in startExpandMotion() method in PanelViewController
1230 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight); in onInterceptTouchEvent()
1290 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouch()
1324 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight); in onTouch()
1347 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouch()
H A DHeadsUpTouchHelper.java120 mPanel.startExpandMotion(x, y, true /* startTracking */, startHeight); in onInterceptTouchEvent()