Searched defs:bottom (Results 76 - 97 of 97) sorted by relevance

1234

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java189 * up the entire container. Otherwise, a card-like bottom white space appears.
194 * A flag denoting whether the fake bottom border has been added to the container.
199 * An int containing the potential top value for the additional bottom border.
201 * bottom border will be drawn.
220 public final int bottom; field in class:ConversationContainer.OverlayPosition
222 public OverlayPosition(int top, int bottom) { argument
224 this.bottom = bottom;
362 // also clear out the additional bottom border
481 // we want consecutive spacers/overlays to stack towards the bottom
[all...]
H A DConversationItemView.java482 final int bottom = top + mContactImagesHolder.getHeight();
483 invalidate(left, top, right, bottom);
688 ConversationItemView.this.invalidate(r.left, r.top, r.right, r.bottom);
748 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
752 super.onLayout(changed, left, top, right, bottom);
1794 // bottom edge, or to the top of the attachment previews, whichever is higher
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java884 * into the first 1/8th of the space between top and bottom.</li>
886 * compressed into the last 1/8th of the space between top and bottom</li>
896 * @param bottom The highest y value the dna should be drawn at
902 ArrayList<Event> events, int top, int bottom, int minPixels, int[] dayXs,
919 || bottom - top < 8 || minPixels < 0) {
922 + Arrays.toString(dayXs) + " bot-top:" + (bottom - top) + " minPixels:"
938 int minMinutes = minPixels * 4 * WORK_DAY_MINUTES / (3 * (bottom - top));
1114 weaveDNAStrands(segments, firstJulianDay, strands, top, bottom, dayXs);
1143 HashMap<Integer, DNAStrand> strands, int top, int bottom, int[] dayXs) {
1162 int height = bottom
901 createDNAStrands(int firstJulianDay, ArrayList<Event> events, int top, int bottom, int minPixels, int[] dayXs, Context context) argument
1142 weaveDNAStrands(LinkedList<DNASegment> segments, int firstJulianDay, HashMap<Integer, DNAStrand> strands, int top, int bottom, int[] dayXs) argument
[all...]
H A DDayView.java1315 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN;
1316 mExpandAllDayRect.top = mExpandAllDayRect.bottom
1947 // bottom of the screen, then don't scroll the view.
2182 dest.bottom = (int) (mViewHeight - yTranslate);
2306 r.bottom = DAY_HEADER_HEIGHT;
2314 r.bottom = mFirstCell - 1;
2333 r.bottom = mFirstCell - 1;
2345 mRect.bottom = mRect.top + mAlldayHeight + ALLDAY_TOP_MARGIN - 2;
2358 // r.bottom = DAY_HEADER_HEIGHT;
2440 r.bottom
2753 saveSelectionPosition(float left, float top, float right, float bottom) argument
3555 drawEventText(StaticLayout eventLayout, Rect rect, Canvas canvas, int top, int bottom, boolean center) argument
[all...]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
615 right and bottom have to be at most width-4,height-4*/
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, argument
640 for(i=top;i<=bottom;i++)
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
657 right and bottom have to be at most width-4,height-4. The left of the region in s should
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, argument
682 for(i=top;i<=bottom;i++)
1329 stopping at bottom. The output is shifted two steps left and overwrites 128 elements for each row.
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, 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/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
615 right and bottom have to be at most width-4,height-4*/
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, argument
640 for(i=top;i<=bottom;i++)
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
657 right and bottom have to be at most width-4,height-4. The left of the region in s should
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, argument
682 for(i=top;i<=bottom;i++)
1329 stopping at bottom. The output is shifted two steps left and overwrites 128 elements for each row.
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, 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/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java493 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
494 final int height = bottom - top;
524 // Put horizontal divider at the bottom
644 // Label and Data align bottom.
685 bounds.bottom = bounds.top + mBoundsWithoutHeader.height();
767 * Sets the flag that determines whether a divider should drawn at the bottom
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DGlowPadView.java1020 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1021 super.onLayout(changed, left, top, right, bottom);
1023 final int height = bottom - top;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java832 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
838 super.onLayout(changed, left, top, right, bottom);
889 // Let height = image size + bottom paddding.
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java193 int right, int bottom) {
194 super.onLayout(changed, left, top, right, bottom);
225 - (bottom - top);
421 int bottom = getScrollY() + getHeight();
422 if (r.bottom > bottom) {
423 scrollTo(0, r.bottom - getHeight());
434 if (r.bottom > bot) {
437 r.bottom - getHeight() - mScrollY, 200);
192 onLayout(boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java357 // draw the rect from bottom-left to top-right
432 source.bottom /= texHeight;
442 if (source.bottom > yBound) {
443 target.bottom = target.top + target.height() *
445 source.bottom = yBound;
704 setTextureCoords(source.left, source.top, source.right, source.bottom);
708 float right, float bottom) {
711 mTextureMatrixValues[5] = bottom - top;
922 // The four values in sCropRect are: left, bottom, width, and
707 setTextureCoords(float left, float top, float right, float bottom) argument
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java1069 // we only scale to fit vertically if we're not pinned to the top or bottom. In these
1070 // cases, we want the ring to hang off the side or top/bottom, respectively.
1107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1108 super.onLayout(changed, left, top, right, bottom);
1110 final int height = bottom - top;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DWorkspace.java1283 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1287 super.onLayout(changed, left, top, right, bottom);
1787 clipRect.bottom = tv.getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V +
1791 clipRect.bottom = tv.getExtendedPaddingTop() - tv.getCompoundDrawablePadding() +
1920 int bottom = top + iconSize;
1926 dragRect = new Rect(left, top, right, bottom);
2645 // Transform the dragged item's bottom right coordinates
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
615 right and bottom have to be at most width-4,height-4*/
616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, argument
640 for(i=top;i<=bottom;i++)
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
657 right and bottom have to be at most width-4,height-4. The left of the region in s should
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, argument
682 for(i=top;i<=bottom;i++)
1329 stopping at bottom. The output is shifted two steps left and overwrites 128 elements for each row.
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, 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/ui/
H A DConversationViewFragment.java443 // The very bottom is a special case, it acts as a stronger anchor than the scroll top
1525 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
1524 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c577 NJ_UINT32 current,hindo_max_data, bottom, next; local
849 bottom = loctset->loct.top;
920 bottom = data_offset;
947 stem_data = data_top + bottom;
953 loctset->loct.bottom = (NJ_UINT32)(stem_data - data_top);
971 while (stem_data <= (data_top + loctset->loct.bottom)) {
1050 NJ_UINT8 *data, *data_top, *bottom, *data_end; local
1077 bottom = data_top + loctset->loct.bottom;
1100 if (data > bottom) {
2262 NJ_UINT32 bottom, next; local
2379 NJ_UINT8 *data, *data_top, *bottom, *data_end; local
2727 NJ_UINT8 *data, *bottom; local
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h119 NJ_UINT32 bottom; member in struct:__anon36
215 NJ_UINT32 bottom; member in struct:__anon43
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java425 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);
429 mHeight = bottom - top;
532 public void onLayoutChange(View v, int left, int top, int right, int bottom,
829 return (hit.bottom < 0f || hit.top > getHeight() ||
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java480 boolean changeSize, int left, int top, int right, int bottom) {
482 int h = bottom - top;
529 int b = mCameraRelativeFrame.bottom;
816 if (r.left >= w || r.right <= 0 || r.top >= h || r.bottom <= 0) {
479 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java789 int maxSize = Math.max(dm.widthPixels, dm.heightPixels + mInsets.top + mInsets.bottom);
856 childHeight = heightSize - verticalPadding - mInsets.top - mInsets.bottom;
907 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
946 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
1330 mViewport.right + mViewport.width() / 2, mViewport.bottom);
H A DWorkspace.java1567 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1572 super.onLayout(changed, left, top, right, bottom);
2294 clipRect.bottom = tv.getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V +
2298 clipRect.bottom = tv.getExtendedPaddingTop() - tv.getCompoundDrawablePadding() +
2426 int bottom = top + iconSize;
2431 dragRect = new Rect(left, top, right, bottom);
2922 * widthGap/heightGap (right, bottom) */
2940 int height = constrainedShortEdge - padding.top - padding.bottom;
2951 int height = constrainedLongEdge - padding.top - padding.bottom;

Completed in 631 milliseconds

1234