Searched
full:color (Results
2576 -
2600 of
12554) sorted by null
<<101102103104105106107108109110>>
/cts/tests/tests/graphics/res/drawable/ |
paintdrawable_attr.xml | 22 android:color="#00000000"/> 26 android:color="#ff000000"/>
|
vector_icon_state_list.xml | 26 android:fillColor="@color/vector_icon_fill_state_list" 27 android:strokeColor="@color/vector_icon_stroke_state_list"
|
vector_icon_state_list_2.xml | 26 android:fillColor="@color/vector_icon_fill_state_list" 27 android:strokeColor="@color/vector_icon_stroke_state_list"
|
window_test_drawable.xml | 19 <solid android:color="#00000000"/> 20 <stroke android:width="2dp" android:color="#ff000000"/>
|
/cts/tests/tests/graphics/res/values/ |
resources_test.xml | 29 <color name="resource_test_color">#003B3B3B</color>
|
/cts/tests/tests/graphics/res/xml/ |
anim_list_correct.xml | 29 <color android:color="#77ffffff" />
|
level_list_correct.xml | 27 <color android:color="#77ffffff" />
|
scaledrawable.xml | 24 <color android:color="#88ffffff"/>
|
selector_correct.xml | 30 <color android:color="#77ffffff" />
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PictureTest.java | 26 import android.graphics.Color; 83 paint.setColor(Color.GREEN); 151 paint.setColor(Color.GREEN); 155 paint.setColor(Color.RED); 158 paint.setColor(Color.BLUE); 164 assertEquals(Color.BLUE, bitmap.getPixel(0, 0)); 166 assertEquals(Color.RED, bitmap.getPixel(x, 0)); 171 assertEquals(Color.GREEN, bitmap.getPixel(x, y));
|
ShaderTest.java | 33 int[] color = new int[width * height]; local 34 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
ColorBufferTest.java | 54 mActivity.setView(Constants.COLOR, 1, vertexColors); 72 mActivity.setView(Constants.COLOR, 1, vertexColors); 91 mActivity.setView(Constants.COLOR, 1, vertexColors); 110 mActivity.setView(Constants.COLOR, 1, vertexColors); 129 mActivity.setView(Constants.COLOR, 1, vertexColors); 148 mActivity.setView(Constants.COLOR, 1, vertexColors); 167 mActivity.setView(Constants.COLOR, 1, vertexColors); 192 //We are giving 0.1 buffer as colors might not be exactly same as input color
|
NativeColorBufferTest.java | 49 mActivity.setView(Constants.COLOR, 1, vertexColors); 67 mActivity.setView(Constants.COLOR, 1, vertexColors); 86 mActivity.setView(Constants.COLOR, 1, vertexColors); 105 mActivity.setView(Constants.COLOR, 1, vertexColors); 124 mActivity.setView(Constants.COLOR, 1, vertexColors); 143 mActivity.setView(Constants.COLOR, 1, vertexColors); 162 mActivity.setView(Constants.COLOR, 1, vertexColors); 186 //We are giving 0.1 buffer as colors might not be exactly same as input color
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/ |
UnclippedBlueView.java | 21 import android.graphics.Color; 46 canvas.drawColor(Color.BLUE);
|
/cts/tests/tests/widget/res/layout/ |
imageview_layout.xml | 35 android:tint="@android:color/white" 43 android:tint="@android:color/white"
|
seekbar_layout.xml | 30 android:thumbTint="@android:color/white" 37 android:tickMarkTint="@android:color/white"
|
switch_layout.xml | 22 android:thumbTint="@android:color/white" 24 android:trackTint="@android:color/black"
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CalendarViewTest.java | 145 assertEquals(mActivity.getColor(R.color.calendarview_week_background), 147 assertEquals(mActivity.getColor(R.color.calendarview_focusedmonthdate), 149 assertEquals(mActivity.getColor(R.color.calendarview_unfocusedmonthdate), 158 mActivity.getColor(R.color.calendarview_week_background_new); 160 mActivity.getColor(R.color.calendarview_focusedmonthdate_new); 162 mActivity.getColor(R.color.calendarview_unfocusedmonthdate_new); 164 mActivity.getColor(R.color.calendarview_week_number_new); 166 mActivity.getColor(R.color.calendarview_week_separatorline_new);
|
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/ |
base-strings.xml | 29 Once connected, use the "Change Color" button to change the background color of the secondary screen.
|
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/res/drawable/ |
rounded_background.xml | 20 <solid android:color="@color/black"/>
|
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/res/drawable/ |
fab_icons.xml | 22 <bitmap android:src="@drawable/ic_tick" android:tint="@android:color/white" /> 26 <bitmap android:src="@drawable/ic_add" android:tint="@android:color/white" />
|
/developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/res/layout/ |
setting_layout.xml | 20 android:background="@color/white"> 37 android:textColor="@color/blue"
|
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/ |
BasicActivity.java | 38 // Set the color and description 40 setBackgroundColor(R.color.gray);
|
/developers/build/prebuilts/gradle/Notifications/Application/src/main/res/drawable/ |
selected_background.xml | 26 android:color="@android:color/holo_blue_bright" />
|
/developers/build/prebuilts/gradle/Quiz/Application/src/main/res/drawable/ |
selected_background.xml | 26 android:color="@android:color/holo_blue_bright" />
|
Completed in 369 milliseconds
<<101102103104105106107108109110>>