Searched refs:embedded (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/tests/FileSystemUtilsTest/apk_embedded_native_libs/src/android/test/embedded/ |
D | MainActivity.java | 17 package android.test.embedded;
|
D | PunchEmbeddedLibTest.java | 17 package android.test.embedded;
|
/frameworks/base/core/java/android/view/accessibility/ |
D | IAccessibilityManager.aidl | 121 void associateEmbeddedHierarchy(IBinder host, IBinder embedded); in associateEmbeddedHierarchy() argument
|
D | AccessibilityManager.java | 1402 public void associateEmbeddedHierarchy(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchy() argument 1411 service.associateEmbeddedHierarchy(host, embedded); in associateEmbeddedHierarchy()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 13 Both the debugger commands and the expected output are embedded in the
|
/frameworks/base/core/java/android/window/flags/ |
D | windowing_sdk.aconfig | 73 description: "Refines embedded activity back navigation behavior"
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityWindowManager.java | 1637 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()
|
D | AccessibilityManagerService.java | 4658 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/ |
D | photopicker_extension_atoms.proto | 218 Logs information about the embedded photopicker(implementation details)
|
/frameworks/base/core/java/android/window/ |
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
|
/frameworks/base/core/jni/ |
D | android_os_HwParcel.cpp | 724 static jobject ReadNativeHandle(JNIEnv *env, jobject thiz, jboolean embedded, in ReadNativeHandle() argument 732 if (embedded) { in ReadNativeHandle()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1506 // ACTION: Settings > System UI Tuner > Show embedded battery percentage
|
/frameworks/base/core/api/ |
D | current.txt | 13125 field public static final String FEATURE_EMBEDDED = "android.hardware.type.embedded";
|