Searched refs:mClockWithAttrs (Results 1 – 1 of 1) sorted by relevance
52 private AnalogClock mClockWithAttrs; field in AnalogClockTest66 mClockWithAttrs = layout.findViewById(R.id.clock_with_attrs); in setup()95 mClockWithAttrs.setDial(icon); in testSetDial()107 mClockWithAttrs.setHourHand(icon); in testSetHourHand()119 mClockWithAttrs.setMinuteHand(icon); in testSetMinuteHand()131 mClockWithAttrs.setSecondHand(icon); in testSetSecondHand()137 mClockWithAttrs.setSecondHand(null); in testSetSecondHandWithNull()143 assertEquals(TIME_ZONE_NEW_YORK, mClockWithAttrs.getTimeZone()); in testTimeZone()166 mClockWithAttrs.getDialTintList()); in testSetDialTintList()181 assertEquals(BlendMode.SRC_IN, mClockWithAttrs.getDialTintBlendMode()); in testSetDialTintBlendMode()[all …]