OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLayoutChildren
(Results
26 - 31
of
31
) sorted by null
1
2
/packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java
180
*
onLayoutChildren
is sort of like a "reset" for the layout state. At a high level, it should:
184
* not re-added will be removed after
onLayoutChildren
.
188
* @see super#
onLayoutChildren
(RecyclerView.Recycler, RecyclerView.State)
191
public void
onLayoutChildren
(RecyclerView.Recycler recycler, RecyclerView.State state) {
194
* of
onLayoutChildren
(or 0 if there is none). This row will be laid out first. After that,
217
"::
onLayoutChildren
anchorPosition:%s, anchorTop:%s,"
263
*
onLayoutChildren
. It doesn't have to detach all views. It only looks at the end of the list
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java
100
* {@link #
onLayoutChildren
(RecyclerView.Recycler, RecyclerView.State)} is run.
455
public void
onLayoutChildren
(RecyclerView.Recycler recycler, RecyclerView.State state) {
[
all
...]
RecyclerView.java
[
all
...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java
423
* During full layout pass, when GridView had focus:
onLayoutChildren
will
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 135 milliseconds
1
2