Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidRemoteContext.java159 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/
DClickArea.java84 context.addClickArea(mId, mContentDescription, mLeft, mTop, mRight, mBottom, mMetadata); in apply()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java278 public abstract void addClickArea( in addClickArea() method in RemoteContext
DCoreDocument.java427 public void addClickArea(int id, String contentDescription, in addClickArea() method in CoreDocument
DRemoteComposeBuffer.java213 public void addClickArea( in addClickArea() method in RemoteComposeBuffer