Home
last modified time | relevance | path

Searched refs:embedded (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.aidl94 void associateEmbeddedHierarchy(IBinder host, IBinder embedded); in associateEmbeddedHierarchy() argument
H A DAccessibilityManager.java1400 public void associateEmbeddedHierarchy(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchy() argument
1409 service.associateEmbeddedHierarchy(host, embedded); in associateEmbeddedHierarchy()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1472 public void associateEmbeddedHierarchyLocked(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchyLocked() argument
1474 associateLocked(embedded, host); in associateEmbeddedHierarchyLocked()
2050 void associateLocked(IBinder embedded, IBinder host) { in associateLocked() argument
2051 mHostEmbeddedMap.put(embedded, host); in associateLocked()
H A DAccessibilityManagerService.java3879 public void associateEmbeddedHierarchy(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchy() argument
3882 FLAGS_ACCESSIBILITY_MANAGER, "host=" + host + ";embedded=" + embedded); in associateEmbeddedHierarchy()
3886 mA11yWindowManager.associateEmbeddedHierarchyLocked(host, embedded); in associateEmbeddedHierarchy()
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md20 * `addToSync(SurfaceControlViewHost.SurfacePackage)` - This is to sync an embedded window. The host…
93 This would sync both the view resize and the embedded resize in the same frame
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp722 static jobject ReadNativeHandle(JNIEnv *env, jobject thiz, jboolean embedded, in ReadNativeHandle() argument
730 if (embedded) { in ReadNativeHandle()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto1500 // ACTION: Settings > System UI Tuner > Show embedded battery percentage
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12650 field public static final String FEATURE_EMBEDDED = "android.hardware.type.embedded";