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