Searched defs:top (Results 1 - 25 of 115) sorted by relevance

12345

/packages/apps/Mms/src/com/android/mms/ui/
H A DAdaptableSlideViewInterface.java27 void setTextRegion(int left, int top, int width, int height); argument
31 void setImageRegion(int left, int top, int width, int height); argument
35 void setVideoRegion(int left, int top, int width, int height); argument
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILRegionElement.java14 * 2) ADD public void setLeft(int top) throws DOMException;
41 public void setLeft(int top) argument
49 public void setTop(int top) argument
/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.java53 public static void setPaddingRelative(final View view, final int start, final int top, argument
56 view.setPadding(start, top, end, bottom);
59 CompatUtils.invoke(view, null, METHOD_setPaddingRelative, start, top, end, bottom);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DSoftLandingInterpolator.java35 private final float top; field in class:SoftLandingInterpolator
44 top = mI + epsilon;
55 } else if (input < top) {
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
26 canvas.drawRect(left, top, right, top + stroke, 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
34 canvas.drawRect(left, top, right, top + stroke, selectPaint);
36 canvas.drawRect(left, top, left + stroke, bottom, selectPaint);
37 canvas.drawRect(right - stroke, top, righ
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DScrollIndicatorsView.java12 * An overlay to sit on top of WebView, message headers, and snap header to display scrollbars.
13 * It has to sit on top of all other views that compose the conversation so that the scrollbars are
65 public void onNotifierScroll(int left, int top) { argument
/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/Calendar/src/com/android/calendar/
H A DEventGeometry.java48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) { argument
87 event.top = top;
88 event.top += (int) (startTime * cellMinuteHeight);
89 event.top += startHour * mHourGap;
91 event.bottom = top;
96 if (event.bottom < event.top + mMinEventHeight) {
97 event.bottom = event.top + mMinEventHeight;
111 && event.top < selection.bottom && event.bottom >= selection.top) {
[all...]
/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
69 mTop = top;
/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);
70 // The text top is changed when we move the arrow, so we need to
/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));
62 view.layout(0, top, view.getMeasuredWidth(), top + view.getMeasuredHeight());
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
/packages/apps/Camera/src/com/android/camera/ui/
H A DOverlayRenderer.java66 public void layout(int left, int top, int right, int bottom) { argument
69 mTop = top;
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.java34 * A custom view for the pinned section header shown at the top of the contact list.
115 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);
/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);

Completed in 767 milliseconds

12345