Searched defs:advance (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdvanceable.java30 public void advance(); method in interface:Advanceable
33 * Called by the AppWidgetHost once before it begins to call advance(), allowing the
H A DAdapterViewAnimator.java1066 * Called by an {@link android.appwidget.AppWidgetHost} in order to advance the current view when
1069 public void advance() { method in class:AdapterViewAnimator
1076 * {@link AdapterViewAnimator#advance()} at some point in the future. This allows subclasses to
H A DStackView.java1113 public void advance() { method in class:StackView
/frameworks/base/graphics/java/android/graphics/
H A DPathDashPathEffect.java38 * @param advance spacing between each stamp of shape
42 public PathDashPathEffect(Path shape, float advance, float phase, argument
44 native_instance = nativeCreate(shape.ni(), advance, phase,
48 private static native int nativeCreate(int native_path, float advance, argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.h53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp49 void FragmentedMP4Parser::DynamicTrackFragment::advance() { function in class:android::FragmentedMP4Parser::DynamicTrackFragment
188 void FragmentedMP4Parser::StaticTrackFragment::advance() { function in class:android::FragmentedMP4Parser::StaticTrackFragment
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp43 const SkPath* shape, float advance, float phase, int style) {
45 return new SkPath1DPathEffect(*shape, SkFloatToScalar(advance),
42 OneD_constructor(JNIEnv* env, jobject, const SkPath* shape, float advance, float phase, int style) argument
H A DTextLayoutCache.cpp552 // to get one advance per char
685 jfloat advance = 0; local
686 // The advance for the cluster is the sum of the advances of all glyphs within
689 advance += HBFixedToFloat(mShaperItem.advances[j]);
691 totalFontRunAdvance += advance;
692 outAdvances->replaceAt(advance, startScriptRun + clusterStart);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java76 static void addOffsets(Renderable quad, float advance) { argument
77 quad.appendSourceParams(new Float4Param("blurOffset0", - advance * 2.5f));
78 quad.appendSourceParams(new Float4Param("blurOffset1", - advance * 0.5f));
79 quad.appendSourceParams(new Float4Param("blurOffset2", advance * 1.5f));
80 quad.appendSourceParams(new Float4Param("blurOffset3", advance * 3.5f));
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp397 status_t NuMediaExtractor::advance() { function in class:android::NuMediaExtractor
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h110 inline void advance() { function in class:mcld::ChainIteratorBase
219 inline void advance() { function in class:mcld::EntryIteratorBase
311 this->Base::advance();
317 this->Base::advance();
H A DBinTree.h48 void advance() { function in class:mcld::DFSIterator
83 void advance() { function in class:mcld::BFSIterator
165 IteratorType::advance();
171 IteratorType::advance();
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h40 inline void advance() { function in struct:mcld::DataIteratorBase
103 this->Base::advance();
109 this->Base::advance();
/frameworks/native/include/private/ui/
H A DRegionHelper.h188 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
191 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
198 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { function in class:android::region_operator::Spanner
269 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
272 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
279 void advance(region& reg, TYPE& left, TYPE& right) { function in class:android::region_operator::SpannerInner
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java51 * extractor.advance();
246 public native boolean advance(); method in class:MediaExtractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java110 CharSequence advance() { method in class:Ticker.Segment
272 CharSequence text = seg.advance();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java118 public void remove(IBinder key, boolean advance) { argument
121 if (advance) {
159 advance();
164 private void advance() { method in class:TabletTicker
/frameworks/base/core/java/android/util/
H A DJsonReader.java212 * #advance}. If null, peek() will assign a value.
312 advance();
370 private JsonToken advance() throws IOException { method in class:JsonReader
393 advance();
412 advance();
430 advance();
447 advance();
464 advance();
495 advance();
526 advance();
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp94 void advance();
149 status_t advance();
228 void BlockIterator::advance() { function in class:android::BlockIterator
478 mBlockIter.advance();
485 mBlockIter.advance();
914 iter.advance();
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java45 * <li>Loop over <code>advance</code> and <code>putAudio</code> until recognition complete.
73 * switch (recognizer.advance()) {
283 public int advance() { method in class:Recognizer
325 * <code>advance</code>, but before <code>stop</code>.
336 * <code>advance</code>, but before <code>stop</code>.
348 * <code>advance</code>, but before <code>stop</code>.
567 * Produce a displayable string from an <code>advance</code> event.
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp178 status_t JMediaExtractor::advance() { function in class:android::JMediaExtractor
179 return mImpl->advance();
403 status_t err = extractor->advance();
781 { "advance", "()Z", (void *)android_media_MediaExtractor_advance },

Completed in 290 milliseconds