Searched defs:top (Results 126 - 150 of 343) sorted by last modified time

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java798 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
799 super.onLayout(changed, left, top, right, bottom);
H A DSignalDrawable.java437 void updateRect(float left, float top, float right, float bottom) { argument
439 mSlashRect.top = top;
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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java88 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
90 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) {
92 mTop = top;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java161 public float getOverScrollAmount(boolean top) { argument
162 return top ? mOverScrollTopAmount : mOverScrollBottomAmount;
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/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, argument
171 super.onLayout(changed, left, top, right, bottom);
270 cy += (mTempRectF.top / scale) - yoffset;
272 cy -= (mTempRectF.top / scale) - yoffset;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java108 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom) {
111 args.argi2 = top;
349 + mMagnificationBounds.top - getOffsetY()) / getScale();
619 + mMagnificationBounds.top - centerY * normScale;
703 private void requestRectangleOnScreen(int left, int top, int right, int bottom) { argument
707 if (!magnifiedFrame.intersects(left, top, right, bottom)) {
732 if (bottom - top > magnifFrameInScreenCoords.height()) {
733 scrollY = top - magnifFrameInScreenCoords.top;
734 } else if (top < magnifFrameInScreenCoord
[all...]
/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/base/services/core/java/com/android/server/display/
H A DColorFade.java448 private void ortho(float left, float right, float bottom, float top, float znear, float zfar) { argument
454 mProjMatrix[5] = 2f / (top - bottom);
462 mProjMatrix[13] = -(top + bottom) / (top - bottom);
/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/tv/
H A DTvInputManagerService.java2569 public void onLayoutSurface(int left, int top, int right, int bottom) { argument
2572 Slog.d(TAG, "onLayoutSurface (left=" + left + ", top=" + top
2579 mSessionState.client.onLayoutSurface(left, top, right, bottom,
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java105 /** A window in a new activity is being opened on top of an existing one in the same task. */
107 /** The window in the top-most activity is being closed to reveal the
110 /** A window in a new task is being opened on top of an existing one
113 /** A window in the top-most activity is being closed to reveal the
116 /** A window in an existing task is being displayed on top of an existing one
121 /** A window in a new activity that doesn't have a wallpaper is being opened on top of one that
127 /** A window in a new activity is being opened on top of an existing one, and both are on top
130 /** The window in the top-most activity is being closed to reveal the previous activity, and
131 * both are on top o
736 putDefaultNextAppTransitionCoordinates(int left, int top, int width, int height, GraphicBuffer buffer) argument
[all...]
H A DBlackFrame.java42 final int top; field in class:BlackFrame.BlackSurface
49 top = t;
76 mTmpMatrix.setTranslate(left, top);
85 Slog.i(TAG_WM, "Black Surface @ (" + left + "," + top + "): ("
117 pw.print(" top="); pw.println(bs.top);
130 if (outer.top < inner.top) {
132 outer.left, outer.top, inner.right, inner.top, layerStac
[all...]
H A DDisplayContent.java271 * (except a future lockscreen TaskStack) moves to the top. */
683 // because the resizing could change the top-left position (in addition to
692 // we always recompute the top-left in this case.
1019 // the top of the method, the caller is obligated to call computeNewConfigurationLocked().
1185 final int topInset = mTmpRect.top;
1187 config.setAppBounds(leftInset /*left*/, topInset /*top*/, leftInset + displayInfo.appWidth /*right*/,
1605 int top = (physHeight - height) / 2;
1606 out.set(left, top, left + width, top + height);
1987 // - If IME is visible, and focus is on top, divide
2428 getNeedsMenu(WindowState top, WindowManagerPolicy.WindowState bottom) argument
[all...]
H A DDisplaySettings.java79 outRect.top = entry.overscanTop;
87 public void setOverscanLocked(String uniqueId, String name, int left, int top, int right, argument
89 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
103 entry.overscanTop = top;
H A DTaskPositioner.java387 if (startY < startBounds.top) {
434 nY = Math.min(Math.max(nY, mTmpRect.top), mTmpRect.bottom);
457 int top = mWindowOriginalBounds.top;
469 int height = bottom - top;
533 final boolean grows = width > (right - left) || height > (bottom - top);
544 updateDraggedBounds(left, top, right, bottom, width, height);
551 * @param top The original top bound before the user started dragging.
557 void updateDraggedBounds(int left, int top, in argument
[all...]
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...]
H A DWindowStateAnimator.java650 mTmpSize.set(w.mFrame.left + w.mXOffset, w.mFrame.top + w.mYOffset, 0, 0);
659 + " x=" + mTmpSize.left + " y=" + mTmpSize.top
678 && attrs.surfaceInsets.top == 0
715 + ", set left=" + w.mFrame.left + " top=" + w.mFrame.top
721 + w.mFrame.left + "," + w.mFrame.top + ") ("
729 mSurfaceController.setPositionInTransaction(mTmpSize.left, mTmpSize.top, false);
746 mTmpSize.bottom = mTmpSize.top + w.mRequestedHeight;
754 mTmpSize.top = 0;
758 mTmpSize.bottom = mTmpSize.top
1951 setMoveAnimation(int left, int top) argument
[all...]
H A DWindowSurfaceController.java271 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { argument
272 final boolean surfaceMoved = mSurfaceX != left || mSurfaceY != top;
275 mSurfaceY = top;
279 "POS (setPositionInTransaction) @ (" + left + "," + top + ")", null);
281 mSurfaceControl.setPosition(left, top);
284 + " pos=(" + left + "," + top + ")", e);
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java122 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
H A DWindowFrameTests.java108 public void assertRect(Rect rect, int left, int top, int right, int bottom) { argument
110 assertEquals(top, rect.top);
135 cf.top += 50;
138 vf.top += topVisibleInset;
319 cf.top += displayInfo.logicalWidth / 10;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
50 int yStart = static_cast<int>(height * top);
43 Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore( JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java115 float top, float right, float bottom, float[] statsArray);
114 regionscore(ByteBuffer imageBuffer, int width, int height, float left, float top, float right, float bottom, float[] statsArray) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java129 public void setPadding(int left, int top, int right, int bottom); argument

Completed in 422 milliseconds

1234567891011>>