Home
last modified time | relevance | path

Searched refs:addToSync (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md15 ##### addToSync l4subsection
17 The caller will invoke `addToSync` for every `SurfaceSyncGroup` that it wants included. There are a…
18 * `addToSync(AttachedSurfaceControl)` - This is used for syncing the root of the View, specificiall…
19 * `addToSync(SurfaceView, Consumer<SurfaceViewFrameCallback>)` - This is to sync a SurfaceView. Sin…
20 * `addToSync(SurfaceControlViewHost.SurfacePackage)` - This is to sync an embedded window. The host…
21 * `addToSync(ISurfaceSyncGroup)` - This is the generic method. It can be used to sync arbitrary inf…
23 When calling addToSync with either AttachedSurfaceControl or SurfaceView, it must be called on the …
47 When ViewRootImpl is added to a SurfaceSyncGroup, it's done so via `addToSync(AttachedSurfaceContro…
66 syncGroup.addToSync(view1.getRootSurfaceControl());
67 syncGroup.addToSync(view2.getRootSurfaceControl());
[all …]
DISurfaceSyncGroup.aidl54 boolean addToSync(in ISurfaceSyncGroup surfaceSyncGroup, boolean parentSyncGroupMerge); in addToSync() method
DSurfaceSyncGroup.java606 parentSyncGroup.addToSync(mParentSyncGroup, in setTransactionCallbackFromParent()
778 public boolean addToSync(ISurfaceSyncGroup surfaceSyncGroup, boolean parentSyncGroupMerge) { in addToSync() method in SurfaceSyncGroup.ISurfaceSyncGroupImpl
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSyncEngine.java315 private void addToSync(WindowContainer wc) { in addToSync() method in BLASTSyncEngine.SyncGroup
503 getSyncGroup(id).addToSync(wc); in addToSyncSet()
/frameworks/base/core/java/android/view/
DSurfaceView.java1308 getViewRootImpl().addToSync(surfaceSyncGroup); in handleSyncBufferCallback()
1353 viewRoot.addToSync(syncGroup); in vriDrawStarted()
DViewRootImpl.java12742 void addToSync(SurfaceSyncGroup syncable) { in addToSync() method in ViewRootImpl.TrackballAxis
/frameworks/base/services/
Dart-wear-profile26296 PLcom/android/server/wm/BLASTSyncEngine$SyncGroup;->addToSync(Lcom/android/server/wm/WindowContaine…