Searched refs:AttachedSurfaceControl (Results 1 – 18 of 18) sorted by relevance
22 import android.view.AttachedSurfaceControl;106 final HashMap<AttachedSurfaceControl, Region> affectedSurfaces = new HashMap<>(); in updateTouchRegions()112 final AttachedSurfaceControl surface = view.getRootSurfaceControl(); in updateTouchRegions()143 private final HashMap<TouchInsetSession, HashMap<AttachedSurfaceControl, Region>>145 private final HashMap<AttachedSurfaceControl, Region> mLastAffectedSurfaces = new HashMap();178 final HashMap<AttachedSurfaceControl, Region> affectedSurfaces = new HashMap<>(); in updateTouchInsets()181 final AttachedSurfaceControl surface = entry.getKey(); in updateTouchInsets()196 final AttachedSurfaceControl surface = entry.getKey(); in updateTouchInsets()208 HashMap<AttachedSurfaceControl, Region> regions) { in setTouchRegions() argument
41 public interface AttachedSurfaceControl { interface
419 public @NonNull AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
2809 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
31137 AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()32724 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
259 AttachedSurfaceControl {
29 import android.view.AttachedSurfaceControl;51 private AttachedSurfaceControl mAttachedSurfaceControl;
32 import android.view.AttachedSurfaceControl;81 AttachedSurfaceControl mAttachedSurfaceControl;
5 …ultiple surfaces can be synced. This is intended to be used with AttachedSurfaceControl, SurfaceVi…18 * `addToSync(AttachedSurfaceControl)` - This is used for syncing the root of the View, specificiall…23 When calling addToSync with either AttachedSurfaceControl or SurfaceView, it must be called on the …47 …Impl is added to a SurfaceSyncGroup, it's done so via `addToSync(AttachedSurfaceControl)`. The Sur…
35 import android.view.AttachedSurfaceControl;319 public boolean add(@Nullable AttachedSurfaceControl attachedSurfaceControl, in add()
48 import android.view.AttachedSurfaceControl;104 private AttachedSurfaceControl mMockRootSurfaceControl;
78 import android.view.AttachedSurfaceControl;4046 public AttachedSurfaceControl getRootSurfaceControl() {
8361 android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener8362 android.view.AttachedSurfaceControl
31159 Landroid/view/AttachedSurfaceControl$OnBufferTransformHintChangedListener;31160 Landroid/view/AttachedSurfaceControl;
8392 android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener8393 android.view.AttachedSurfaceControl
41293 Landroid/view/AttachedSurfaceControl$OnBufferTransformHintChangedListener;41294 Landroid/view/AttachedSurfaceControl;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50136 @UiThread public interface AttachedSurfaceControl {50137 …id addOnBufferTransformHintChangedListener(@NonNull android.view.AttachedSurfaceControl.OnBufferTr…50141 …removeOnBufferTransformHintChangedListener(@NonNull android.view.AttachedSurfaceControl.OnBufferTr…50146 @UiThread public static interface AttachedSurfaceControl.OnBufferTransformHintChangedListener {52223 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl();53561 method @Nullable public android.view.AttachedSurfaceControl getRootSurfaceControl();60849 …method @UiThread public boolean add(@Nullable android.view.AttachedSurfaceControl, @Nullable Runna…