Searched refs:getScrollOffsetEnd (Results 1 – 4 of 4) sorted by relevance
58 int getScrollOffsetEnd(View view, Rect insets); in getScrollOffsetEnd() method
111 public int getScrollOffsetEnd(View view, Rect insets) { in getScrollOffsetEnd() method in DefaultPagedViewHandler
166 override fun getScrollOffsetEnd(view: View, insets: Rect): Int = in getChildStart() method in com.android.quickstep.orientation.LandscapePagedViewHandler
816 final int scrollOffsetEnd = mOrientationHandler.getScrollOffsetEnd(this, mInsets); in getPageScrolls()