OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodSubtypeSwitchingController
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java
43
*
InputMethodSubtypeSwitchingController
controls the switching behavior of the subtypes.
49
public class
InputMethodSubtypeSwitchingController
{
50
private static final String TAG =
InputMethodSubtypeSwitchingController
.class.getSimpleName();
552
private
InputMethodSubtypeSwitchingController
(InputMethodSettings settings, Context context) {
557
public static
InputMethodSubtypeSwitchingController
createInstanceLocked(
559
return new
InputMethodSubtypeSwitchingController
(settings, context);
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 38 milliseconds