HomeSort by relevance Sort by last modified time
    Searched full:anchortop (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
pinch_unittest.py 22 scaleFactor, anchorLeft, anchorTop, callback, speed) {
25 window.__test_anchorTop = anchorTop;
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 200 int anchorTop = -1;
205 anchorTop = getDecoratedTop(anchor);
217 ":: onLayoutChildren anchorPosition:%s, anchorTop:%s,"
220 anchorPosition, anchorTop, mPendingScrollPosition, mAnchorPageBreakPosition,
238 View anchor = layoutAnchor(recycler, anchorPosition, anchorTop);
768 * @param anchorTop The decorated top of the anchor. If it is not known or should be reset
771 private View layoutAnchor(RecyclerView.Recycler recycler, int anchorPosition, int anchorTop) {
    [all...]

Completed in 297 milliseconds