Merge "Remove setImeIsVisible/setTouchesEnabled as its already handled by insets." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2023-02-21 21:15:22 +00:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 29 deletions

View File

@@ -199,14 +199,6 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
return mTaskbarIconAlpha;
}
/**
* Should be called when the IME visibility changes, so we can make Taskbar not steal touches.
*/
public void setImeIsVisible(boolean isImeVisible) {
mTaskbarView.setTouchesEnabled(!isImeVisible
|| DisplayController.isTransientTaskbar(mActivity));
}
/**
* Should be called when the recents button is disabled, so we can hide taskbar icons as well.
*/