Home
last modified time | relevance | path

Searched refs:intervals (Results 1 – 15 of 15) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() argument
77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate()
83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate() argument
84 mIntervals = new float[intervals.length]; in DashPathEffect_Delegate()
85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length); in DashPathEffect_Delegate()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java221 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local
222 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() local
266 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() local
312 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 …]
/frameworks/base/graphics/java/android/graphics/
DDashPathEffect.java34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() argument
35 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
/frameworks/base/telephony/java/android/telephony/
DTelephonyHistogram.java247 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;
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp42 SkScalar* intervals = autoInterval.ptr(); in Dash_constructor() local
46 SkPathEffect* effect = SkDashPathEffect::Make(intervals, count, phase).release(); in Dash_constructor()
/frameworks/base/core/java/android/app/admin/
DFreezePeriod.java220 static List<FreezePeriod> canonicalizePeriods(List<FreezePeriod> intervals) { in canonicalizePeriods() argument
223 for (FreezePeriod interval : intervals) { in canonicalizePeriods()
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp90 float intervals[] = {1.0f, 1.0f}; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
91 strokePaint.setPathEffect(SkDashPathEffect::Make(intervals, 2, 0)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
/frameworks/base/tools/orientationplot/
DREADME.txt38 intervals for the proposed orientation and accelerometer latency.
52 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
/frameworks/opt/telephony/
DREADME.txt61 could change it to perform 4 retries at 5 second intervals:
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt9 3. You might want to run the script several times with some short intervals (a few seconds) and ave…
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1127 int32_t intervals = big_timestamp / interval; in TEST_F() local
1129 EXPECT_LT(intervals, 0); in TEST_F()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dlstb.txt988 intervals of my botanical researches I made a reconnaissance of all
5183 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
Dadvs.txt3033 with intervals of note-taking and of meditation, until we were past
11624 an alternation between savage fits of passion and gloomy intervals of
Dcase.txt6959 2d, and from then onward it seems to have been at nine-day intervals,
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...