OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logPrefix
(Results
1 - 6
of
6
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java
64
final String
logPrefix
= config.toString();
89
assertEquals(
logPrefix
+ " span index should match",
98
logPrefix
+ " If scroll is complete, all views should be visited",
GridLayoutManagerRtlTest.java
80
String
logPrefix
= mConfig + ", changeRtlAfterLayout:" + mChangeRtlAfter + ","
123
assertNotNull(
logPrefix
+ " child position 0 should be laid out", child0);
125
logPrefix
+ " second child position " + (secondChildPos) + " should be laid out",
128
assertTrue(
logPrefix
+ " second child should be to the left of first child",
130
assertEquals(
logPrefix
+ " first child should be right aligned",
133
assertTrue(
logPrefix
+ " first child should be to the left of second child",
135
assertEquals(
logPrefix
+ " first child should be left aligned",
LinearLayoutManagerBaseConfigSetTest.java
125
final String
logPrefix
= config + " " + target;
132
assertNotNull(
logPrefix
+ " scrolling to a mPosition with offset " + offset
136
Log.d(TAG,
logPrefix
+ " post scroll to invisible mPosition " + bounds + " in "
141
assertEquals(
logPrefix
+ " when scrolling with offset to an invisible in reverse "
148
logPrefix
+ " when scrolling with offset to an invisible child in normal"
LinearLayoutManagerSavedStateTest.java
326
final String
logPrefix
= mConfig + "\npostLayout:" + mPostLayoutOperation.describe() +
328
assertEquals(
logPrefix
+ " on saved state, reverse layout should be preserved",
330
assertEquals(
logPrefix
+ " on saved state, orientation should be preserved",
332
assertEquals(
logPrefix
+ " on saved state, stack from end should be preserved",
338
logPrefix
+ ": on restore, previous view positions should be preserved",
342
logPrefix
StaggeredGridLayoutManagerBaseConfigSetTest.java
94
String
logPrefix
= mConfig + ", changeRtlAfterLayout:" + changeRtlAfter;
127
assertNotNull(
logPrefix
+ " child position 0 should be laid out", child0);
128
assertNotNull(
logPrefix
+ " child position 0 should be laid out", child1);
129
logPrefix
+= " child1 pos:" + mLayoutManager.getPosition(child1);
131
assertTrue(
logPrefix
+ " second child should be to the left of first child",
133
assertEquals(
logPrefix
+ " first child should be right aligned",
136
assertTrue(
logPrefix
+ " first child should be to the left of second child",
138
assertEquals(
logPrefix
+ " first child should be left aligned",
[
all
...]
RecyclerViewAnimationsTest.java
[
all
...]
Completed in 71 milliseconds