Home
last modified time | relevance | path

Searched defs:notifyWindowBoundsChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java150 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged() method in ChildContentCaptureSession
DContentCaptureSession.java590 public abstract void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds); in notifyWindowBoundsChanged() method in ContentCaptureSession
DMainContentCaptureSession.java857 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged() method in MainContentCaptureSession
DMainContentCaptureSessionV2.java889 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged() method in MainContentCaptureSessionV2
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java285 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged() method in ContentCaptureSessionTest.MyContentCaptureSession