summaryrefslogtreecommitdiff
path: root/aconfig/bp2a/android.view.inputmethod
diff options
context:
space:
mode:
Diffstat (limited to 'aconfig/bp2a/android.view.inputmethod')
-rw-r--r--aconfig/bp2a/android.view.inputmethod/Android.bp12
-rw-r--r--aconfig/bp2a/android.view.inputmethod/compatchange_for_zerojankproxy_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/concurrent_input_methods_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/connectionless_handwriting_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/defer_show_soft_input_until_session_creation_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/editorinfo_handwriting_enabled_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/home_screen_handwriting_delegator_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/ime_switcher_revamp_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/initiation_without_input_connection_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/predictive_back_ime_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/refactor_insets_controller_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/use_handwriting_listener_for_tooltype_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/use_input_method_info_safe_list_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.view.inputmethod/use_zero_jank_proxy_flag_values.textproto6
14 files changed, 84 insertions, 6 deletions
diff --git a/aconfig/bp2a/android.view.inputmethod/Android.bp b/aconfig/bp2a/android.view.inputmethod/Android.bp
index d05642ed..36ad7d25 100644
--- a/aconfig/bp2a/android.view.inputmethod/Android.bp
+++ b/aconfig/bp2a/android.view.inputmethod/Android.bp
@@ -1,4 +1,4 @@
-// Copyright 2024 Google Inc. All rights reserved.
+// Copyright 2025 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -13,9 +13,9 @@
// limitations under the License.
aconfig_values {
- name: "aconfig-values-platform_build_release-bp2a-android.view.inputmethod-all",
- package: "android.view.inputmethod",
- srcs: [
- "*_flag_values.textproto",
- ],
+ name: "aconfig-values-platform_build_release-bp2a-android.view.inputmethod-all",
+ package: "android.view.inputmethod",
+ srcs: [
+ "*_flag_values.textproto",
+ ]
}
diff --git a/aconfig/bp2a/android.view.inputmethod/compatchange_for_zerojankproxy_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/compatchange_for_zerojankproxy_flag_values.textproto
new file mode 100644
index 00000000..e68f1650
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/compatchange_for_zerojankproxy_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "compatchange_for_zerojankproxy"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/concurrent_input_methods_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/concurrent_input_methods_flag_values.textproto
new file mode 100644
index 00000000..3879f7fa
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/concurrent_input_methods_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "concurrent_input_methods"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/connectionless_handwriting_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/connectionless_handwriting_flag_values.textproto
new file mode 100644
index 00000000..37e5a7ba
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/connectionless_handwriting_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "connectionless_handwriting"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/defer_show_soft_input_until_session_creation_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/defer_show_soft_input_until_session_creation_flag_values.textproto
new file mode 100644
index 00000000..fdd8707f
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/defer_show_soft_input_until_session_creation_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "defer_show_soft_input_until_session_creation"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/editorinfo_handwriting_enabled_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/editorinfo_handwriting_enabled_flag_values.textproto
new file mode 100644
index 00000000..ff178885
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/editorinfo_handwriting_enabled_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "editorinfo_handwriting_enabled"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/home_screen_handwriting_delegator_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/home_screen_handwriting_delegator_flag_values.textproto
new file mode 100644
index 00000000..95f27aca
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/home_screen_handwriting_delegator_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "home_screen_handwriting_delegator"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/ime_switcher_revamp_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/ime_switcher_revamp_flag_values.textproto
new file mode 100644
index 00000000..b98792f9
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/ime_switcher_revamp_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "ime_switcher_revamp"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/initiation_without_input_connection_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/initiation_without_input_connection_flag_values.textproto
new file mode 100644
index 00000000..dfdec799
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/initiation_without_input_connection_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "initiation_without_input_connection"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/predictive_back_ime_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/predictive_back_ime_flag_values.textproto
new file mode 100644
index 00000000..6b1acff1
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/predictive_back_ime_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "predictive_back_ime"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/refactor_insets_controller_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/refactor_insets_controller_flag_values.textproto
new file mode 100644
index 00000000..997265f4
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/refactor_insets_controller_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "refactor_insets_controller"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/use_handwriting_listener_for_tooltype_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/use_handwriting_listener_for_tooltype_flag_values.textproto
new file mode 100644
index 00000000..2be8bb56
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/use_handwriting_listener_for_tooltype_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "use_handwriting_listener_for_tooltype"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/use_input_method_info_safe_list_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/use_input_method_info_safe_list_flag_values.textproto
new file mode 100644
index 00000000..6b7064e5
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/use_input_method_info_safe_list_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "use_input_method_info_safe_list"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.view.inputmethod/use_zero_jank_proxy_flag_values.textproto b/aconfig/bp2a/android.view.inputmethod/use_zero_jank_proxy_flag_values.textproto
new file mode 100644
index 00000000..81836b8a
--- /dev/null
+++ b/aconfig/bp2a/android.view.inputmethod/use_zero_jank_proxy_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.view.inputmethod"
+ name: "use_zero_jank_proxy"
+ state: ENABLED
+ permission: READ_ONLY
+}