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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
addOnShowModeChangedListener
@Implementation protected void addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener, Handler handler)
-
addOnShowModeChangedListener
@Implementation protected void addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener)
-
getShowMode
@Implementation protected int getShowMode()
-
setShowMode
@Implementation protected boolean setShowMode(int showMode)
-
removeOnShowModeChangedListener
@Implementation protected boolean removeOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener listener)
-
-