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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addOnShowModeChangedListener
(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener) protected void
addOnShowModeChangedListener
(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener, Handler handler) protected int
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)
-