OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyboardLayoutSet
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java
59
* {@link
KeyboardLayoutSet
} are related to each other.
60
* A {@link
KeyboardLayoutSet
} needs to be created for each
63
public final class
KeyboardLayoutSet
{
64
private static final String TAG =
KeyboardLayoutSet
.class.getSimpleName();
67
private static final String TAG_KEYBOARD_SET = "
KeyboardLayoutSet
";
118
// Sparse array of
KeyboardLayoutSet
element parameters indexed by element's id.
128
KeyboardLayoutSet
(final Context context, final Params params) {
284
public
KeyboardLayoutSet
build() {
286
throw new RuntimeException("
KeyboardLayoutSet
subtype is not specified");
298
return new
KeyboardLayoutSet
(mContext, mParams)
[
all
...]
KeyboardSwitcher.java
31
import com.android.inputmethod.keyboard.
KeyboardLayoutSet
.KeyboardLayoutSetException;
82
private
KeyboardLayoutSet
mKeyboardLayoutSet;
142
KeyboardLayoutSet
.clearKeyboardCache();
149
final
KeyboardLayoutSet
.Builder builder = new
KeyboardLayoutSet
.Builder(
Completed in 28 milliseconds