Searched refs:addClickArea (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
D | AndroidRemoteContext.java | 159 public void addClickArea(int id, in addClickArea() method in AndroidRemoteContext 168 mDocument.addClickArea(id, contentDescription, left, top, right, bottom, metadata); in addClickArea()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | ClickArea.java | 84 context.addClickArea(mId, mContentDescription, mLeft, mTop, mRight, mBottom, mMetadata); in apply()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
D | RemoteContext.java | 278 public abstract void addClickArea( in addClickArea() method in RemoteContext
|
D | CoreDocument.java | 427 public void addClickArea(int id, String contentDescription, in addClickArea() method in CoreDocument
|
D | RemoteComposeBuffer.java | 213 public void addClickArea( in addClickArea() method in RemoteComposeBuffer
|