Searched refs:end (Results 201 - 225 of 239) sorted by relevance

12345678910

/frameworks/base/core/java/android/widget/
H A DListView.java600 // make sure we aren't scrolling beyond the end of our children
652 * Fills the list from pos down to the end of the list view.
665 int end = (mBottom - mTop) - mListPadding.bottom;
667 while (nextTop < end && pos < mItemCount) {
695 int end = mListPadding.top;
697 while (nextBottom > end && pos >= 0) {
1347 final int end = (mBottom - mTop) - mListPadding.bottom;
1351 int bottomOffset = end - lastBottom;
1398 final int end = (mBottom - mTop) - mListPadding.bottom;
1410 if (lastPosition < mItemCount - 1 || lastBottom > end) {
[all...]
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp936 Region::const_iterator const end = mDirtyRegion.end(); member in class:android::Region
937 while (it != end) {
978 Region::const_iterator const end = region.end(); member in class:android::Region
979 while (it != end) {
1004 Region::const_iterator const end = region.end(); member in class:android::Region
1005 while (it != end) {
1967 // always clear the whole screen at the end o
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java544 * Delete text from start to end in the focused textfield. If there is no
545 * focus, or if start == end, silently fail. If start and end are out of
548 * @param end End of selection to delete.
551 private native void nativeDeleteSelection(int start, int end, argument
555 * Set the selection to (start, end) in the focused textfield. If start and
556 * end are out of order, swap them.
558 * @param end End of selection.
560 private native void nativeSetSelection(int start, int end); argument
692 public TextSelectionData(int start, int end) { argument
2268 updateTextSelection(int pointer, int start, int end, int textGeneration) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1220 size_t end = mDataSize; local
1221 size_t total = size + end;
1226 memcpy(((char*)buf)+end, data, size);
1945 const unsigned char* end = p+len;
1947 for (int i=0; i<32 && p < end; i++) {
1949 for (int j=0; j<0x10 && p < end; j++) {
H A DXMLNode.cpp77 const char16_t* end = str + str16.size(); local
82 while (p < end) {
86 if (*p == '%' && p + 1 < end) {
110 // Optionally '$' can be specified at the end.
111 if (p < end && *p == '$') {
119 while (p < end && (*p == '-' ||
141 if (p < end) {
1182 "Bad end element %s", name);
1195 "Bad end namespace %s", prefix);
H A DZipFile.cpp190 * readable from start to end. In some cases, notably for archives
192 * central directory at the end of the file.
196 * is at most 64K, plus we have 18 bytes for the end-of-central-dir stuff
197 * itself, plus apparently sometimes people throw random junk on the end
239 LOGD("Failure seeking to end of zip at %ld", (long) seekStart);
251 /* find the end-of-central-dir magic */
457 // currently seeked to end of file
493 endPosn = ftell(mZipFp); // seeked to end of compressed data
643 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
698 * On exit, "srcFp" will be seeked to the end o
[all...]
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp265 for (iter = mChannels.begin(); iter != mChannels.end(); ++iter) {
278 for (List<SoundChannel*>::iterator iter = mChannels.begin(); iter != mChannels.end(); ++iter) {
829 } // end namespace android
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java207 // - add end-of-line match $
487 // Visits the end of a class
586 String signature, Label start, Label end, int index) {
630 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
585 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h65 // When changing these values, the COMPILE_TIME_ASSERT at the end of this
334 inline const_iterator end() const { function in class:android::SharedBufferServer::BufferList
/frameworks/base/media/java/android/media/
H A DMediaScanner.java891 }; // end of anonymous MediaScannerClient instance
1197 long end = System.currentTimeMillis();
1202 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1203 Log.d(TAG, " total time: " + (end - start) + "ms\n");
1418 public void end() { method in class:MediaScanner.WplHandler
H A DAudioTrack.java791 * @param endInFrames loop end marker expressed in frames
1170 private native final int native_set_loop(int start, int end, int loopCount); argument
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp252 it != mFramesBeingEncoded.end(); ++it) {
H A DNuCachedSource2.cpp74 while (it != list->end()) {
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DRadix4FFT_v5.s169 .end
H A DR4R8First_v5.s252 .end
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DRadix4FFT_v7.s143 .end
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp195 int start, end; local
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java910 private void drawArrow(Canvas canvas, float leftX, float topY, Cell start, Cell end) { argument
913 final int endRow = end.row;
915 final int endColumn = end.column;
/frameworks/base/media/libmedia/
H A DIOMX.cpp102 ComponentInfo &info = *--list->end();
406 it != list.end(); ++it) {
412 role_it != cur.mRoles.end(); ++role_it) {
/frameworks/base/libs/binder/
H A DParcel.cpp522 size_t end = mDataPos + len; local
523 if (end < mDataPos) {
528 if (end <= mDataCapacity) {
563 // Need to pad at end?
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1515 long end = SystemClock.elapsedRealtime();
1516 Log.i(LOG_TAG, "NITZ: end=" + end + " dur=" + (end - start));
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1534 long end = SystemClock.elapsedRealtime();
1535 Log.v(LOG_TAG, "NITZ: end=" + end + " dur=" + (end - start));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java1087 int start, int end, float x,
1089 int count = end - start;
1091 TextUtils.getChars(text, start, end, buffer, 0);
1086 native_drawText(int nativeCanvas, String text, int start, int end, float x, float y, int paint) argument
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dresidu_asm_opt.s218 end:
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1630 /* Modify the intialize flag at the end.*/
1642 /* Purpose : Enter a video frame and perform front-end time check plus ME */
1955 /* Modify the intialize flag at the end.*/
2962 Int i, j, start, end; local
3197 end = index;
3203 end = index;
3208 for (i = start; i <= end; i++)
3217 if (i > end) return PV_FALSE;
3262 } /* end of: if(nLayers == 1) */

Completed in 694 milliseconds

12345678910