/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/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/base/services/audioflinger/ |
D | AudioResamplerSinc.cpp | 305 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples) in filterCoefficient() argument 309 uint32_t indexP = (phase & cMask) >> cShift; in filterCoefficient() 310 uint16_t lerpP = (phase & pMask) >> pShift; in filterCoefficient() 311 uint32_t indexN = (-phase & cMask) >> cShift; in filterCoefficient() 312 uint16_t lerpN = (-phase & pMask) >> pShift; in filterCoefficient()
|
D | AudioResamplerSinc.h | 47 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples);
|
/frameworks/base/docs/html/guide/developing/ |
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/base/media/libstagefright/chromium_http/ |
D | support.h | 41 EventPhase phase,
|
D | support.cpp | 136 EventPhase phase, in AddEntry() argument 144 EventPhaseToString(phase)).c_str()); in AddEntry()
|
/frameworks/base/docs/html/guide/practices/design/ |
D | responsiveness.jd | 135 <li>If your application has a time-consuming initial setup phase, consider
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1579 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local 1586 if (phase != 0) { in addIncludedResources()
|
/frameworks/base/docs/html/guide/publishing/ |
D | publishing_overview.jd | 58 <strong>Figure 1.</strong> Publishing is the last phase of the Android <a
|