Home
last modified time | relevance | path

Searched refs:easy (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java387 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()
/frameworks/base/core/proto/
DREADME.md9 `Dump`. This makes it easy to understand that the proto is the dumpsys output
/frameworks/native/services/inputflinger/docs/
Danr.md64 …R. Sending a key event to the application, however, should cause ANR. One easy way to do this is b…
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md25 They are defined as an interface, making it easy to swap in fake implementations
Dplugins.md3 Plugins provide an easy way to rapidly prototype SystemUI features.  Plugins are APKs that will be …
/frameworks/base/core/java/android/widget/
DEditor.java3672 int easy = compareFlag(SuggestionSpan.FLAG_EASY_CORRECT, flag1, flag2); in compare() local
3673 if (easy != 0) return easy; in compare()