Searched defs:left (Results 126 - 142 of 142) sorted by relevance

123456

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp69 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width chunk_width
82 /*Compute derivatives Ix,Iy for a subrow of img with upper left (i,j) and width 128
112 movq mm2,[ebx-1] /*13 Get left*/
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
614 store it into the corresponding region of s. left and top have to be at least 3 and
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, argument
618 13*(right-left+5) of allocated memory*/
625 chunk_width=right-left+1;
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4);
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left
659 db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, int *temp, int nc) argument
1056 db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) argument
1332 db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, float *temp) argument
1408 db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, float *temp) argument
1424 db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java638 ConversationItemView.this.invalidate(r.left, r.top, r.right, r.bottom);
697 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
701 super.onLayout(changed, left, top, right, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java1171 * Determines if we should intercept the left/right key event generated by the hardware
1790 public void onLayoutChange(View v, int left, int top, int right, argument
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java526 * @param left strip from left
533 * if {@code left == true} and {@code right == true}
535 * if {@code left == true} and {@code right == false}
537 * if {@code left == false} and {@code right == true}
542 boolean left, boolean right,
549 if (left) {
541 megastrip(String str, boolean left, boolean right, String what) argument
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c559 NJ_INT16 left, right, mid; local
638 left = 0;
642 while (left <= right) {
643 mid = (left + right) >> 1;
654 left = mid + 1;
659 left = mid + 1;
663 while (left <= right) {
664 mid = (left + right) >> 1;
674 left = mid + 1;
1991 NJ_INT16 left, righ local
[all...]
H A Dndldic.c1199 NJ_UINT16 right, mid = 0, left, max; local
1215 left = 0;
1236 while (left <= right) {
1237 mid = left + ((right - left) / 2);
1268 printf(" [%d][%d][%d]COMPARE:[%s] = %d\n", left, mid, right, str, ret);
1282 left = mid + 1;
1397 NJ_UINT16 right, mid = 0, left, max = 0; local
1434 left = 0;
1435 while (left <
2312 NJ_UINT16 right, mid = 0, left, max; local
[all...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java367 final double[] left = { Math.sin(alpha - beta),
379 if (cross(delta, left) > 0.0 && cross(delta, right) < 0.0) {
425 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
426 super.onLayout(changed, left, top, right, bottom);
427 log("onLayout (%d, %d, %d, %d)", left, top, right, bottom);
430 mWidth = right - left;
532 public void onLayoutChange(View v, int left, int top, int right, int bottom,
708 /** On deck is to the left or right of the selected photo. */
830 hit.right < 0f || hit.left > getWidth());
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java161 /** The position of the left of the view in the whole filmstrip. */
258 /** Sets the left position of the view in the whole filmstrip. */
263 /** Returns the left position of the view in the whole filmstrip. */
470 private void layoutAt(int left, int top) { argument
471 mView.layout(left, top, left + mView.getMeasuredWidth(),
480 r.left = mView.getX();
482 r.right = r.left + mView.getWidth() * mView.getScaleX();
504 int left =
507 layoutAt(left, to
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java479 boolean changeSize, int left, int top, int right, int bottom) {
480 int w = right - left;
525 int l = mCameraRelativeFrame.left;
692 int left = r.left;
694 float progress = calculateMoveOutProgress(left, right, viewW);
709 if (right - left <= viewW) {
715 // zoomed-in), keep the left edge of the object align
716 // the the left edge of the view.
717 cxPage = (right - left) * scal
478 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
1717 calculateMoveOutProgress(int left, int right, int viewWidth) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
354 void setOverScrollAmount(float r, boolean left) { argument
355 if (left && mOverScrollForegroundDrawable != mOverScrollLeft) {
357 } else if (!left && mOverScrollForegroundDrawable != mOverScrollRight) {
409 r.left = (int) (r.left * scale + 0.5f);
833 * Given a cell coordinate, return the point that represents the upper left corner of that cell
887 final int left = hStartPadding + cellX * (mCellWidth + mWidthGap);
889 result.set(left, to
1800 compare(View left, View right) argument
[all...]
H A DWorkspace.java739 // swipe it either left or right (but we won't advance by more than one screen)
883 // The wallpaper travel width is how far, from left to right, the wallpaper will move
1284 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1288 super.onLayout(changed, left, top, right, bottom);
1919 int left = (bmpWidth - iconSize) / 2;
1920 int right = left + iconSize;
1927 dragRect = new Rect(left, top, right, bottom);
2639 // Transform the dragged item's top left coordinates
2735 // These represent the visual top and left of drag view if a dragRect was provided.
2736 // If a dragRect was not provided, then they correspond to the actual view left an
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java676 * Given a cell coordinate, return the point that represents the upper left corner of that cell
728 final int left = hStartPadding + cellX * mCellWidth;
730 result.set(left, top, left + (spanX * mCellWidth), top + (spanY * mCellHeight));
793 int left = getPaddingLeft();
794 left += (int) Math.ceil(getUnusedHorizontalSpace() / 2f);
801 mShortcutsAndWidgets.layout(left, top, right, bottom);
805 left - mTempRect.left - getPaddingLeft(),
812 * Returns the amount of space left ove
1429 compare(View left, View right) argument
[all...]
H A DWorkspace.java293 setPadding(padding.left, padding.top, padding.right, padding.bottom);
302 setPageSpacing(Math.max(grid.defaultPageSpacingPx, padding.left + 1));
1334 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1343 super.onLayout(changed, left, top, right, bottom);
1405 // enable layers between left and right screen inclusive.
2050 // Use the absolute left instead of the child left, as we want the visible area
2346 // Check if the item is dragged over left page
2722 loc[0] = r.left;
2752 loc[0] += cellLayoutScale * dragRegion.left;
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java70 * with scroller animation. {@link #setLowItemTransform(Animator)} transforms items that are left or
96 * the scale animation. To accomplish this set right/left and/or top/bottom padding values
113 * @param targetCenter final center position of view to the left edge of ScrollAdapterView
224 /** exclusive index of view on the left */
818 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
819 super.onLayout(changed, left, top, right, bottom);
1059 * try to add one left/top child view, returning false tells caller can stop loop
1066 int left = Integer.MAX_VALUE;
1074 if (v.getLeft() < left) {
1075 left
1248 fillOneAxis(int left, int top, boolean leftToRight, boolean setInitialPos) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java168 //Update the current time line every five minutes if the window is left open that long
544 /** Width of the time line (list of hours) to the left. */
1311 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2,
1313 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth
2183 dest.left = 0;
2266 // This isn't really the upper-left corner. It's the square area just
2267 // below the upper-left corner, above the hours and to the left of the
2296 // Computes the x position for the left side of the given day (base 0)
2307 r.left
2753 saveSelectionPosition(float left, float top, float right, float bottom) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1042 milliseconds

123456