Searched refs:end (Results 251 - 275 of 908) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java156 * 0 for end, 1 for start.
497 public void onSelectionChanged(int start, int end) { argument
506 super.onSelectionChanged(start, end);
532 public void append(CharSequence text, int start, int end) { argument
537 super.append(text, start, end);
708 int end = getSelectionEnd();
709 int start = mTokenizer.findTokenStart(editable, end);
711 getSpannable().getSpans(start, end, DrawableRecipientChip.class);
725 commitChip(start, end, editable);
810 // Chip start padding is the same as the end paddin
1518 commitChip(int start, int end, Editable editable) argument
1616 shouldCreateChip(int start, int end) argument
1620 alreadyHasChip(int start, int end) argument
1629 handleEdit(int start, int end) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp510 for (auto b = mOutstandingBuffers.begin(); b != mOutstandingBuffers.end(); b++) {
616 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
626 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
627 it != end;
783 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
784 for (it = mBufferListenerList.begin(), end = mBufferListenerList.end();
785 it != end;
802 List<wp<Camera3StreamBufferListener> >::iterator it, end; local
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h94 Endianness end = LITTLE);
107 virtual status_t write(Output* out, Endianness end = LITTLE);
190 * Create an empty IFD with the given ID and add it to the end of the
244 uint32_t count, Endianness end, const T* data);
315 Endianness end, const T* data) {
316 TiffEntryImpl<T>* entry = new TiffEntryImpl<T>(tag, type, count, end, data);
314 uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data) argument
/frameworks/base/core/java/android/text/
H A DAutoText.java109 public static String get(CharSequence src, final int start, final int end, argument
111 return getInstance(view).lookup(src, start, end);
132 private String lookup(CharSequence src, final int start, final int end) { argument
135 for (int i = start; i < end; i++) {
140 if ((i == end - 1)
226 // end, so fill in the right hand side fields.
253 // If this is the end of the word, fill in the offset.
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java83 * even though they don't end in a line break
129 int end = start + count;
130 while (start < end) {
132 // way, if we end with a partial character we don't lose it.
133 int numBytes = Math.min(encodedBytes.remaining(), end - start);
340 CharSequence csq, int start, int end) {
341 builder.append(csq, start, end);
339 append( CharSequence csq, int start, int end) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java130 * current state, while hardware animation values jump to the end state.
138 * Ends all animations, jumping values to the end state.
140 public void end() { method in class:RippleComponent
202 // Preemptively jump the software values to the end state now that
220 * Ends any current software animations, jumping the values to their end
225 mSoftwareAnimator.end();
238 mHardwareAnimator.end();
291 * Called when the hardware exit is cancelled. Jumps software values to end
330 public void end() { method in class:RippleComponent.RenderNodeAnimatorSet
335 anim.end();
[all...]
/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp64 mDensityIndependentConfigs.end()) {
81 if (densityValueIter != mDensityDependentConfigToDensityMap.end()) {
145 mSplitConstraints[j].configs.end()) {
177 // null out the entry. We will clean up and remove nulls at the end
258 std::remove(entry->values.begin(), entry->values.end(), nullptr),
259 entry->values.end());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java160 animatorSet.end();
168 animatorSet.end();
193 private void end() { method in class:AnimatedVectorDrawable_Delegate.AnimatorSetHolder
194 mAnimatorSet.end();
198 end();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp226 } // end of for
311 outEnd = m_pModule->getScript().sectionMap().end();
317 inEnd = (*out)->end();
402 } // end of switch
409 outEnd = m_pModule->getScript().sectionMap().end();
414 inEnd = (*out)->end();
501 Module::iterator iter, iterEnd = m_pModule->end();
522 LinkerScript::Assignments::iterator it, ie = script.assignments().end();
595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
647 Module::iterator sect, sEnd = m_pModule->end();
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp56 assert(first != m_pSectionData->getFragmentList().end() &&
72 if (end() != it) {
80 SectionData::iterator frag, fragEnd = m_pSectionData->end();
127 HexagonPLT::iterator ie = m_pSectionData->end();
180 HexagonPLT::iterator ie = end();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp95 if (end() != it) {
103 SectionData::iterator frag, fragEnd = m_pSectionData->end();
124 assert(first != m_pSectionData->getFragmentList().end() &&
168 X86PLT::iterator ie = m_pSectionData->end();
251 X86PLT::iterator ie = m_pSectionData->end();
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp61 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
82 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
104 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
140 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
205 MCLDFileFactory::iterator fEnd = m_pFileAlloc->end();
/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp165 const uint32_t* end = begin + n_entries; local
169 auto p = std::lower_bound(begin, end, c << 11);
170 if (p == end) {
188 * Note: len here is the padded length including 0 codes at start and end.
221 int end = std::min(pat_len, (int)maxOffset - offset); local
222 for (int k = start; k < end; k++) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h118 w_.insert(vec.w_.begin(), vec.w_.end());
119 wmax_.insert(vec.wmax_.begin(), vec.wmax_.end());
120 wmin_.insert(vec.wmin_.begin(), vec.wmin_.end());
179 if (iter != w1.end()) {
196 iter != w_map.end();
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp165 const char* const end = txt+len; local
169 while (txt < end) {
172 while (txt < end && *txt != '\n') txt++;
175 while (txt < end && *txt == '\n') txt++;
192 while (txt < end) {
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp146 goto end;
154 goto end;
159 goto end;
165 goto end;
195 goto end;
239 goto end;
255 goto end;
310 goto end;
315 end:
442 goto end;
1012 size_t end = mState.mLoopCount != 0 ? mState.mLoopEnd : mFrameCount; local
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp62 /// Helper function to create a local symbol at the end of the fragment.
412 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
445 } // end switch
455 } // end switch
457 } // end for
529 SectionData::FragmentListType::iterator fragEnd = src.end();
537 dst.splice(dst.end(), src, frag++);
551 } // end of switch
580 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
722 SectionData::iterator last = sectData->end();
[all...]
/frameworks/av/include/media/
H A DIMediaSource.h104 // buffer is available, an error is encountered or the end of the stream
116 // to the end of the vector.
117 // Call blocks until an error is encountered, or the end of the stream is
210 if (p == mMemoryToIndex.end()) {
226 if (p == mMemoryToIndex.end()) {
248 for (auto it = mMemoryToIndex.begin(); it != mMemoryToIndex.end(); ) {
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp62 while (it != queue->end()) {
161 while (it != mPackets.end()) {
171 while (it != mPackets.end()) {
/frameworks/base/core/java/android/widget/
H A DOverScroller.java205 * Returns where the scroll will end. Valid only for "fling" scrolls.
214 * Returns where the scroll will end. Valid only for "fling" scrolls.
730 private void startSpringback(int start, int end, int velocity) { argument
735 mFinal = end;
736 final int delta = start - end;
797 private void fitOnBounceCurve(int start, int end, int velocity) { argument
803 final float distanceToEdge = Math.abs(end - start);
807 mCurrentPosition = mStart = end;
811 private void startBounceAfterEdge(int start, int end, int velocity) { argument
812 mDeceleration = getDeceleration(velocity == 0 ? start - end
840 notifyEdgeReached(int start, int end, int over) argument
[all...]
/frameworks/base/libs/androidfw/
H A DLocaleData.cpp53 if (lookup_result != map->end()) {
185 if (lookup_result == LIKELY_SCRIPTS.end()) {
190 if (lookup_result != LIKELY_SCRIPTS.end()) {
/frameworks/base/libs/hwui/
H A DFrameInfo.h80 // duration calculations end up being 0 instead of very large
138 inline int64_t duration(FrameInfoIndex start, FrameInfoIndex end) const {
139 int64_t endtime = get(end);
143 if (end > FrameInfoIndex::SyncQueued &&
H A DGradientCache.h167 typedef void (GradientCache::*ChannelMixer)(GradientColor& start, GradientColor& end,
170 void mixBytes(GradientColor& start, GradientColor& end, float amount, uint8_t*& dst) const;
171 void mixFloats(GradientColor& start, GradientColor& end, float amount, uint8_t*& dst) const;
H A DPropertyValuesAnimatorSet.cpp76 // reset the animators, we need to make sure the animators that end the first will
106 void PropertyValuesAnimatorSet::end() { function in class:android::uirenderer::PropertyValuesAnimatorSet
108 BaseRenderNodeAnimator::end();
118 // be the ones that end later.
119 std::sort(mAnimators.begin(), mAnimators.end(), [](auto& a, auto&b) {
152 // Reached the end of the animation.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryItemAnimator.java70 anim.end();
166 public void end() { method in class:DirectoryItemAnimator.ColorAnimation
167 mValueAnimator.end();

Completed in 731 milliseconds

<<11121314151617181920>>