HomeSort by relevance Sort by last modified time
    Searched refs:AnchorInfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 135 final AnchorInfo mAnchorInfo = new AnchorInfo();
659 * @param anchorInfo The mutable POJO that keeps the position and offset.
664 AnchorInfo anchorInfo, int firstLayoutItemDirection) {
726 AnchorInfo anchorInfo) {
727 if (updateAnchorFromPendingData(state, anchorInfo)) {
734 if (updateAnchorFromChildren(recycler, state, anchorInfo)) {
743 anchorInfo.assignCoordinateFromPadding()
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 139 final AnchorInfo mAnchorInfo = new AnchorInfo();
663 * @param anchorInfo The mutable POJO that keeps the position and offset.
668 AnchorInfo anchorInfo, int firstLayoutItemDirection) {
731 AnchorInfo anchorInfo) {
732 if (updateAnchorFromPendingData(state, anchorInfo)) {
739 if (updateAnchorFromChildren(recycler, state, anchorInfo)) {
748 anchorInfo.assignCoordinateFromPadding()
    [all...]
StaggeredGridLayoutManager.java 197 private final AnchorInfo mAnchorInfo = new AnchorInfo();
610 final AnchorInfo anchorInfo = mAnchorInfo;
614 anchorInfo.reset();
619 boolean recalculateAnchor = !anchorInfo.mValid || mPendingScrollPosition != NO_POSITION
622 anchorInfo.reset();
624 applyPendingSavedState(anchorInfo);
627 anchorInfo.mLayoutFromEnd = mShouldReverseLayout;
629 updateAnchorInfoForLayout(state, anchorInfo);
    [all...]
GridLayoutManager.java 353 AnchorInfo anchorInfo, int itemDirection) {
354 super.onAnchorReady(recycler, state, anchorInfo, itemDirection);
357 ensureAnchorIsInCorrectSpan(recycler, state, anchorInfo, itemDirection);
385 RecyclerView.State state, AnchorInfo anchorInfo, int itemDirection) {
388 int span = getSpanIndex(recycler, state, anchorInfo.mPosition);
391 while (span > 0 && anchorInfo.mPosition > 0) {
392 anchorInfo.mPosition--;
393 span = getSpanIndex(recycler, state, anchorInfo.mPosition)
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 138 milliseconds