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

  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearLayoutManager.java 135 final AnchorInfo mAnchorInfo = new AnchorInfo();
684 * @param anchorInfo The mutable POJO that keeps the position and offset.
689 AnchorInfo anchorInfo, int firstLayoutItemDirection) {
752 AnchorInfo anchorInfo) {
753 if (updateAnchorFromPendingData(state, anchorInfo)) {
760 if (updateAnchorFromChildren(recycler, state, anchorInfo)) {
769 anchorInfo.assignCoordinateFromPadding()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 135 final AnchorInfo mAnchorInfo = new AnchorInfo();
655 * @param anchorInfo The mutable POJO that keeps the position and offset.
660 AnchorInfo anchorInfo, int firstLayoutItemDirection) {
722 AnchorInfo anchorInfo) {
723 if (updateAnchorFromPendingData(state, anchorInfo)) {
730 if (updateAnchorFromChildren(recycler, state, anchorInfo)) {
739 anchorInfo.assignCoordinateFromPadding()
    [all...]

Completed in 95 milliseconds