Home
last modified time | relevance | path

Searched refs:AttachedSurfaceControl (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
H A DTouchInsetManager.java22 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
/aosp14/frameworks/base/core/java/android/view/
H A DAttachedSurfaceControl.java41 public interface AttachedSurfaceControl { interface
H A DSurfaceControlViewHost.java419 public @NonNull AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
H A DWindow.java2809 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
H A DView.java31137 AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
32724 public @Nullable AttachedSurfaceControl getRootSurfaceControl() { in getRootSurfaceControl()
H A DViewRootImpl.java259 AttachedSurfaceControl {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
H A DTouchInsetManagerTest.java29 import android.view.AttachedSurfaceControl;
51 private AttachedSurfaceControl mAttachedSurfaceControl;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayContainerViewControllerTest.java32 import android.view.AttachedSurfaceControl;
81 AttachedSurfaceControl mAttachedSurfaceControl;
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md5 …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…
H A DSurfaceSyncGroup.java35 import android.view.AttachedSurfaceControl;
319 public boolean add(@Nullable AttachedSurfaceControl attachedSurfaceControl, in add()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java48 import android.view.AttachedSurfaceControl;
104 private AttachedSurfaceControl mMockRootSurfaceControl;
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java78 import android.view.AttachedSurfaceControl;
4046 public AttachedSurfaceControl getRootSurfaceControl() {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8361 android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener
8362 android.view.AttachedSurfaceControl
H A Dboot-image-profile.txt31159 Landroid/view/AttachedSurfaceControl$OnBufferTransformHintChangedListener;
31160 Landroid/view/AttachedSurfaceControl;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8392 android.view.AttachedSurfaceControl$OnBufferTransformHintChangedListener
8393 android.view.AttachedSurfaceControl
H A Dboot-image-profile.txt41293 Landroid/view/AttachedSurfaceControl$OnBufferTransformHintChangedListener;
41294 Landroid/view/AttachedSurfaceControl;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50136 @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…