Searched refs:TARGET_COLOR (Results 1 – 2 of 2) sorted by relevance
44 private const val TARGET_COLOR = Color.BLUE in <lambda>() constant74 whenever(extractColor.invoke(colorScheme)).thenReturn(TARGET_COLOR) in <lambda>()110 assertEquals(TARGET_COLOR, colorTransition.targetColor) in <lambda>()136 val expectedColor = TARGET_COLOR in <lambda>()
31 private static final int TARGET_COLOR = 0x4dffffff; field in ClipboardView77 setBackgroundColor(isTarget ? TARGET_COLOR : 0); in setBackgroundDragTarget()