public static class TestSectionCreator.TestSection extends Section implements Cloneable
Section.Builder<L extends SectionLifecycle,T extends Section.Builder<L,T>>
Modifier and Type | Field and Description |
---|---|
int |
firstFullyVisibleIndex |
int |
firstVisibleIndex |
int |
lastFullyVisibleIndex |
int |
lastVisibleIndex |
boolean |
refreshCalled |
Modifier and Type | Method and Description |
---|---|
String |
getSimpleName()
Mostly used by logging to provide more readable messages.
|
getChildren, getEventDispatcher, getGlobalKey, getLifecycle, getStateContainer, isEquivalentTo, makeShallowCopy, makeShallowCopy, setChildren, setCount, setGlobalKey, setKey
public boolean refreshCalled
public int firstVisibleIndex
public int lastVisibleIndex
public int firstFullyVisibleIndex
public int lastFullyVisibleIndex
public String getSimpleName()
Section
getSimpleName
in class Section