Home
last modified time | relevance | path

Searched refs:quality (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmapView.java110 int quality) { in generateBitstream() argument
112 src.compress(format, quality, os); in generateBitstream()
DCreateBitmap.java60 int quality) { in codec() argument
62 src.compress(format, quality, os); in codec()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt87 aura - n. a distinctive but intangible quality surrounding a person or thing
139 characteristic - n. a distinguishing quality
162 competence - n. the quality of being adequately or well qualified physically and intellectually
200 convenience - n. the quality of being useful and convenient
226 decency - n. the quality of conforming to standards of propriety and morality
242 depth - n. the attribute or quality of being deep, strong, or intense
251 determination - n. the quality of being determined to do or achieve something; firmness of purpose
255 difference - n. the quality of being unlike or dissimilar
256 dignity - n. the quality of being worthy of esteem or respect
345 excellent - j. very good; of the highest quality
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java659 private String qualityValueToString(int quality) { in qualityValueToString() argument
661 if (mPasswordQualityValues[i] == quality) { in qualityValueToString()
667 return "(0x" + Integer.toString(quality, 16) + ")"; in qualityValueToString()