Lines Matching defs:top

186      * the views from there. The top is specified by mSpecificTop.
191 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
285 * Indicates whether the list selector should be drawn on top of the children or behind
316 * The selection's top padding
341 * The top scroll indicator
363 * The offset to the top of the mMotionPosition view when the down motion event was received
368 * The desired offset to the top of the mMotionPosition view after a scroll
414 * The offset in pixels form the top of the AdapterView to the top
421 * the top edge.
552 * Indicates that this list is always drawn on top of a solid, single-color, opaque
618 * Tracks the state of the top edge glow.
628 * An estimate of how many pixels are between the top of the list and
629 * the top of the first position in the adapter, based on the last time
736 * The top-level view of a list item can implement this interface to allow
1191 return getChildAt(0).getTop() >= mListPadding.top &&
1392 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom;
1399 final int viewportHeight = getHeight() - mListPadding.top - mListPadding.bottom;
1504 * false to pin the view's content to the top edge
1652 // We only do this if we are not currently at the top of
1657 // (2) Being "at the top" seems like a special case, anyway,
1851 final int top = view.getTop();
1854 extent += (top * 100) / height;
1879 final int top = view.getTop();
1882 return Math.max(firstPosition * 100 - (top * 100) / height +
1927 final int top = getChildAt(0).getTop();
1929 return top < mPaddingTop ? (float) -(top - mPaddingTop) / fadeLength : fadeEdge;
1959 listPadding.top = mSelectionTopPadding + mPaddingTop;
2004 protected boolean setFrame(int left, int top, int right, int bottom) {
2005 final boolean changed = super.setFrame(left, top, right, bottom);
2032 // ... Or top of 0th element is not visible
2036 canScrollUp = child.getTop() < mListPadding.top;
2076 * @return The top list padding.
2079 return mListPadding.top;
2291 positionSelector(selectorRect.left, selectorRect.top, selectorRect.right,
2411 * Controls whether the selection highlight drawable should be drawn on top of the item or
2443 mSelectionTopPadding = padding.top;
3093 // Check if the top of the motion view is where it is
3446 final int contentTop = mListPadding.top;
3694 // Pin to the top/bottom during overscroll
4055 // (e.g. finger moving down means list is moving towards the top)
4060 // List is moving towards the top. Use first view as mMotionPosition
4368 final int paddedTop = mListPadding.top;
4406 // Don't scroll the bound view off the top of the screen.
4502 Math.max(mExtraScroll, mListPadding.top) : mListPadding.top;
4531 final int extraScroll = Math.max(mListPadding.top, mExtraScroll);
4636 * the top edge of the view. If this is impossible, (e.g. the offset would scroll
4641 * @param offset Desired distance in pixels of <code>position</code> from the top
4655 * the top edge of the view. If this is impossible, (e.g. the offset would scroll
4660 * @param offset Desired distance in pixels of <code>position</code> from the top
4743 // the top index is not perceivably visible so offset
4744 // to account for showing that top index as well
4812 effectivePaddingTop = listPadding.top;
4838 mFirstPositionDistanceGuess = firstTop - listPadding.top;
4849 firstTop >= listPadding.top && incrementalDeltaY >= 0);
4871 int top = -incrementalDeltaY;
4873 top += listPadding.top;
4877 if (child.getBottom() >= top) {
4917 // calls to bubble up from the children all the way to the top
4956 * at the top of the list that should not be recycled during a layout.
5080 int childrenTop = mListPadding.top;
5106 final int top = v.getTop();
5110 selectedTop = top;
5112 if (firstPosition > 0 || top < childrenTop) {
5118 if (top >= childrenTop) {
5119 // Found a view whose top is fully visisble
5121 selectedTop = top;
5132 final int top = v.getTop();
5136 selectedTop = top;
5144 selectedTop = top;
5431 sY = source.top + source.height() / 2;
5433 dY = dest.top + dest.height() / 2;
5439 dY = dest.top;
5443 sY = source.top + source.height() / 2;
5445 dY = dest.top + dest.height() / 2;
5449 sY = source.top;
5456 sY = source.top + source.height() / 2;
5458 dY = dest.top + dest.height() / 2;
5788 * on top of a solid, single-color, opaque background.
5809 * on top of a solid, single-color, opaque background