Searched refs:bottom (Results 476 - 500 of 625) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/widget/
H A DEditor.java549 * at the bottom of the error icon.
1713 final int bottom = layout.getLineBottom(blockEndLine);
1730 right - left, bottom - top);
1748 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1854 final int bottom = layout.getLineTop(line + 1);
1858 int middle = bottom;
1861 middle = (top + bottom) >> 1;
1868 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset, clamped));
2210 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
2218 bottom
[all...]
H A DActivityChooserView.java476 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
477 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
H A DExpandableListView.java446 indicatorRect.bottom = b;
449 indicatorRect.bottom = b;// + mDividerHeight;
H A DVideoView.java837 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
838 super.onLayout(changed, left, top, right, bottom);
H A DSearchView.java379 public void onLayoutChange(View v, int left, int top, int right, int bottom,
832 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
833 super.onLayout(changed, left, top, right, bottom);
840 mSearchSrcTextViewBounds.left, 0, mSearchSrcTextViewBounds.right, bottom - top);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java461 // 2) fill towards start, stacking from bottom
463 // 4) scroll to fulfill requirements like stack from bottom.
1002 * <code>item[10]</code>'s bottom is 20 pixels above the RecyclerView's bottom.
1473 int left, top, right, bottom;
1483 bottom = layoutState.mOffset;
1487 bottom = layoutState.mOffset + result.mConsumed;
1491 bottom = top + mOrientationHelper.getDecoratedMeasurementInOther(view);
1503 layoutDecoratedWithMargins(view, left, top, right, bottom);
1507 + (right - params.rightMargin) + ", b:" + (bottom
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java743 final int bottomDiff = curY + mSelected.itemView.getHeight() + mTmpRect.bottom -
783 final int bottom = top + viewHolder.itemView.getHeight() + 2 * margin;
785 final int centerY = (top + bottom) / 2;
793 if (other.getBottom() < top || other.getTop() > bottom
1771 int bottom = curY + selected.itemView.getHeight();
1811 int diff = target.itemView.getBottom() - bottom;
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl80 void setOverscan(int displayId, int left, int top, int right, int bottom);
H A DWindow.java2172 public void notifyRestrictedCaptionAreaCallback(int left, int top, int right, int bottom) { argument
2174 mRestrictedCaptionAreaRect.set(left, top, right, bottom);
H A DViewRootImpl.java876 || insets.top != 0 || insets.bottom != 0;
901 final int oldInsetBottom = mWindowAttributes.surfaceInsets.bottom;
946 || mWindowAttributes.surfaceInsets.bottom != oldInsetBottom) {
1120 localDirty.union(dirty.left, dirty.top, dirty.right, dirty.bottom);
1416 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) {
1419 contentInsets.bottom + outsets.bottom);
2729 + "," + dirty.right + "," + dirty.bottom + "} surface="
2851 final int bottom = dirty.bottom;
[all...]
H A DMotionEvent.java468 * Flag indicating the motion event intersected the bottom edge of the screen.
3004 float right, float bottom) {
3009 if (x < left || x > right || y < top || y > bottom) {
3029 public final MotionEvent clampNoHistory(float left, float top, float right, float bottom) { argument
3042 pc[i].y = clamp(pc[i].y, top, bottom);
3003 isWithinBoundsNoHistory(float left, float top, float right, float bottom) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java629 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
631 mHotspotBounds.set(left, top, right, bottom);
/frameworks/base/libs/hwui/font/
H A DFont.cpp143 if (bounds->bottom > nPenY) {
144 bounds->bottom = nPenY;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java527 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
529 final float h = bottom-top;
H A DSwipeHelper.java235 (int) Math.ceil(childBounds.bottom));
240 + "," + (int) Math.ceil(childBounds.bottom));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java197 public void repositionChild(IWindow window, int left, int top, int right, int bottom, argument
199 mService.repositionChild(this, window, left, top, right, bottom,
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java61 * bottom of the screen on mobile and lower left on larger devices. Snackbars appear above all other
523 public void onLayoutChange(View view, int left, int top, int right, int bottom) {
673 void onLayoutChange(View view, int left, int top, int right, int bottom); argument
718 // Copy over the bottom inset as padding so that we're displayed above the
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java89 * at the bottom of the card, shifting up the info view without affecting
415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
483 onSizeChanged(0, 0, right - left, bottom - top);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserView.java458 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
459 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DPopupMenuTest.java237 result.bottom += current.bottom;
/frameworks/base/core/java/android/gesture/
H A DGesture.java67 mBoundingBox.right, mBoundingBox.bottom);
/frameworks/base/core/java/android/text/
H A DMeasuredText.java257 fm.bottom += workPaint.baselineShift;
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java167 protected boolean bottom(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java304 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument

Completed in 782 milliseconds

<<11121314151617181920>>