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

/frameworks/base/core/java/android/widget/
H A DAdvanceable.java31 public void advance(); method in interface:Advanceable
34 * Called by the AppWidgetHost once before it begins to call advance(), allowing the
H A DAdapterViewAnimator.java1033 * Called by an {@link android.appwidget.AppWidgetHost} in order to advance the current view when
1036 public void advance() { method in class:AdapterViewAnimator
1043 * {@link AdapterViewAnimator#advance()} at some point in the future. This allows subclasses to
H A DStackView.java1110 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/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/base/services/audioflinger/
H A DAudioResamplerCubic.cpp105 // advance sample state
106 advance(&left, in[inputIndex*2]);
107 advance(&right, in[inputIndex*2+1]);
170 // advance sample state
171 advance(&left, in[inputIndex]);
H A DAudioResamplerCubic.h53 static inline void advance(state* p, int16_t in) { function in class:android::AudioResamplerCubic
/frameworks/base/include/private/ui/
H A DRegionHelper.h179 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
182 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
189 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { function in class:android::region_operator::Spanner
252 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
255 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
262 void advance(region& reg, TYPE& left, TYPE& right) { function in class:android::region_operator::SpannerInner
/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
/frameworks/base/core/java/android/text/
H A DTextLine.java333 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
334 if (inSegment && advance) {
339 h += advance ? w : -w;
516 boolean advance = toLeft == runIsRtl;
517 if (cursor != (advance ? runLimit : runStart) || advance != trailing) {
520 runIsRtl, cursor, advance);
523 if (newCaret != (advance ? runLimit : runStart)) {
536 boolean advance = toLeft == paraIsRtl;
537 int otherRunIndex = runIndex + (advance
[all...]
H A DLayout.java1147 boolean advance = toLeft == (lineDir == DIR_RIGHT_TO_LEFT);
1149 if (advance) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java117 public void remove(IBinder key, boolean advance) { argument
120 if (advance) {
158 advance();
163 private void advance() { method in class:TabletTicker
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp94 void advance();
146 status_t advance();
225 void BlockIterator::advance() { function in class:android::BlockIterator
384 mBlockIter.advance();
391 mBlockIter.advance();
788 iter.advance();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java100 CharSequence advance() { method in class:Ticker.Segment
261 CharSequence text = seg.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/libs/rs/
H A DrsFont.cpp244 glyph->mAdvanceX = mFace->glyph->advance.x;
245 glyph->mAdvanceY = mFace->glyph->advance.y;
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java554 public void advance(int work) { method in class:PackageManagerHostTestUtils.NullSyncProgressMonitor

Completed in 346 milliseconds