Merge "Revert "Plumb IME subtype change from IMMS to IMS."" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
59444f6abf
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user