Searched refs:easy (Results 1 – 6 of 6) sorted by relevance
387 final boolean easy = (mFlags & FLAG_EASY_CORRECT) != 0; in updateDrawState()390 if (easy) { in updateDrawState()419 final boolean easy = (mFlags & FLAG_EASY_CORRECT) != 0; in getUnderlineColor()422 if (easy) { in getUnderlineColor()
9 `Dump`. This makes it easy to understand that the proto is the dumpsys output
64 …R. Sending a key event to the application, however, should cause ANR. One easy way to do this is b…
25 They are defined as an interface, making it easy to swap in fake implementations
3 Plugins provide an easy way to rapidly prototype SystemUI features. Plugins are APKs that will be …
3672 int easy = compareFlag(SuggestionSpan.FLAG_EASY_CORRECT, flag1, flag2); in compare() local3673 if (easy != 0) return easy; in compare()