Package org.robolectric.shadows
Class ShadowSoftKeyboardController
java.lang.Object
org.robolectric.shadows.ShadowSoftKeyboardController
@Implements(value=android.accessibilityservice.AccessibilityService.SoftKeyboardController.class, minSdk=24) public class ShadowSoftKeyboardController extends Object
Shadow of SoftKeyboardController.
-
Constructor Summary
Constructors Constructor Description ShadowSoftKeyboardController()
-
Method Summary
Modifier and Type Method Description protected void
addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener)
protected void
addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener, Handler handler)
protected int
getShowMode()
protected boolean
removeOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener)
protected boolean
setShowMode(int showMode)
-
Constructor Details
-
ShadowSoftKeyboardController
public ShadowSoftKeyboardController()
-
-
Method Details
-
addOnShowModeChangedListener
@Implementation protected void addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener, Handler handler) -
addOnShowModeChangedListener
@Implementation protected void addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener) -
getShowMode
-
setShowMode
-
removeOnShowModeChangedListener
@Implementation protected boolean removeOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener)
-