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

1234

/packages/apps/Settings/src/com/android/settings/drawable/
H A DInsetBoundsDrawable.java34 public void setBounds(int left, int top, int right, int bottom) { argument
35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListLayout.java47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
49 super.onLayout(changed, left, top, right, bottom);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DTextViewCompatUtils.java36 final Drawable start, final Drawable top, final Drawable end, final Drawable bottom) {
38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
42 start, top, end, bottom);
35 setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, final Drawable start, final Drawable top, final Drawable end, final Drawable bottom) argument
H A DViewCompatUtils.java54 final int end, final int bottom) {
56 view.setPadding(start, top, end, bottom);
59 CompatUtils.invoke(view, null, METHOD_setPaddingRelative, start, top, end, bottom);
53 setPaddingRelative(final View view, final int start, final int top, final int end, final int bottom) argument
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DSoftLandingInterpolator.java34 private final float bottom; field in class:SoftLandingInterpolator
43 bottom = mI - epsilon;
45 upperRange = 1f - bottom;
50 final float s = slide.getInterpolation((input - bottom) / upperRange) * (1f - mO) + mO;
53 if (input < bottom) {
56 final float alpha = (input - bottom) / (top - bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DSelectionRenderer.java24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, argument
27 canvas.drawRect(left, bottom - stroke, right, bottom, paint);
28 canvas.drawRect(left, top, left + stroke, bottom, paint);
29 canvas.drawRect(right - stroke, top, right, bottom, paint);
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, argument
35 canvas.drawRect(left, bottom - stroke, right, bottom, selectPaint);
36 canvas.drawRect(left, top, left + stroke, bottom, selectPaint);
37 canvas.drawRect(right - stroke, top, right, bottom, selectPain
[all...]
/packages/apps/Browser/src/com/android/browser/view/
H A DStopProgressView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
74 super.onLayout(changed, left, top, right, bottom);
76 mHeight = (bottom - top) * 2 / 3;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java52 boolean change, int left, int top, int right, int bottom) {
54 int height = bottom - top;
51 onLayout( boolean change, int left, int top, int right, int bottom) argument
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { argument
70 mBottom = bottom;
/packages/apps/Dialer/src/com/android/dialer/list/
H A DTileInteractionTeaserView.java59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
60 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java56 boolean changed, int left, int top, int right, int bottom) {
58 mBarHeight = bottom - top;
55 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DDetailsHelper.java57 public void layout(int left, int top, int right, int bottom) { argument
61 MeasureSpec.makeMeasureSpec(bottom - top, MeasureSpec.AT_MOST));
H A DEdgeView.java54 boolean changeSize, int left, int top, int right, int bottom) {
58 int h = bottom - top;
60 if ((i & 1) == 0) { // top or bottom
53 onLayout( boolean changeSize, int left, int top, int right, int bottom) argument
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateLayout.java49 boolean change, int left, int top, int right, int bottom) {
51 int height = bottom - top;
48 onLayout( boolean change, int left, int top, int right, int bottom) argument
H A DIndicatorControlBar.java88 boolean changed, int left, int top, int right, int bottom) {
93 // bottom.
96 int height = bottom - top;
87 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DZoomControlBar.java60 // landscape mode, the zoom-in bottom should be on the top, so the
126 boolean changed, int left, int top, int right, int bottom) {
128 int height = bottom - top;
125 onLayout( boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { argument
70 mBottom = bottom;
H A DRotateLayout.java63 boolean change, int left, int top, int right, int bottom) {
65 int height = bottom - top;
62 onLayout( boolean change, int left, int top, int right, int bottom) argument
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
104 super.onLayout(changed, left, top, right, bottom);
107 int height = bottom - top;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DProportionalLayout.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
128 child.layout(0, 0, right-left, bottom-top);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
82 super.onLayout(changed, left, top, right, bottom);
95 int bottom = child.getBottom();
96 result = result || (event.getY() < bottom);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewGridLayout.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
82 super.onLayout(changed, left, top, right, bottom);
95 int bottom = child.getBottom();
96 result = result || (event.getY() < bottom);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java99 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
173 super.onLayout(changed, left, top, right, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DCompositeDrawable.java102 private void applyBounds(int index, int left, int top, int right, int bottom) { argument
107 d.setBounds(left, top, right, bottom);

Completed in 619 milliseconds

1234