Searched refs:intervals (Results 1 – 15 of 15) sorted by relevance
76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() argument77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate()83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate() argument84 mIntervals = new float[intervals.length]; in DashPathEffect_Delegate()85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length); in DashPathEffect_Delegate()
221 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local222 assertEquals((int) INITIAL_EVENT_TIME_MILLIS, intervals.get(0).intValue()); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()223 assertEquals((int) interval, intervals.get(1).intValue()); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()265 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local266 assertEquals((int) INITIAL_EVENT_TIME_MILLIS, intervals.get(0).intValue()); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()267 assertEquals((int) interval, intervals.get(1).intValue()); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()311 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local312 assertEquals((int) INITIAL_EVENT_TIME_MILLIS, intervals.get(0).intValue()); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive()313 assertEquals((int) interval, intervals.get(1).intValue()); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive()359 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local[all …]
34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() argument35 if (intervals.length < 2) { in DashPathEffect()38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() argument
247 StringBuffer intervals = new StringBuffer(" Interval Endpoints:");249 intervals.append(" " + mBucketEndPoints[i]);251 intervals.append(" Interval counters:");253 intervals.append(" " + mBucketCounters[i]);255 return basic + intervals;
42 SkScalar* intervals = autoInterval.ptr(); in Dash_constructor() local46 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor()
220 static List<FreezePeriod> canonicalizePeriods(List<FreezePeriod> intervals) { in canonicalizePeriods() argument223 for (FreezePeriod interval : intervals) { in canonicalizePeriods()
90 float intervals[] = {1.0f, 1.0f}; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local91 strokePaint.setPathEffect(SkDashPathEffect::Make(intervals, 2, 0)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
38 intervals for the proposed orientation and accelerometer latency.52 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
61 could change it to perform 4 retries at 5 second intervals:
9 3. You might want to run the script several times with some short intervals (a few seconds) and ave…
1127 int32_t intervals = big_timestamp / interval; in TEST_F() local1129 EXPECT_LT(intervals, 0); in TEST_F()
988 intervals of my botanical researches I made a reconnaissance of all5183 glass of claret and some biscuits in the intervals of his toilet.6567 caused him to spend the greater part of the intervals between his
3033 with intervals of note-taking and of meditation, until we were past11624 an alternation between savage fits of passion and gloomy intervals of
6959 2d, and from then onward it seems to have been at nine-day intervals,
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...