OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createColors
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java
58
int[] colors =
createColors
();
67
private int[]
createColors
() {
CreateBitmap.java
38
private static int[]
createColors
() {
72
mColors =
createColors
();
MeasureText.java
36
private static int[]
createColors
() {
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java
214
int[] colors =
createColors
(100);
319
int[] colors =
createColors
(100);
664
int[] colors =
createColors
(100);
750
colors =
createColors
(100 * 100);
885
private int[]
createColors
(int size){
Completed in 159 milliseconds