HomeSort by relevance Sort by last modified time
    Searched refs:LayoutManager (Results 51 - 70 of 70) sorted by null

1 23

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 111 * {@link LayoutManager} to be able to detect data set changes in batches during a layout
112 * calculation. This saves LayoutManager from tracking adapter changes to calculate animations.
119 * position from the LayoutManager's perspective.</li>
145 * When writing a {@link LayoutManager} you almost always want to use layout positions whereas when
268 * Handles abstraction between LayoutManager children and RecyclerView children
313 @VisibleForTesting LayoutManager mLayout;
525 // Create the layoutManager if specified.
575 * Instantiate and set a LayoutManager, if specified in the attributes.
591 Class<? extends LayoutManager> layoutManagerClass =
592 classLoader.loadClass(className).asSubclass(LayoutManager.class)
    [all...]
LinearLayoutManager.java 39 * A {@link android.support.v7.widget.RecyclerView.LayoutManager} implementation which provides
42 public class LinearLayoutManager extends RecyclerView.LayoutManager implements
57 * While trying to find next view to focus, LayoutManager will not try to scroll more
98 * This keeps the final value for how LayoutManager should start laying out views.
118 * When LayoutManager needs to scroll to a position, it sets this variable and requests a
167 * "layoutManager". Defaults to vertical orientation.
192 * Returns whether LayoutManager will recycle its children when it is detached from
195 * @return true if LayoutManager will recycle its children when it is detached from
203 * Set whether LayoutManager will recycle its children when it is detached from
409 * <p>Returns the amount of extra space that should be laid out by LayoutManager
    [all...]
StaggeredGridLayoutManager.java 48 * A LayoutManager that lays out children in a staggered grid formation.
55 public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager implements
83 * For example, if LayoutManager ends up with the following layout due to adapter changes:
101 * While trying to find next view to focus, LayoutManager will not try to scroll more
146 * When LayoutManager needs to scroll to a position, it sets this variable and requests a
222 * "layoutManager". Defaults to single column and vertical.
456 * Sets whether LayoutManager should start laying out items from the end of the UI. The order
    [all...]
  /frameworks/support/v14/preference/src/android/support/v14/preference/
PreferenceFragment.java 594 * {@link android.support.v7.widget.RecyclerView.LayoutManager} for the created
596 * @return A new {@link android.support.v7.widget.RecyclerView.LayoutManager} instance.
598 public RecyclerView.LayoutManager onCreateLayoutManager() {
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceFragmentCompat.java 583 * {@link android.support.v7.widget.RecyclerView.LayoutManager} for the created
585 * @return A new {@link android.support.v7.widget.RecyclerView.LayoutManager} instance.
587 public RecyclerView.LayoutManager onCreateLayoutManager() {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java 560 public class TestLayoutManager extends RecyclerView.LayoutManager {
    [all...]
RecyclerViewLayoutTest.java 129 TestLayoutManager layoutManager = new TestLayoutManager() {
144 rv.setLayoutManager(layoutManager);
146 layoutManager.expectLayouts(1);
153 layoutManager.waitForLayout(2);
163 rv.setLayoutManager(layoutManager);
170 layoutManager.expectLayouts(1);
185 layoutManager.waitForLayout(2);
187 layoutManager.assertNoLayout("nothing is invalid, layout should not happen", 2);
198 assertThat(view.mLayout, is((RecyclerView.LayoutManager) this));
204 assertThat(view.mLayout, is((RecyclerView.LayoutManager) this))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 138 private final RecyclerView.LayoutManager mLayoutManager;
  /packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java 367 public RecyclerView.LayoutManager onCreateLayoutManager() {
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java 34 import java.awt.LayoutManager;
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 429 * A basic ListView-style LayoutManager.
431 class MyLayoutManager extends RecyclerView.LayoutManager {
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 37 * Custom {@link RecyclerView.LayoutManager} that behaves similar to LinearLayoutManager except that
54 public class CarLayoutManager extends RecyclerView.LayoutManager {
127 * The LayoutManager only gets {@link #onScrollStateChanged(int)} updates. This enables the
497 * @param parent The RecyclerView hosting this LayoutManager
609 * still be returned. However, since the LayoutManager snaps to view starts, having
635 * still be returned. However, since the LayoutManager snaps to view starts, having
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 50 final class GridLayoutManager extends RecyclerView.LayoutManager {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1062 milliseconds

1 23