OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetChildren
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
OrientationHelper.java
176
public abstract void
offsetChildren
(int amount);
263
public void
offsetChildren
(int amount) {
361
public void
offsetChildren
(int amount) {
LinearLayoutManager.java
[
all
...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
OrientationHelper.java
183
public abstract void
offsetChildren
(int amount);
270
public void
offsetChildren
(int amount) {
368
public void
offsetChildren
(int amount) {
LinearLayoutManager.java
[
all
...]
StaggeredGridLayoutManager.java
[
all
...]
/packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java
406
offsetChildren
(up ? movedBy : -movedBy);
477
final void
offsetChildren
(int offset) {
/frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java
405
offsetChildren
(up ? movedBy : -movedBy);
725
final void
offsetChildren
(int offset) {
[
all
...]
Completed in 1128 milliseconds