OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnchorInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Support/
YAMLParser.cpp
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java
137
final
AnchorInfo
mAnchorInfo = new
AnchorInfo
();
650
* @param
anchorInfo
The mutable POJO that keeps the position and offset.
655
AnchorInfo
anchorInfo
, int firstLayoutItemDirection) {
717
AnchorInfo
anchorInfo
) {
718
if (updateAnchorFromPendingData(state,
anchorInfo
)) {
725
if (updateAnchorFromChildren(recycler, state,
anchorInfo
)) {
734
anchorInfo
.assignCoordinateFromPadding()
[
all
...]
StaggeredGridLayoutManager.java
197
private final
AnchorInfo
mAnchorInfo = new
AnchorInfo
();
604
final
AnchorInfo
anchorInfo
= mAnchorInfo;
608
anchorInfo
.reset();
613
if (!
anchorInfo
.mValid || mPendingScrollPosition != NO_POSITION ||
615
anchorInfo
.reset();
617
applyPendingSavedState(
anchorInfo
);
620
anchorInfo
.mLayoutFromEnd = mShouldReverseLayout;
623
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 582 milliseconds