MCPcopy Create free account
hub / github.com/Julow/Unexpected-Keyboard / getEditing

Method getEditing

srcs/juloo.keyboard2/KeyValue.java:199–202  ·  view source on GitHub ↗

Defined only when [getKind() == Kind.Editing].

()

Source from the content-addressed store, hash-verified

197
198 /** Defined only when [getKind() == Kind.Editing]. */
199 public Editing getEditing()
200 {
201 return Editing.values()[(_code & VALUE_BITS)];
202 }
203
204 /** Defined only when [getKind() == Kind.Placeholder]. */
205 public Placeholder getPlaceholder()

Callers 8

apply_dead_charMethod · 0.80
apply_fnMethod · 0.80
turn_into_keyeventMethod · 0.80
apply_gestureMethod · 0.80
apply_selection_modeMethod · 0.80
combine_hangul_medialMethod · 0.80
key_upMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected