Home
last modified time | relevance | path

Searched defs:touchDrag (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DTouchListener.java49 void touchDrag(RemoteContext context, float x, float y); in touchDrag() method
DCoreDocument.java1128 public boolean touchDrag(RemoteContext context, float x, float y) { in touchDrag() method in CoreDocument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DTouchExpression.java504 public void touchDrag(RemoteContext context, float x, float y) { in touchDrag() method in TouchExpression