/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | DashPathEffect_Delegate.java | 76 /*package*/ static int 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/ |
D | DashPathEffect.java | 34 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 int nativeCreate(float intervals[], float phase); in nativeCreate() argument
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 35 SkScalar* intervals = storage.get(); in Dash_constructor() local 37 intervals[i] = SkFloatToScalar(values[i]); in Dash_constructor() 39 return new SkDashPathEffect(intervals, count, SkFloatToScalar(phase)); in Dash_constructor()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 36 intervals for the proposed orientation and accelerometer latency. 50 it 90 degrees. Note that the confidence intervals will all drop to 0 at some
|
/frameworks/opt/telephony/ |
D | README.txt | 61 could change it to perform 4 retries at 5 second intervals:
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 81 At regular intervals 112 at regular intervals uses battery power even if no updates are available, GCM only sends 362 To run your sync adapter at regular intervals, call 441 use other signals to trigger a sync or schedule them at regular intervals, without user input.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 137 automated recurring billing at either of two intervals:</p> 142 intervals can vary slightly over time)</li> 224 content but for different intervals or different prices, such as for a
|
D | gp-purchase-status-api.jd | 123 intervals or as-needed.</p>
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 103 services at specific intervals.</li>
|
D | alarms.jd | 39 <li>They let you fire Intents at set times and/or intervals.</li>
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 145 <td>Adjust percentage of activity launches. At random intervals, the Monkey will issue a startActi…
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 182 intervals. {@link
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 88 …ash;such as video files—should be downloaded in chunks at regular intervals (every 2 to 5 mi…
|
/frameworks/base/docs/html/training/location/ |
D | receive-location-updates.jd | 39 location at regular intervals. While you can do this with
|
D | geofencing.jd | 1403 to request and receive activity updates. At regular intervals, Location Services can send you
|
/frameworks/base/docs/html/google/gcm/ |
D | adv.jd | 68 throttling in between periodic grant intervals may add to the latency
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_overview.jd | 495 sensor. Streaming sensors sense data at regular intervals and were introduced in Android 2.3 (API
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 237 time, even pausing for intervals if needed, and dictate punctuation to create
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 421 <dd>This is called to update the App Widget at intervals defined by the
|