Searched defs:bottom (Results 1 - 25 of 84) 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/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/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/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java116 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/Gallery2/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/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewMock.java60 int right, int bottom) {
66 item.layout(left, top, right, bottom);
59 onLayout(boolean changeSize, int left, int top, int right, int bottom) argument
H A DGLViewTest.java91 assertEquals(0, b.bottom);
101 assertEquals(100, b.bottom);
292 int right, int bottom) {
291 onLayout(boolean changeSize, int left, int top, int right, int bottom) argument
/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/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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DButtonSwitcher.java62 final int bottom) {
63 super.onLayout(changed, left, top, right, bottom);
61 onLayout(final boolean changed, final int left, final int top, final int right, final int bottom) argument
/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
86 super.onLayout(changed, left, top, right, bottom);
233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
234 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaicTypes.h37 left = right = top = bottom = 0.0;
47 return bottom - top;
53 int left, right, top, bottom; member in class:MosaicRect

Completed in 8465 milliseconds

1234