Searched defs:start (Results 276 - 300 of 830) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java117 start();
153 start();
208 public void start() { method in class:IllustrationVideoView
210 mMediaPlayer.start();
244 mp.start();
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java162 public void setDividerInsets(int start, int end) { argument
163 mRecyclerMixin.setDividerInsets(start, end);
H A DSetupWizardRecyclerLayout.java152 * Sets the start inset of the divider. This will use the default divider drawable set in the
155 * @param start The number of pixels to inset on the "start" side of the list divider. Typically
162 public void setDividerInsets(int start, int end) { argument
163 mRecyclerMixin.setDividerInsets(start, end);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerMixin.java196 * Sets the start inset of the divider. This will use the default divider drawable set in the
199 * @param start The number of pixels to inset on the "start" side of the list divider. Typically
204 public void setDividerInsets(int start, int end) { argument
205 mDividerInsetStart = start;
211 * @return The number of pixels inset on the start side of the divider.
220 * @return The number of pixels inset on the start side of the divider.
244 mDividerInsetStart /* start */,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceFeatureQueryManager.java56 public boolean start() { method in class:ImsServiceFeatureQueryManager.ImsServiceFeatureQuery
57 Log.d(LOG_TAG, "start: intent filter=" + mIntentFilter + ", name=" + mName);
138 * @return true if the query started, false if it was unable to start.
148 return query.start();
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_single_source_alloc.java26 private int start = 23; field in class:UT_single_source_alloc
56 s.set_gStart(start);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_single_source_alloc.java28 private int start = 23; field in class:UT_single_source_alloc
58 s.set_gStart(start);
/frameworks/support/car/src/main/java/androidx/car/drawer/
H A DCarDrawerAdapter.java48 * <p>To enable support for {@link CarUxRestrictions}, call {@link #start()} in your
71 public void start() { method in class:CarDrawerAdapter
72 mUxRestrictionsHelper.start();
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DTextDirectionHeuristicsCompat.java124 public boolean isRtl(char[] array, int start, int count) { argument
125 return isRtl(CharBuffer.wrap(array), start, count);
129 public boolean isRtl(CharSequence cs, int start, int count) { argument
130 if (cs == null || start < 0 || count < 0 || cs.length() - count < start) {
136 return doCheck(cs, start, count);
139 private boolean doCheck(CharSequence cs, int start, int count) { argument
140 switch(mAlgorithm.checkRtl(cs, start, count)) {
173 int checkRtl(CharSequence cs, int start, int count); argument
182 public int checkRtl(CharSequence cs, int start, in argument
205 checkRtl(CharSequence cs, int start, int count) argument
[all...]
/frameworks/support/compat/src/main/java/androidx/core/text/util/
H A DLinkifyCompat.java62 if (a.start < b.start) {
66 if (a.start > b.start) {
145 applyLink(link.url, link.start, link.end, text);
203 * prepended to the links that do not start with this scheme.
223 * prepended to the links that do not start with this scheme.
247 * start with one of the <code>schemes</code> given.
280 * prepended to the links that do not start with this scheme.
297 * prepended to the links that do not start wit
439 applyLink(String url, int start, int end, Spannable text) argument
547 int start; field in class:LinkifyCompat.LinkSpec
[all...]
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/util/
H A DEmojiMatcher.java35 public static Matcher<CharSequence> hasEmojiAt(final int id, final int start, argument
37 return new EmojiResourceMatcher(id, start, end);
41 final int start, final int end) {
42 return new EmojiResourceMatcher(emojiMapping.id(), start, end);
45 public static Matcher<CharSequence> hasEmojiAt(final int start, final int end) { argument
46 return new EmojiResourceMatcher(-1, start, end);
157 EmojiResourceMatcher(int resId, int start, int end) { argument
159 mStart = start;
40 hasEmojiAt(final Emoji.EmojiMapping emojiMapping, final int start, final int end) argument
H A DKeyboardUtil.java113 final int start) throws InterruptedException {
114 setSelection(instrumentation, spannable, start, start);
118 final int start, final int end) throws InterruptedException {
123 Selection.setSelection(spannable, start, end);
112 setSelection(Instrumentation instrumentation, final Spannable spannable, final int start) argument
117 setSelection(Instrumentation instrumentation, final Spannable spannable, final int start, final int end) argument
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DMetadataRepo.java230 private void put(@NonNull final EmojiMetadata data, final int start, final int end) { argument
231 Node node = get(data.getCodepointAt(start));
234 mChildren.put(data.getCodepointAt(start), node);
237 if (end > start) {
238 node.put(data, start + 1, end);
/frameworks/support/paging/common/src/main/java/androidx/paging/
H A DContiguousPagedList.java301 public void onPageInserted(int start, int count) { argument
H A DTiledPagedList.java198 public void onPageInserted(int start, int count) { argument
199 notifyChanged(start, count);
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/util/
H A DArcSwipe.java93 private float[][] interpolate(float[] start, float[] end, int steps, boolean isClockwise) { argument
94 float startAngle = getAngle(start[0], start[1]);
99 path.moveTo(start[0], start[1]);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp89 status_t SimplePlayer::start() { function in class:android::SimplePlayer
287 mCodecLooper->start();
343 status_t err = state->mCodec->start();
607 state->mAudioTrack->start();
H A Drecordvideo.cpp83 virtual status_t start(MetaData *params __unused) { function in class:DummySource
304 looper->start();
319 int64_t start = systemTime(); local
320 CHECK_EQ((status_t)OK, writer->start());
333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
334 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
/frameworks/av/media/extractors/amr/
H A DAMRExtractor.cpp43 virtual status_t start(MetaDataBase *params = NULL);
253 status_t AMRSource::start(MetaDataBase * /* params */) { function in class:android::AMRSource
/frameworks/av/media/extractors/midi/
H A DMidiExtractor.cpp43 virtual status_t start(MetaDataBase *params);
90 status_t MidiSource::start(MetaDataBase * /* params */) function in class:android::MidiSource
92 ALOGV("MidiSource::start");
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h200 // Start the stream. AAudio will start calling your callback function.
201 aaudio_result_t start() { function in class:AAudioSimpleRecorder
/frameworks/av/media/libaudioclient/
H A DIAudioTrack.cpp71 virtual status_t start() function in class:android::BpAudioTrack
79 ALOGW("start() error: %s", strerror(-status));
213 reply->writeInt32(start());
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp258 char *start = buffer; local
259 while (*start == ' ') {
260 start++;
262 mValues.setEntry(i, start);
467 int start = 0; local
469 int mid = (start+end)/2;
471 while(start <= end) {
475 start = mid + 1;
480 mid = (start + end) / 2;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DHTTPLiveSource2.cpp106 mLiveLooper->start(false, /* runOnCallingThread */
126 void NuPlayer2::HTTPLiveSource2::start() { function in class:android::NuPlayer2::HTTPLiveSource2
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp106 mLiveLooper->start();
125 void NuPlayer::HTTPLiveSource::start() { function in class:android::NuPlayer::HTTPLiveSource

Completed in 335 milliseconds

<<11121314151617181920>>