Searched defs:top (Results 1 – 3 of 3) sorted by relevance
118 int top = oldTop; in onLayoutChildren() local167 final int top = bottom - getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local184 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in scrollVerticallyBy() local219 final int top = bottom - getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local231 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in onFocusSearchFailed() local
451 int top = oldTop; in onLayoutChildren() local540 final int top = bottom - v.getMeasuredHeight(); in scrollVerticallyBy() local556 final int top = getChildAt(getChildCount() - 1).getBottom(); in scrollVerticallyBy() local591 final int top = bottom - v.getMeasuredHeight(); in onFocusSearchFailed() local603 final int top = getChildAt(getChildCount() - 1).getBottom(); in onFocusSearchFailed() local
159 public CustomItem addItem(String description, float left, float top, float right, in addItem()