Home
last modified time | relevance | path

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

/frameworks/base/core/tests/FileSystemUtilsTest/apk_embedded_native_libs/src/android/test/embedded/
DMainActivity.java17 package android.test.embedded;
DPunchEmbeddedLibTest.java17 package android.test.embedded;
/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityManager.aidl121 void associateEmbeddedHierarchy(IBinder host, IBinder embedded); in associateEmbeddedHierarchy() argument
DAccessibilityManager.java1402 public void associateEmbeddedHierarchy(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchy() argument
1411 service.associateEmbeddedHierarchy(host, embedded); in associateEmbeddedHierarchy()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME13 Both the debugger commands and the expected output are embedded in the
/frameworks/base/core/java/android/window/flags/
Dwindowing_sdk.aconfig73 description: "Refines embedded activity back navigation behavior"
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1637 public void associateEmbeddedHierarchyLocked(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchyLocked() argument
1639 associateLocked(embedded, host); in associateEmbeddedHierarchyLocked()
2218 void associateLocked(IBinder embedded, IBinder host) { in associateLocked() argument
2219 mHostEmbeddedMap.put(embedded, host); in associateLocked()
DAccessibilityManagerService.java4658 public void associateEmbeddedHierarchy(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchy() argument
4661 FLAGS_ACCESSIBILITY_MANAGER, "host=" + host + ";embedded=" + embedded); in associateEmbeddedHierarchy()
4665 mA11yWindowManager.associateEmbeddedHierarchyLocked(host, embedded); in associateEmbeddedHierarchy()
/frameworks/proto_logging/stats/atoms/photopicker/
Dphotopicker_extension_atoms.proto218 Logs information about the embedded photopicker(implementation details)
/frameworks/base/core/java/android/window/
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
/frameworks/base/core/jni/
Dandroid_os_HwParcel.cpp724 static jobject ReadNativeHandle(JNIEnv *env, jobject thiz, jboolean embedded, in ReadNativeHandle() argument
732 if (embedded) { in ReadNativeHandle()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1506 // ACTION: Settings > System UI Tuner > Show embedded battery percentage
/frameworks/base/core/api/
Dcurrent.txt13125 field public static final String FEATURE_EMBEDDED = "android.hardware.type.embedded";