Searched refs:start (Results 76 - 100 of 1131) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DBroadcaster.java48 Registration start = mReg;
49 r = start;
55 } while (r != start);
102 Registration start = mReg;
103 Registration r = start;
114 } while (r != start);
149 Registration start = mReg;
151 if (start != null) {
152 Registration r = start;
161 } while (r != start);
[all...]
H A DSystemClock.java115 long start = uptimeMillis();
125 duration = start + ms - uptimeMillis();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c94 OMX_U8 last,start = 0; local
110 start,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h33 virtual status_t start() { return mSource->start(); } function in class:android::TimedText3GPPSource
/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java34 public void start() { method in class:TimeAnimator
36 super.start();
/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl31 long getNetworkTotalBytes(in NetworkTemplate template, long start, long end);
/frameworks/base/core/java/android/text/
H A DSpanned.java80 * Its endpoints must be the start or end of the buffer or
168 public <T> T[] getSpans(int start, int end, Class<T> type); argument
190 * Return the first offset greater than or equal to <code>start</code>
193 * equal to <code>start</code> but less than <code>limit</code>. Specify
197 public int nextSpanTransition(int start, int limit, Class type); argument
H A DLayout.java76 int start, int end,
81 for (int i = start; i <= end; i = next) {
229 int start = previousLineEnd;
231 int end = getLineVisibleEnd(i, start, previousLineEnd);
245 boolean isFirstParaLine = (start == 0 || buf.charAt(start - 1) == '\n');
254 // just collect the ones present at the start of the paragraph.
257 if (start >= spanEnd && (i == firstLine || isFirstParaLine)) {
258 spanEnd = sp.nextSpanTransition(start, textLength,
260 spans = getParagraphSpans(sp, start, spanEn
75 getDesiredWidth(CharSequence source, int start, int end, TextPaint paint) argument
1142 getLineVisibleEnd(int line, int start, int end) argument
1379 addSelection(int line, int start, int end, int top, int bottom, Path dest) argument
1418 getSelectionPath(int start, int end, Path dest) argument
1562 measurePara(TextPaint paint, CharSequence text, int start, int end) argument
1689 nextTab(CharSequence text, int start, int end, float h, Object[] tabs) argument
1747 getParagraphSpans(Spanned text, int start, int end, Class<T> type) argument
1761 ellipsize(int start, int end, int line, char[] dest, int destoff, TextUtils.TruncateAt method) argument
1843 getChars(int start, int end, char[] dest, int destoff) argument
1858 subSequence(int start, int end) argument
1881 getSpans(int start, int end, Class<T> type) argument
1898 nextSpanTransition(int start, int limit, Class type) argument
1903 subSequence(int start, int end) argument
[all...]
H A DLoginFilter.java43 * with the new text from the range <code>start &hellip; end</code>
50 public CharSequence filter(CharSequence source, int start, int end, argument
65 for (int i = start; i < end; i++) {
75 modification = new SpannableStringBuilder(source, start, end);
76 modoff = i - start;
101 * Called when we start processing filter.
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java55 * should start by implementing
86 * before the start of the selection if there is one, and any method
149 * the cursor is really at the start of the text.</p>
394 * is relative to the start of the text. So a value of 1 will
414 * The order of start and end is not important. In effect, the
415 * region from start to end and the region from end to start is
416 * the same. Editor authors, be ready to accept a start that is
430 * @param start the position in the text at which the composing region begins
435 public boolean setComposingRegion(int start, in argument
573 setSelection(int start, int end) argument
[all...]
H A DInputConnectionWrapper.java73 public boolean setComposingRegion(int start, int end) { argument
74 return mTarget.setComposingRegion(start, end);
93 public boolean setSelection(int start, int end) { argument
94 return mTarget.setSelection(start, end);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java67 animX1.start();
68 animY1.start();
69 animXY1.start();
70 animXZ1.start();
103 // Release future if not done already via failures during start
113 animX2.start();
114 animXY2.start();
118 animX2.start();
119 animXY2.start();
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java36 public void start() { method in class:MtpServer
38 thread.start();
/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp36 uint32_t start = ranges[i * 2]; local
38 uint32_t startPage = start >> kLogValuesPerPage;
72 uint32_t start = ranges[i * 2]; local
74 uint32_t startPage = start >> kLogValuesPerPage;
89 ((start & kPageMask) >> kLogBitsPerEl);
90 size_t nElements = (end - (start & ~kElMask) + kElMask) >> kLogBitsPerEl;
92 mBitmaps[index] |= (kElAllOnes >> (start & kElMask)) &
95 mBitmaps[index] |= kElAllOnes >> (start & kElMask);
/frameworks/minikin/sample/
H A Dexample_skia.cpp88 size_t start = 0; local
99 canvas->drawPosText(glyphs + start, (i - start) << 1, pos + start, *paint);
100 start = i;
105 canvas->drawPosText(glyphs + start, (nGlyphs - start) << 1, pos + start, *paint);
/frameworks/native/opengl/libs/GLES_trace/
H A Ddev.make14 adb shell start
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java55 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
56 view.setPaddingRelative(start, top, end, bottom);
/frameworks/base/core/java/android/print/
H A DPageRange.java23 * Represents a range of pages. The start and end page indices of
39 * @param start The start page index (zero based and inclusive).
42 * @throws IllegalArgumentException If start is less than zero or end
43 * is less than zero or start greater than end.
45 public PageRange(int start, int end) { argument
46 if (start < 0) {
47 throw new IllegalArgumentException("start cannot be less than zero.");
52 if (start > end) {
53 throw new IllegalArgumentException("start mus
[all...]
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DThreadBitmapTest.java33 new MThread().start();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMetadataParserTest.java64 // Write the number of bytes from the start of the parcel to the
181 final int start = mParcel.dataPosition();
186 adjustSize(start);
344 final int start = mParcel.dataPosition();
349 adjustSize(start);
354 final int start = mParcel.dataPosition();
359 adjustSize(start);
364 final int start = mParcel.dataPosition();
369 adjustSize(start);
374 final int start
[all...]
/frameworks/base/obex/javax/obex/
H A DPrivateInputStream.java145 * @param start the start of the body to array to copy
147 public synchronized void writeBytes(byte[] body, int start) { argument
149 int length = (body.length - start) + (mData.length - mIndex);
153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewHelper.java52 anim.start();
62 anim.start();
79 anim.start();
88 anim.start();
/frameworks/base/services/core/java/com/android/server/
H A DDisplayThread.java38 sInstance.start();
H A DFgThread.java40 sInstance.start();
H A DIoThread.java37 sInstance.start();

Completed in 710 milliseconds

1234567891011>>