Merge "Remove ALPHA_INDEX_IME_BUTTON_NAV" into tm-qpr-dev

This commit is contained in:
Tony Wickham
2023-01-30 19:11:47 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 20 deletions

View File

@@ -486,13 +486,6 @@ public class NavbarButtonsViewController implements TaskbarControllers.LoggableT
return (mState & FLAG_IME_VISIBLE) != 0;
}
/**
* Returns true if IME switcher is visible
*/
public boolean isImeSwitcherVisible() {
return (mState & FLAG_SWITCHER_SHOWING) != 0;
}
/**
* Returns true if the home button is disabled
*/