Searched refs:top (Results 351 - 375 of 726) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java304 || mStableInsets.top != insets.getStableInsetTop()
318 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
319 super.onLayout(changed, left, top, right, bottom);
780 rect.set(containingRect.left, containingRect.top,
781 containingRect.left + width, containingRect.top + height);
898 return mStableInsets.top != 0;
965 taskRect.top = offsetPosition - height;
969 taskRect.top = offsetPosition + mDividerSize;
983 // Less parallax at the top, just because.
1009 * @return true if and only if {@code dockSide} is top o
[all...]
H A DMinimizedDockShadow.java53 private void updatePaint(int left, int top, int right, int bottom) { argument
65 0, 0, 0, bottom - top,
82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
83 super.onLayout(changed, left, top, right, bottom);
85 updatePaint(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java646 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
647 super.onLayout(changed, left, top, right, bottom);
784 // handle top animation
790 float top;
796 top = bottom * heightFraction;
798 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f -
800 bottom = actualHeight * (1 - heightFraction) + top * heightFraction;
802 mAppearAnimationRect.set(left, top, right, bottom);
803 setOutlineRect(left, top + mAppearAnimationTranslation, right,
H A DDismissViewButton.java60 outRect.top += translationY;
H A DExpandableNotificationRow.java503 * Set this notification to be pinned to the top if {@link #isHeadsUp()} is true. By doing this
504 * the notification will be rendered on top of the screen.
1244 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1245 super.onLayout(changed, left, top, right, bottom);
H A DExpandableOutlineView.java83 setOutlineRect(rect.left, rect.top, rect.right, rect.bottom);
114 protected void setOutlineRect(float left, float top, float right, float bottom) { argument
118 mOutlineRect.set((int) left, (int) top, (int) right, (int) bottom);
121 mOutlineRect.bottom = (int) Math.max(top, mOutlineRect.bottom);
H A DExpandableView.java100 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
101 super.onLayout(changed, left, top, right, bottom);
107 float top = mClipTopAmount;
109 return localX >= -slop && localY >= top - slop && localX < ((mRight - mLeft) + slop) &&
213 * Sets the amount this view should be clipped from the top. This is used when an expanded
214 * notification is scrolling in the top or bottom stack.
216 * @param clipTopAmount The amount of pixels this view should be clipped from top.
255 * such that the child appears to be going away to the top. 1
291 * view,we also need to subtract the clipTopAmount from the top. This is needed in order to
301 outRect.bottom = (int) (outRect.top
[all...]
H A DKeyguardAffordanceView.java141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
142 super.onLayout(changed, left, top, right, bottom);
H A DNotificationContentView.java269 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
274 super.onLayout(changed, left, top, right, bottom);
H A DScrimView.java87 if (mExcludedRect.top > 0) {
88 canvas.drawRect(0, 0, getWidth(), mExcludedRect.top, mPaint);
91 canvas.drawRect(0, mExcludedRect.top, mExcludedRect.left, mExcludedRect.bottom,
96 mExcludedRect.top,
175 int top = Math.max(area.top, 0);
178 mExcludedRect.set(left, top, right, bottom);
179 mHasExcludedArea = left < right && top < bottom;
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
49 super.onLayout(changed, left, top, right, bottom);
H A DStatusBarIconView.java295 final int th = r.bottom - r.top;
302 int dh = r.top + th + r.bottom;
306 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java258 bounds.top + Math.round(dy),
260 bounds.top + Math.round(dheight * scale + dy));
H A DNotificationPanelView.java250 public void onLayoutChange(View v, int left, int top, int right, int bottom,
252 final int height = bottom - top;
304 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
305 super.onLayout(changed, left, top, right, bottom);
1239 // notifications (mostly on tablets). maxNotifications denotes the normal top padding
1240 // on Keyguard, maxQs denotes the top padding from the quick settings panel. We need to
1510 return mNotificationStackScroller.getCurrentOverScrollAmount(true /* top */);
1515 return mNotificationStackScroller.getCurrentOverScrolledPixels(true /* top */);
1571 // When on Keyguard, we hide the header as soon as the top card of the notification
1578 // In SHADE_LOCKED, the top car
[all...]
H A DPanelView.java710 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
711 super.onLayout(changed, left, top, right, bottom);
H A DPhoneStatusBar.java344 // top bar
370 int mTrackingPosition; // the position of the top of the tracking view.
2585 // This is only possible to do atomically because the status bar is at the top of the screen!
3718 public void setBounds(int left, int top, int right, int bottom) { argument
H A DQuickStatusBarHeader.java202 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DStatusBarHeaderView.java172 public void onLayoutChange(View v, int left, int top, int right,
H A DStatusBarIconController.java519 boolean coversFullStatusBar = area.top <= 0;
H A DStatusBarWindowView.java97 || insets.top != getPaddingTop()
105 // Drop top inset, apply left inset and pass through bottom inset.
110 insets.top = 0;
124 insets.top = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java49 * they simply peek from the top of the screen.
499 * @return the height of the top heads up notification when pinned. This is different from the
556 public void onLayoutChange(View v, int left, int top, int right, int bottom,
727 * A notification was just pinned to the top.
732 * A notification was just unpinned from the top.
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;
H A DRemoteInputView.java415 r.top = mScrollY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java116 public float getOverScrollAmount(boolean top) { argument
117 return top ? mOverScrollTopAmount : mOverScrollBottomAmount;
H A DNotificationChildrenContainer.java532 final int top = yPosition + child.getClipTopAmount();
534 final int bottom = top + intrinsicHeight;
538 newHeight = Math.max((parentHeight - top), 0);
658 float top = childTop + slidingChild.getClipTopAmount();
660 if (y >= top && y <= bottom) {

Completed in 156 milliseconds

<<11121314151617181920>>