OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPreLayout
(Results
1 - 18
of
18
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java
123
builder.append("is pre layout:").append(state.
isPreLayout
()).append(", done:").append(done);
133
if (state.
isPreLayout
() && !done) {
157
if (state.
isPreLayout
()) {
292
if (state.
isPreLayout
()) {
305
if (!state.
isPreLayout
()) {
309
if (state.
isPreLayout
()) {
428
if (super.mState.
isPreLayout
()) {
443
+ "pre layout:" + mState.
isPreLayout
()
601
if (mType == Type.scrap || (mType == Type.adapterScrap && !state.
isPreLayout
())) {
611
if (state.
isPreLayout
()) {
[
all
...]
GridLayoutManagerTest.java
621
} else if (enableSpanLookupLogging.get() && !rv.mState.
isPreLayout
()) {
[
all
...]
BaseLinearLayoutManagerTest.java
129
if (state.
isPreLayout
()) {
BaseRecyclerViewInstrumentationTest.java
647
if (!mRecyclerView.mState.
isPreLayout
()) {
[
all
...]
RecyclerViewLayoutTest.java
[
all
...]
RecyclerViewAnimationsTest.java
139
if (state.
isPreLayout
()) {
[
all
...]
BaseStaggeredGridLayoutManagerTest.java
780
if (getChildCount() == 0 || mRecyclerView.mState.
isPreLayout
()) {
[
all
...]
ItemAnimatorV2ApiTest.java
112
if (!state.
isPreLayout
()) {
StaggeredGridLayoutManagerTest.java
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java
167
if (state.
isPreLayout
()) {
356
if (state.getItemCount() > 0 && !state.
isPreLayout
()) {
450
if (!state.
isPreLayout
()) {
466
if (!state.
isPreLayout
()) {
487
if (!state.
isPreLayout
()) {
[
all
...]
LinearLayoutManager.java
477
Log.d(TAG, "is pre layout:" + state.
isPreLayout
());
522
if (state.
isPreLayout
() && mPendingScrollPosition != NO_POSITION
561
mLayoutState.mIsPreLayout = state.
isPreLayout
();
638
if (!state.
isPreLayout
()) {
681
if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.
isPreLayout
()
778
if (!state.
isPreLayout
() && supportsPredictiveItemAnimations()) {
801
if (state.
isPreLayout
() || mPendingScrollPosition == NO_POSITION) {
[
all
...]
RecyclerView.java
[
all
...]
StaggeredGridLayoutManager.java
701
if (shouldCheckForGaps && !state.
isPreLayout
()) {
712
if (state.
isPreLayout
()) {
848
if (state.
isPreLayout
() || mPendingScrollPosition == NO_POSITION) {
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java
473
Log.d(TAG, "is pre layout:" + state.
isPreLayout
());
518
if (state.
isPreLayout
() && mPendingScrollPosition != NO_POSITION
557
mLayoutState.mIsPreLayout = state.
isPreLayout
();
634
if (!state.
isPreLayout
()) {
676
if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.
isPreLayout
()
773
if (!state.
isPreLayout
() && supportsPredictiveItemAnimations()) {
796
if (state.
isPreLayout
() || mPendingScrollPosition == NO_POSITION) {
[
all
...]
RecyclerView.java
[
all
...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java
477
if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.
isPreLayout
()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 97 milliseconds