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/apps/Launcher3/src/com/android/launcher3/
DPagedViewGridLayout.java69 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
83 int bottom = child.getBottom(); in onTouchEvent() 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.java53 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/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/Camera/src/com/android/camera/ui/
DRenderOverlay.java38 public void layout(int left, int top, int right, int bottom); in layout()
141 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/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java34 private final float bottom; field in SoftLandingInterpolator
/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBarModeOptionsWrapper.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
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/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/Browser/src/com/android/browser/
DTabScrollView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
233 protected void onLayout(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/Browser/src/com/android/browser/view/
DStopProgressView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DBadgeSpan.java78 int y, int bottom, Paint paint) { in draw()

123456