/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 86 mPhase = phase; in DashPathEffect_Delegate()
|
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate() argument
|
/frameworks/base/graphics/java/android/graphics/ |
D | DashPathEffect.java | 34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() argument 38 native_instance = nativeCreate(intervals, phase); in DashPathEffect() 41 private static native int nativeCreate(float intervals[], float phase); in nativeCreate() argument
|
D | PathDashPathEffect.java | 42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect() argument 44 native_instance = nativeCreate(shape.ni(), advance, phase, in PathDashPathEffect() 49 float phase, int native_style); in nativeCreate() argument
|
/frameworks/native/services/surfaceflinger/ |
D | DispSync.cpp | 72 void updateModel(nsecs_t period, nsecs_t phase) { in updateModel() argument 75 mPhase = phase; in updateModel() 155 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) { in addEventListener() argument 165 listener.mPhase = phase; in addEventListener() 258 nsecs_t phase = mPhase + listener.mPhase; in computeListenerNextEventTimeLocked() local 259 nsecs_t t = (((ref - phase) / mPeriod) + 1) * mPeriod + phase; in computeListenerNextEventTimeLocked() 391 status_t DispSync::addEventListener(nsecs_t phase, in addEventListener() argument 395 return mThread->addEventListener(phase, callback); in addEventListener()
|
D | DispSync.h | 95 status_t addEventListener(nsecs_t phase, const sp<Callback>& callback);
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 29 jfloatArray intervalArray, float phase) { in Dash_constructor() argument 39 return new SkDashPathEffect(intervals, count, SkFloatToScalar(phase)); in Dash_constructor() 43 const SkPath* shape, float advance, float phase, int style) { in OneD_constructor() argument 46 SkFloatToScalar(phase), (SkPath1DPathEffect::Style)style); in OneD_constructor()
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerSinc.cpp | 638 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL) in filterCoefficient() argument 649 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient() 650 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient() 651 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient() 652 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
|
D | AudioResamplerSinc.h | 55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
|
/frameworks/base/docs/html/tools/ |
D | workflow.jd | 28 <p>During this phase you install and set up your development environment. You also create 36 <p>During this phase you set up and develop your Android project, which contains all of the 41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you 57 <p>During this phase you configure and build your application for release and distribute your
|
/frameworks/base/docs/html/tools/workflow/ |
D | index.jd | 28 <p>During this phase you install and set up your development environment. You also create 36 <p>During this phase you set up and develop your Android project, which contains all of the 41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you 57 <p>During this phase you configure and build your application for release and distribute your
|
/frameworks/av/media/libstagefright/chromium_http/ |
D | support.h | 46 EventPhase phase,
|
D | support.cpp | 219 EventPhase phase, in AddEntry() argument 227 EventPhaseToString(phase)).c_str()); in AddEntry()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 55 <p>When scheduling updates, use inexact repeating alarms that allow the system to "phase shift" the… 63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them…
|
D | efficient-network-access.jd | 118 … and create a pending transfer queue. Done correctly, you can effectively phase-shift transfers th…
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 164 // Initiates the decay phase of any active edge effects. 182 // Initiates the decay phase of any active edge effects.
|
/frameworks/base/docs/html/training/articles/ |
D | perf-anr.jd | 190 <li>If your application has a time-consuming initial setup phase, consider
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1685 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local 1692 if (phase != 0) { in addIncludedResources()
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 51 <strong>Figure 1.</strong> Publishing is the last phase of the Android <a
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | localizing.jd | 308 the key phase of localization, and it's the one that requires the most care and
|