Searched defs:RS_TIMER_PERIOD (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java51 public static final int RS_TIMER_PERIOD = 100; field in class:RSTestCore
132 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java51 public static final int RS_TIMER_PERIOD = 100; field in class:RSTestCore
136 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java54 public static final int RS_TIMER_PERIOD = 100; field in class:RSTestCore
114 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java54 public static final int RS_TIMER_PERIOD = 100; field in class:RSTestCore
118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java54 public static final int RS_TIMER_PERIOD = 100; field in class:RSTestCore
118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);

Completed in 89 milliseconds