Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 130) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DSelectionRenderer.java24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
/packages/apps/Camera2/src/com/android/camera/
DCaptureLayoutHelper.java306 float bottom = height; in getPositionConfiguration() local
341 float bottom = height - barSize; in getPositionConfiguration() local
376 float bottom = Math.round(rect.bottom); in round() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextViewCompatUtils.java36 final Drawable start, final Drawable top, final Drawable end, final Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
DViewCompatUtils.java50 final int end, final int bottom) { in setPaddingRelative()
/packages/apps/Settings/src/com/android/settings/drawable/
DInsetBoundsDrawable.java34 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DRectEvaluatorCompat.java42 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
95 int bottom = child.getBottom(); in onTouchEvent() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListLayout.java47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DRenderOverlay.java36 public void layout(int left, int top, int right, int bottom); in layout()
150 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { in layout()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java423 public void onLayoutChange(View v, int left, int top, int right, int bottom, in onLayoutChange()
444 int bottom = mContainer.bottom; in layoutTrack() local
456 int bottom = top + mThumbHeight; in layoutThumb() local
481 int bottom = centerY; in layoutPreview() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java34 private final float bottom; field in SoftLandingInterpolator
/packages/apps/Camera2/src/com/android/camera/ui/
DProgressOverlay.java45 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DPreviewStatusListener.java50 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom); in onPreviewLayoutChanged()
DRotateLayout.java54 boolean change, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DManualLayoutFrame.java63 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateLayout.java49 boolean change, int left, int top, int right, int bottom) { in onLayout()
DIndicatorControlBar.java88 boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java348 public void layout(int left, int top, int right, int bottom) { in layout()
358 private boolean setBounds(int left, int top, int right, int bottom) { in setBounds()
400 boolean changeSize, int left, int top, int right, int bottom) { in onLayout()
DScrollBarView.java56 boolean changed, int left, int top, int right, int bottom) { in onLayout()
DEdgeView.java54 boolean changeSize, int left, int top, int right, int bottom) { in onLayout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategoryPageIndicatorView.java67 final float bottom = height * BOTTOM_MARGIN_RATIO; in onDraw() local
/packages/apps/Calendar/src/com/android/calendar/
DColorChipView.java97 int bottom = getHeight() - 1; in onDraw() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DBadgeSpan.java78 int y, int bottom, Paint paint) { in draw()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp616 … db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, in db_HarrisStrengthChunk_f()
659 …id db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, in db_HarrisStrengthChunk_u()
1332 …ne void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1408 …id db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, in db_MaxSuppressFilter_5x5_Aligned16_f()
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresho… in db_CornersFromChunk()
1496 void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, in db_ExtractCornersSaturated()

123456