Searched defs:top (Results 326 - 343 of 343) sorted by relevance

<<11121314

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java323 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
324 super.onLayout(changed, left, top, right, bottom);
1301 // notifications (mostly on tablets). maxNotifications denotes the normal top padding
1302 // on Keyguard, maxQs denotes the top padding from the quick settings panel. We need to
1576 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */);
1581 return mNotificationStackScroller.getCurrentOverScrolledPixels(true /* top */);
1630 // When on Keyguard, we hide the header as soon as the top card of the notification
1637 // In SHADE_LOCKED, the top card is already really close to the header. Hide it as
1788 // Block update if we are in quick settings and just the top padding changed
2482 (v, left, top, righ
[all...]
H A DStatusBar.java433 // top bar
458 int mTrackingPosition; // the position of the top of the tracking view.
2890 // This is only possible to do atomically because the status bar is at the top of the screen!
3980 public void setBounds(int left, int top, int right, int bottom) { argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java245 // Similar to {@link #REMOVE_TASK_MODE_MOVING} and the task will be added to the top of its new
246 // stack and the new stack will be on top of all stacks.
252 // fitting. To make sure this is the case, we don't adjust the task left or top side pass
289 * when we normally hold the top activity paused.
849 * @param task If non-null, the task will be moved to the top of the stack.
891 * @return the index to insert a new stack into, taking the always-on-top stacks into account.
899 // If the top stack is always on top, we move this stack just below it.
913 // The stack isn't focusable. See if its top activity is focusable to force focus on the
924 * Returns the top activit
1994 checkTranslucentActivityWaiting(ActivityRecord top) argument
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java629 // Scroll the chips field to the top of the screen so
851 height - backgroundPadding.top - backgroundPadding.bottom : 0;
936 result.top = backgroundPadding.top;
963 final RectF dst = new RectF(bitMapResult.left, bitMapResult.top, bitMapResult.right,
1185 * Calculate the offset from bottom of the EditText to top of the provided line.
2000 chipTopPosition + outOfDomainWarningBounds.top,
3507 float top; field in class:RecipientEditTextView.ChipBitmapContainer
/frameworks/base/core/java/android/view/
H A DViewGroup.java448 * Clip bounds are the raw values of {@link #getLeft() left}, {@link #getTop() top},
472 // Index of the child's top position in the mLocation array
821 View top = findKeyboardNavigationCluster();
825 if (parent == top) {
955 // root namespace means we should consider ourselves the top of the
3686 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
3687 super.internalSetPadding(left, top, right, bottom);
3803 int top = 0;
3811 top = Math.max(top, inset
7866 setMargins(int left, int top, int right, int bottom) argument
7898 setMarginsRelative(int start, int top, int end, int bottom) argument
[all...]
H A DView.java338 * expressed as a pair of <em>left</em> and <em>top</em> coordinates, and
347 * top, or Y, coordinate of the rectangle representing the view. These methods
388 * is expressed in pixels for the left, top, right and bottom parts of the view.
409 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal
413 * {@link #layout(int,int,int,int)} and is also top-down. During
620 * used in XML, the specified theme is applied on top of the inflation
2974 * Scroll indicator direction for the top edge of the view.
3313 * if the user swipes from the top of the screen.
3315 * system gestures, such as swiping from the top of the screen. These transient system bars
3802 * The distance in pixels from the top edg
13503 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
14303 setTop(int top) argument
15855 postInvalidate(int left, int top, int right, int bottom) argument
15899 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
15950 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
19539 setOpticalFrame(int left, int top, int right, int bottom) argument
19631 onLayout(boolean changed, int left, int top, int right, int bottom) argument
19647 setFrame(int left, int top, int right, int bottom) argument
19714 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
20862 setPadding(int left, int top, int right, int bottom) argument
20880 internalSetPadding(int left, int top, int right, int bottom) argument
20955 setPaddingRelative(int start, int top, int end, int bottom) argument
25116 int top; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java202 * the views from there. The top is specified by mSpecificTop.
207 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
306 * Indicates whether the list selector should be drawn on top of the children or behind
337 * The selection's top padding
362 * The top scroll indicator
384 * The offset to the top of the mMotionPosition view when the down motion event was received
389 * The desired offset to the top of the mMotionPosition view after a scroll
435 * The offset in pixels form the top of the AdapterView to the top
442 * the top edg
2186 setFrame(int left, int top, int right, int bottom) argument
2686 internalSetPadding(int left, int top, int right, int bottom) argument
[all...]
H A DEditor.java483 // don't want the popup to be displayed on top of it.
540 * Returns the X offset to make the pointy top of the error point
571 * Returns the Y offset to make the pointy top of the error point
600 * The "2" is the distance between the point and the top edge
1782 final int top = layout.getLineTop(blockBeginLine);
1800 right - left, bottom - top);
1803 // brings this range of text back to the top left corner of the viewport
1804 displayListCanvas.translate(-left, -top);
1817 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1914 final int top
2302 updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) argument
[all...]
H A DTextView.java2535 * Returns the top padding of the view, plus space for the top
2617 * Returns the extended top padding of the view, including both the
2618 * top Drawable if any and any extra space to keep more than maxLines
2634 int top = getCompoundPaddingTop();
2636 int viewht = getHeight() - top - bottom;
2640 return top;
2645 return top;
2647 return top + viewht - layoutht;
2649 return top
2754 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2894 setCompoundDrawablesWithIntrinsicBounds(@rawableRes int left, @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) argument
2918 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2951 setCompoundDrawablesRelative(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
3098 setCompoundDrawablesRelativeWithIntrinsicBounds(@rawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
3122 setCompoundDrawablesRelativeWithIntrinsicBounds(@ullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
3326 setPadding(int left, int top, int right, int bottom) argument
3340 setPaddingRelative(int start, int top, int end, int bottom) argument
8532 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1128 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1131 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1136 (GLfloat)top,
1142 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1145 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1150 (GLfixed)top,
3426 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3429 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
3434 (GLfloat)top,
3440 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe
1130 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1144 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3428 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3442 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4175 &mCurrentRawState : &mRawStatesPending.top();
4962 float left, top, right, bottom; local
4971 top = float(mRawPointerAxes.x.maxValue - rawRight) * mXScale + mXTranslate;
4983 top = float(mRawPointerAxes.y.maxValue - rawBottom) * mYScale + mYTranslate;
4995 top = float(rawLeft - mRawPointerAxes.x.minValue) * mXScale + mXTranslate;
5007 top = float(rawTop - mRawPointerAxes.y.minValue) * mYScale + mYTranslate;
5025 out.setAxisValue(AMOTION_EVENT_AXIS_GENERIC_2, top);
6405 "left=%d, top=%d, right=%d, bottom=%d",
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1054 * <p>Return the offset of the RecyclerView's text baseline from the its top
2374 || mTempRect.top >= mTempRect2.bottom)
2375 && mTempRect.top > mTempRect2.top;
2377 return (mTempRect.top < mTempRect2.top
2378 || mTempRect.bottom <= mTempRect2.top)
2400 mTempRect.top -= insets.top;
4495 view.getTop() - insets.top
8648 layoutDecorated(View child, int left, int top, int right, int bottom) argument
8683 layoutDecoratedWithMargins(View child, int left, int top, int right, int bottom) argument
12170 public int top; field in class:RecyclerView.ItemAnimator.ItemHolderInfo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java178 * The raw amount of the overScroll on the top, which is not rubber-banded.
210 * Was the scroller scrolled to the top when the down motion was observed?
454 && mCurrentBounds.top < mCurrentBounds.bottom) {
455 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom,
551 // we layout all our children centered on the top
736 mClipRect.top = 0;
1049 float top = childTop + slidingChild.getClipTopAmount();
1053 float dist = Math.min(Math.abs(top - localTouchY), Math.abs(bottom - localTouchY));
1079 float top = childTop + slidingChild.getClipTopAmount();
1088 if (touchY >= top
1769 getCurrentOverScrollAmount(boolean top) argument
1773 getCurrentOverScrolledPixels(boolean top) argument
2181 setBackgroundTop(int top) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2266 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
2270 mOverscanTop = top;
2764 // There is a separate status bar at the top of the display. We don't count that as part
2908 // focus, so we want to get the IME window up on top of us right away.
3160 && frame.top + insets >= mNavigationBar.getFrameLw().top)
3168 final boolean offscreenPortrait = !landscape && (frame.top - insets <= 0
4290 outOutsets.top += outset;
4353 int topInset = mTmpRect.top - taskBounds.top;
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java629 /** This just indicates the window the input method is on top of, not
1602 mAppTransition.overridePendingAppTransitionClipReveal(frame.left, frame.top,
1968 || win.mAttrs.surfaceInsets.top != 0
4515 // on top (eg. a dialog window).
5660 public void setOverscan(int displayId, int left, int top, int right, int bottom) { argument
5672 setOverscanLocked(displayContent, left, top, right, bottom);
5681 int left, int top, int right, int bottom) {
5684 displayInfo.overscanTop = top;
5688 mDisplaySettings.setOverscanLocked(displayInfo.uniqueId, displayInfo.name, left, top,
6056 // Get rotation animation again, with new top windo
5680 setOverscanLocked(DisplayContent displayContent, int left, int top, int right, int bottom) argument
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1138 * <p>Return the offset of the RecyclerView's text baseline from the its top
2498 || mTempRect.top >= mTempRect2.bottom)
2499 && mTempRect.top > mTempRect2.top;
2501 return (mTempRect.top < mTempRect2.top
2502 || mTempRect.bottom <= mTempRect2.top)
2541 mTempRect.top -= insets.top;
4648 view.getTop() - insets.top
8921 layoutDecorated(View child, int left, int top, int right, int bottom) argument
8956 layoutDecoratedWithMargins(View child, int left, int top, int right, int bottom) argument
12687 public int top; field in class:RecyclerView.ItemAnimator.ItemHolderInfo
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1040 XAuint32 top; member in struct:XARectangle_
1585 XAuint32 top; member in struct:XAFocusPointPosition_
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 605 milliseconds

<<11121314