Merge "Adding new A11y window type to A11y services"
This commit is contained in:
committed by
Android (Google) Code Review
commit
45704f3173
@@ -707,12 +707,12 @@ public class AccessibilityWindowManager {
|
||||
case WindowManager.LayoutParams.TYPE_PHONE:
|
||||
case WindowManager.LayoutParams.TYPE_PRIORITY_PHONE:
|
||||
case WindowManager.LayoutParams.TYPE_TOAST:
|
||||
case WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG: {
|
||||
case WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG:
|
||||
case WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG: {
|
||||
return AccessibilityWindowInfo.TYPE_APPLICATION;
|
||||
}
|
||||
|
||||
case WindowManager.LayoutParams.TYPE_INPUT_METHOD:
|
||||
case WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG: {
|
||||
case WindowManager.LayoutParams.TYPE_INPUT_METHOD: {
|
||||
return AccessibilityWindowInfo.TYPE_INPUT_METHOD;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user