HomeSort by relevance Sort by last modified time
    Searched defs:onLayoutComplete (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
OrientationHelper.java 56 public void onLayoutComplete() {
63 * Make sure you call {@link #onLayoutComplete()} at the end of your LayoutManager's
68 * @see #onLayoutComplete()
LinearLayoutManager.java 631 mOrientationHelper.onLayoutComplete();
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
OrientationHelper.java 63 public void onLayoutComplete() {
70 * Make sure you call {@link #onLayoutComplete()} at the end of your LayoutManager's
75 * @see #onLayoutComplete()
LinearLayoutManager.java 660 mOrientationHelper.onLayoutComplete();
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 55 public void onLayoutComplete(boolean changed);
241 mListener.onLayoutComplete(changed);
    [all...]

Completed in 355 milliseconds