Home
last modified time | relevance | path

Searched defs:top (Results 1 – 3 of 3) sorted by relevance

/samples/AndroidXDemos/src/main/java/com/example/androidx/widget/
DRecyclerViewActivity.java118 int top = oldTop; in onLayoutChildren() local
167 final int top = bottom - getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local
184 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in scrollVerticallyBy() local
219 final int top = bottom - getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local
231 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in onFocusSearchFailed() local
DAnimatedRecyclerView.java451 int top = oldTop; in onLayoutChildren() local
540 final int top = bottom - v.getMeasuredHeight(); in scrollVerticallyBy() local
556 final int top = getChildAt(getChildCount() - 1).getBottom(); in scrollVerticallyBy() local
591 final int top = bottom - v.getMeasuredHeight(); in onFocusSearchFailed() local
603 final int top = getChildAt(getChildCount() - 1).getBottom(); in onFocusSearchFailed() local
/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
DExploreByTouchHelperActivity.java159 public CustomItem addItem(String description, float left, float top, float right, in addItem()