Searched refs:advance (Results 1 - 25 of 41) sorted by relevance

12

/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
/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/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/mp4/
H A DTrackFragment.h29 virtual void advance() = 0;
45 virtual void advance();
73 virtual void advance();
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/av/services/audioflinger/
H A DAudioResamplerCubic.cpp106 // advance sample state
107 advance(&left, in[inputIndex*2]);
108 advance(&right, in[inputIndex*2+1]);
172 // advance sample state
173 advance(&left, in[inputIndex]);
H A DAudioResamplerCubic.h53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp100 hb_position_t advance = 0; local
102 SkiaGetGlyphWidthAndExtents(hbFontData->m_paint, glyph, &advance, 0);
103 return advance;
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
/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/core/java/android/text/
H A DTextLine.java331 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
332 if (inSegment && advance) {
337 h += advance ? w : -w;
514 boolean advance = toLeft == runIsRtl;
515 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
518 runIsRtl, cursor, advance);
521 if (newCaret != (advance ? runLimit : runStart)) {
534 boolean advance = toLeft == paraIsRtl;
535 int otherRunIndex = runIndex + (advance
[all...]
/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/native/libs/gui/
H A DSensor.cpp139 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(mName.length()));
143 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(mVendor.length()));
169 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(len));
180 FlattenableUtils::advance(buffer, size, FlattenableUtils::align<4>(len));
/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/base/media/jni/
H A Dandroid_media_MediaExtractor.h55 status_t advance();
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h53 IteratorType::advance();
56 IteratorType::advance();
62 IteratorType::advance();
65 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/av/include/media/stagefright/
H A DNuMediaExtractor.h68 status_t advance();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java135 return mediaExtractor.advance()
/frameworks/av/media/libnbaio/
H A DNBLog.cpp363 size_t advance = length + 3; local
416 advance = 0;
436 i += advance;
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java54 * extractor.advance();
282 public native boolean advance(); method in class:MediaExtractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java105 CharSequence advance() { method in class:Ticker.Segment
281 CharSequence text = seg.advance();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc69 // read one entry for advance the end element of the cache.

Completed in 672 milliseconds

12