Home
last modified time | relevance | path

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

/frameworks/base/tools/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/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/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/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp88 float intervals[] = {1.0f, 1.0f}; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
89 strokePaint.setPathEffect(SkDashPathEffect::Make(intervals, 2, 0)); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
/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.cpp1044 int32_t intervals = big_timestamp / interval; in TEST_F() local
1046 EXPECT_LT(intervals, 0); in TEST_F()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...