Searched defs:start (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp45 void WifiDisplaySink::start(const char *sourceHost, int32_t sourcePort) { function in class:android::WifiDisplaySink
52 void WifiDisplaySink::start(const char *uri) { function in class:android::WifiDisplaySink
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java37 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
106 * Indicates whether an AnimatorSet has been start()'d, whether or
111 // The amount of time in ms to delay starting the animation after start() is called
377 * {@link #start()} is called.
388 * {@link #start()} is called.
445 * <p>Starting this <code>AnimatorSet</code> will, in turn, start the animations for which
451 public void start() { method in class:AnimatorSet
486 // start the animations in the loop directly because we first need to set up
487 // dependencies on all of the nodes. For example, we don't want to start an animation
488 // when some other animation also wants to start whe
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java68 * @return Return a new Loader instance that is ready to start loading.
248 void start() { method in class:LoaderManagerImpl.LoaderInfo
566 // The activity will start all existing loaders in it's onStart(),
567 // so only start them here if we're past that point of the activitiy's
569 info.start();
633 * actually start it until some previous loaders have completed.
769 // Call out to sub classes so they can start their loaders
772 mLoaders.valueAt(i).start();
/frameworks/base/core/java/android/text/
H A DTextLine.java124 * @param start the start of the line relative to the text
131 void set(TextPaint paint, CharSequence text, int start, int limit, int dir, argument
135 mStart = start;
136 mLen = limit - start;
148 mReplacementSpanSpanSet.init(mSpanned, start, limit);
158 TextUtils.getChars(text, start, limit, mChars, 0);
166 for (int i = start, inext; i < limit; i = inext) {
170 chars[i - start] = '\ufffc';
171 for (int j = i - start
384 drawRun(Canvas c, int start, int limit, boolean runIsRtl, float x, int top, int y, int bottom, boolean needWidth) argument
412 measureRun(int start, int offset, int limit, boolean runIsRtl, FontMetricsInt fmi) argument
721 handleText(TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
815 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
880 handleRun(int start, int measureLimit, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
977 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java93 public static void setComposingSpans(Spannable text, int start, int end) { argument
94 final Object[] sps = text.getSpans(start, end, Object.class);
114 text.setSpan(COMPOSING, start, end,
240 int start = a - beforeLength;
241 if (start < 0) start = 0;
242 content.delete(start, a);
243 deleted = a - start;
439 public boolean setComposingRegion(int start, int end) { argument
444 int a = start;
479 setSelection(int start, int end) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java82 public void start() { method in class:HTML5VideoView
92 mPlayer.start();
170 // Every time we start a new Video, we create a VideoView and a MediaPlayer
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java300 public boolean setSelection(int start, int end) { argument
302 mIInputContext.setSelection(start, end);
327 public boolean setComposingRegion(int start, int end) { argument
329 mIInputContext.setComposingRegion(start, end);
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h74 TextLayoutCacheKey(const SkPaint* paint, const UChar* text, size_t start, size_t count,
90 size_t start; member in class:android::TextLayoutCacheKey
173 size_t start, size_t count, size_t contextCount, int dirFlags);
227 size_t start, size_t count, size_t contextCount, int dirFlags,
266 sp<TextLayoutValue> getValue(const SkPaint* paint, const jchar* text, jint start,
318 sp<TextLayoutValue> getValue(const SkPaint* paint, const jchar* text, jint start,
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java458 * The format of the files are sequential int's, in the range of: [start..end)
462 * @param start The first int expected to be found in the file
465 protected void doValidateIntContents(String path, String filename, int start, int end) { argument
472 for (int i = start; i < end; ++i) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java89 public void start() { method in class:AnimatedRotateDrawable
/frameworks/base/media/java/android/media/
H A DMediaCodec.java33 * codec.start();
67 * After a successful call to {@link #start} the client "owns" neither
86 * encoded frames of audio. In either case, buffers do not start and end on
108 * In order to start decoding data that's not adjacent to previously submitted
115 * for this a full stop(), configure(), start() cycle is necessary.
264 * After successfully configuring the component, call start. On return
267 public native final void start(); method in class:MediaCodec
271 * remains active and ready to be {@link #start}ed again.
469 * Call this after start() returns.
476 * Call this after start() return
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPatternView.java294 accountAnalyzer.start();
320 public void start() { method in class:KeyguardPatternView.AccountAnalyzer
375 }.start();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java73 // Short enough to not have to wait long for backup if service fails to start or crashes
74 // The service can take a couple of seconds to start on the first try after boot
147 public boolean start() { method in class:FaceUnlock
148 if (DEBUG) Log.d(TAG, "start()");
150 Log.e(TAG, "start() called off of the UI thread");
154 Log.w(TAG, "start() called when already running");
158 // Face Unlock fails to start or crashes
299 * Tells the service to start its UI via an AIDL interface. Called when the
454 * Tells the Face Unlock service to start displaying its UI and start processin
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java145 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
153 combined.recordHistory(entry.getValue(), start, end);
163 public NetworkStats getSummary(NetworkTemplate template, long start, long end) { argument
166 final NetworkStats stats = new NetworkStats(end - start, 24);
171 if (start == end) return stats;
177 historyEntry = history.getValues(start, end, now, historyEntry);
201 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, argument
204 history.recordData(start, end, entry);
144 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java468 * @param numPaddingBits the number of padding bits before the start of the
948 * index <code>start</code>. This is used when dividing messages
952 * @param start index of where to start counting septets
961 findGsmSeptetLimitIndex(String s, int start, int limit, int langTable, int langShiftTable) { argument
967 for (int i = start; i < size; i++) {
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java141 t.start();
235 public void start() { method in class:InstrumentationTestRunnerTest.StubInstrumentationTestRunner
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java338 public void visitLineNumber(int line, Label start) { argument
341 mDelegateLineNumber = new Object[] { line, start };
344 mOrgWriter.visitLineNumber(line, start);
363 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
365 mOrgWriter.visitTryCatchBlock(start, end, handler, type);
420 Label start, Label end, int index) {
422 mOrgWriter.visitLocalVariable(name, desc, signature, start, end, index);
419 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
H A DRenameClassAdapter.java343 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
346 super.visitTryCatchBlock(start, end, handler, type);
351 Label start, Label end, int index) {
355 super.visitLocalVariable(name, desc, signature, start, end, index);
350 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
H A DStubMethodAdapter.java239 public void visitLineNumber(int line, Label start) { argument
241 mParentVisitor.visitLineNumber(line, start);
278 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
280 mParentVisitor.visitTryCatchBlock(start, end, handler, type);
335 Label start, Label end, int index) {
337 mParentVisitor.visitLocalVariable(name, desc, signature, start, end, index);
334 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c724 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { argument
725 return start + (stop - start) * amount;
727 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { argument
728 return start + (stop - start) * amount;
730 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { argument
731 return start + (stop - start) * amount;
733 extern float4 __attribute__((overloadable)) mix(float4 start, float argument
736 mix(float2 start, float2 stop, float amount) argument
739 mix(float3 start, float3 stop, float amount) argument
742 mix(float4 start, float4 stop, float amount) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp774 uint8_t* out_offset = pRegion.start();
781 const uint8_t* start = region_frag.getRegion().start(); local
782 memcpy(out_offset, start, size);
/frameworks/native/cmds/dumpstate/
H A Dutils.c188 clock_t start = clock(); local
223 float elapsed = (float) (clock() - start) / CLOCKS_PER_SEC;
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp141 chunk_t(size_t start, size_t size) argument
142 : start(start), size(size), free(1), prev(0), next(0) {
144 size_t start; member in struct:android::SimpleBestFitAllocator::chunk_t
152 chunk_t* dealloc(size_t start);
186 size_t start = freedOffset; local
187 size_t end = start + freedSize;
188 start &= ~(pagesize-1);
194 if (start < free_start)
195 start
367 dealloc(size_t start) argument
[all...]
/frameworks/native/libs/utils/
H A DString8.cpp379 ssize_t String8::find(const char* other, size_t start) const
382 if (start >= len) {
385 const char* s = mString+start;
395 void String8::toLower(size_t start, size_t length) argument
398 if (start >= len) {
401 if (start+length > len) {
402 length = len-start;
405 buf += start;
419 void String8::toUpper(size_t start, size_t length) argument
422 if (start >
[all...]
/frameworks/rs/
H A DrsScriptC_LibGL.cpp176 uint32_t start, uint32_t len) {
181 sm->renderPrimitiveRange(rsc, primIndex, start, len);
175 rsrDrawMeshPrimitiveRange(Context *rsc, Script *sc, Mesh *sm, uint32_t primIndex, uint32_t start, uint32_t len) argument

Completed in 1025 milliseconds

1234567891011>>