Searched defs:last (Results 1 - 15 of 15) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserHistoryForgettingCurveUtils.java57 public ForgettingCurveParams(int fc, long now, long last) { argument
61 this(fc, now, last, fcToLevel((byte)fc) > 0);
64 private ForgettingCurveParams(int fc, long now, long last, boolean isValid) { argument
67 mLastTouchedTime = last;
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java784 * the last file in the list has been played,
1570 * @param last The last file to be removed
1573 public int removeTracks(int first, int last) { argument
1574 int numremoved = removeTracksInternal(first, last);
1581 private int removeTracksInternal(int first, int last) { argument
1583 if (last < first) return 0;
1585 if (last >= mPlayListLen) last = mPlayListLen - 1;
1588 if (first <= mPlayPos && mPlayPos <= last) {
2157 removeTracks(int first, int last) argument
[all...]
H A DRepeatingImageButton.java121 private void doRepeat(boolean last) { argument
124 mListener.onRepeat(this, now - mStartTime, last ? -1 : mRepeatCount++);
136 * If this is going to be the last call in this sequence (i.e. the user
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1196 MosaicFrame *last = frames[frames_size-1]; local
1201 double midX = last->width / 2.0;
1202 double midY = last->height / 2.0;
1233 // Add last frame by default
1234 relevant_frames[relevant_frames_size] = last;
1249 MosaicFrame *last = frames[frames_size-1]; local
1252 double lxpos = last->trs[0][2], lypos = last->trs[1][2];
1257 double midX = last->width / 2.0;
1258 double midY = last
[all...]
H A DDelaunay.cpp253 continue; // the one deleted was the last one anyway
590 int CDelaunay::constructList(EdgePointer last, int width, int height) argument
596 c = (int) ((curr = (EdgePointer) ((last & ~3))) >> 1);
598 for (last -= 4; last >= 0; last -= 4) {
599 src = orig(last);
600 nex = dest(last);
H A DPyramid.cpp38 PyramidShort *curr, *last; local
41 for (last = (curr = img) + levels; curr < last; curr++) {
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp706 int x,next_x,last,right; local
708 last=w-4;
709 for(x=3;x<=last;x=next_x)
713 if(right>last) right=last;
729 int x,next_x,last; local
732 last=w-4;
733 for(x=3;x<=last;x=next_x)
738 nc = db_mini(128,last-x+1);
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],sourc
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp473 ///// IF BAD, then update reference to the last correctly aligned inspection frame;
482 ///// IF GOOD, then update the last correctly aligned inspection frame to be this;
658 int i = 0, last=0; local
661 if ( last > m_cost_histogram[i] )
663 last = m_cost_histogram[i];
673 //if ( last < m_cost_histogram[i] )
675 last = m_cost_histogram[i];
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1216 MosaicFrame *last = frames[frames_size-1]; local
1221 double midX = last->width / 2.0;
1222 double midY = last->height / 2.0;
1253 // Add last frame by default
1254 relevant_frames[relevant_frames_size] = last;
1269 MosaicFrame *last = frames[frames_size-1]; local
1272 double lxpos = last->trs[0][2], lypos = last->trs[1][2];
1277 double midX = last->width / 2.0;
1278 double midY = last
[all...]
H A DDelaunay.cpp253 continue; // the one deleted was the last one anyway
590 int CDelaunay::constructList(EdgePointer last, int width, int height) argument
596 c = (int) ((curr = (EdgePointer) ((last & ~3))) >> 1);
598 for (last -= 4; last >= 0; last -= 4) {
599 src = orig(last);
600 nex = dest(last);
H A DPyramid.cpp38 PyramidShort *curr, *last; local
41 for (last = (curr = img) + levels; curr < last; curr++) {
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp706 int x,next_x,last,right; local
708 last=w-4;
709 for(x=3;x<=last;x=next_x)
713 if(right>last) right=last;
729 int x,next_x,last; local
732 last=w-4;
733 for(x=3;x<=last;x=next_x)
738 nc = db_mini(128,last-x+1);
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],sourc
[all...]
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp473 ///// IF BAD, then update reference to the last correctly aligned inspection frame;
482 ///// IF GOOD, then update the last correctly aligned inspection frame to be this;
659 int i = 0, last=0; local
662 if ( last > m_cost_histogram[i] )
664 last = m_cost_histogram[i];
674 //if ( last < m_cost_histogram[i] )
676 last = m_cost_histogram[i];

Completed in 201 milliseconds