Searched refs:embedded (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | IAccessibilityManager.aidl | 94 void associateEmbeddedHierarchy(IBinder host, IBinder embedded); in associateEmbeddedHierarchy() argument
|
H A D | AccessibilityManager.java | 1400 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 D | AccessibilityWindowManager.java | 1472 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 D | AccessibilityManagerService.java | 3879 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 D | SurfaceSyncGroup.md | 20 * `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 D | android_os_HwParcel.cpp | 722 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 D | metrics_constants.proto | 1500 // ACTION: Settings > System UI Tuner > Show embedded battery percentage
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 12650 field public static final String FEATURE_EMBEDDED = "android.hardware.type.embedded";
|