Merge "Revert "Plumb IME subtype change from IMMS to IMS."" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-12 08:49:20 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 63 deletions

View File

@@ -16,11 +16,8 @@
package android.hardware.input;
import android.annotation.Nullable;
import android.hardware.display.DisplayViewport;
import android.view.InputEvent;
import android.view.inputmethod.InputMethodInfo;
import android.view.inputmethod.InputMethodSubtype;
import java.util.List;
@@ -45,16 +42,6 @@ public abstract class InputManagerInternal {
*/
public abstract void setInteractive(boolean interactive);
/**
* Notifies that InputMethodManagerService switched the current input method subtype.
*
* @param userId user id that indicates who is using the specified input method and subtype.
* @param inputMethodInfo {@code null} when no input method is selected.
* @param subtype {@code null} when {@code inputMethodInfo} does has no subtype.
*/
public abstract void onInputMethodSubtypeChanged(int userId,
@Nullable InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype subtype);
/**
* Toggles Caps Lock state for input device with specific id.
*