Update KQS UX to better support square aspect ratio devices

Flag: EXEMPT ENABLE_KEYBOARD_QUICK_SWITCH
Bug: 357512178
Test: Used KQS on a square device
Change-Id: I3e97ec834512521b417f2e707a6838c96bef5752
This commit is contained in:
Schneider Victor-tulias
2024-07-11 11:25:00 -04:00
parent 55c0c5e75d
commit f0a6d1df57
7 changed files with 206 additions and 7 deletions
@@ -279,5 +279,9 @@ public class KeyboardQuickSwitchViewController {
void updateIconInBackground(Task task, Consumer<Task> callback) {
mControllerCallbacks.updateIconInBackground(task, callback);
}
boolean isAspectRatioSquare() {
return mControllerCallbacks.isAspectRatioSquare();
}
}
}