OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionFlags
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
HangulLayoutEngine.cpp
72
int32_t
actionFlags
;
256
if ((transition.
actionFlags
& AF_T) != 0) {
263
if ((transition.
actionFlags
& AF_L) != 0) {
269
if ((transition.
actionFlags
& AF_V) != 0) {
275
if ((transition.
actionFlags
& AF_T) != 0) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
278
int
actionFlags
= style.getFlags(keyAttr, R.styleable.Keyboard_Key_keyActionFlags);
310
actionFlags
|= ACTION_FLAGS_ENABLE_LONG_PRESS;
319
mActionFlags =
actionFlags
;
[
all
...]
Completed in 27 milliseconds