OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertNoLayout
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java
499
mLayoutManager.
assertNoLayout
("if an interim gap is fixed, it should not cause a "
685
mLayoutManager.
assertNoLayout
("no layout should happen when an invisible child is updated",
[
all
...]
RecyclerViewLayoutTest.java
174
layoutManager.
assertNoLayout
("nothing is invalid, layout should not happen", 2);
830
tlm.
assertNoLayout
("dummy event should not trigger a layout", 1);
[
all
...]
BaseRecyclerViewInstrumentationTest.java
572
public void
assertNoLayout
(String msg, long timeout) throws Throwable {
[
all
...]
BaseStaggeredGridLayoutManagerTest.java
501
public void
assertNoLayout
(String msg, long timeout) throws Throwable {
[
all
...]
RecyclerViewAnimationsTest.java
[
all
...]
Completed in 41 milliseconds