Searched refs:intervals (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DDashPathEffect.java22 * The intervals array must contain an even number of entries (>=2), with
23 * the even indices specifying the "on" intervals, and the odd indices
24 * specifying the "off" intervals. phase is an offset into the intervals
25 * array (mod the sum of all of the intervals). The intervals array
31 * @param intervals array of ON and OFF distances
32 * @param phase offset into the intervals array
34 public DashPathEffect(float intervals[], float phase) { argument
35 if (intervals
41 nativeCreate(float intervals[], float phase) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { argument
77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase);
83 private DashPathEffect_Delegate(float intervals[], float phase) { argument
84 mIntervals = new float[intervals.length];
85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length);
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp40 SkScalar* intervals = autoInterval.ptr(); local
44 SkPathEffect* effect = SkDashPathEffect::Create(intervals, count, phase);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp87 float intervals[] = {1.0f, 1.0f}; local
88 auto dashEffect = SkDashPathEffect::Create(intervals, 2, 0);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1933 power conditions and performing power-hungry tasks at proper intervals."
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1852 milliseconds