Searched refs:firstIcon (Results 1 – 2 of 2) sorted by relevance
222 int firstIcon = (int) mFirstVisibleIconState.getXTranslation(); in onDraw() local223 canvas.drawLine(firstIcon, 0, firstIcon, height, paint); in onDraw()
726 val firstIcon = mock(Drawable::class.java) in deviceIconChanged_doesNotCallListener() constant727 whenever(device.icon).thenReturn(firstIcon) in deviceIconChanged_doesNotCallListener()