Home
last modified time | relevance | path

Searched refs:LayoutManager (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/
DCarUiSnapHelper.java27 import androidx.recyclerview.widget.RecyclerView.LayoutManager;
68 @NonNull LayoutManager layoutManager, @NonNull View targetView) { in calculateDistanceToFinalSnap()
85 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in smoothScrollBy()
112 private int findTargetSnapPosition(RecyclerView.LayoutManager layoutManager, in findTargetSnapPosition()
197 public View findSnapView(LayoutManager layoutManager) { in findSnapView()
276 private View findViewIfScrollable(LayoutManager layoutManager) { in findViewIfScrollable()
301 private static View findTopView(LayoutManager layoutManager, OrientationHelper helper) { in findTopView()
393 protected RecyclerView.SmoothScroller createScroller(@NonNull LayoutManager layoutManager) { in createScroller()
414 LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in calculateScrollDistance()
445 public boolean isAtStart(@Nullable LayoutManager layoutManager) { in isAtStart()
[all …]
DDefaultScrollBar.java365 private OrientationHelper getOrientationHelper(RecyclerView.LayoutManager layoutManager) { in getOrientationHelper()
501 RecyclerView.LayoutManager layoutManager = getRecyclerView().getLayoutManager(); in updatePaginationButtons()
DCarUiRecyclerView.java364 public LayoutManager getEffectiveLayoutManager() { in getEffectiveLayoutManager()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedSnapHelper.java27 import androidx.recyclerview.widget.RecyclerView.LayoutManager;
54 @NonNull LayoutManager layoutManager, @NonNull View targetView) { in calculateDistanceToFinalSnap()
73 public View findSnapView(LayoutManager layoutManager) { in findSnapView()
90 private int distanceToTopMargin(@NonNull LayoutManager layoutManager, in distanceToTopMargin()
107 private View findTopView(LayoutManager layoutManager, in findTopView()
186 protected RecyclerView.SmoothScroller createScroller(RecyclerView.LayoutManager layoutManager) { in createScroller()
207 RecyclerView.LayoutManager layoutManager = mRecyclerView.getLayoutManager(); in calculateScrollDistance()
236 boolean isAtStart(RecyclerView.LayoutManager layoutManager) { in isAtStart()
253 public boolean isAtEnd(RecyclerView.LayoutManager layoutManager) { in isAtEnd()
278 @NonNull RecyclerView.LayoutManager layoutManager) { in getOrientationHelper()
[all …]
DCarScrollBar.java455 RecyclerView.LayoutManager layoutManager = getRecyclerView().getLayoutManager(); in updateRowsPerPage()
526 private OrientationHelper getOrientationHelper(RecyclerView.LayoutManager layoutManager) { in getOrientationHelper()
656 RecyclerView.LayoutManager layoutManager = getRecyclerView().getLayoutManager(); in updatePaginationButtons()
701 RecyclerView.LayoutManager layoutManager = getRecyclerView().getLayoutManager(); in scrollToPosition()
724 RecyclerView.LayoutManager layoutManager = getRecyclerView().getLayoutManager(); in snapToPosition()
DPagedRecyclerView.java362 public void setLayoutManager(@Nullable LayoutManager layout) { in setLayoutManager()
380 public LayoutManager getEffectiveLayoutManager() { in getEffectiveLayoutManager()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java188 setLayoutManager(new LayoutManager()); in WearableListView()
270 setLayoutManager(new LayoutManager()); in resetLayoutManager()
593 LayoutManager layoutManager = (LayoutManager) getLayoutManager(); in smoothScrollToPosition()
796 LayoutManager layoutManager = (LayoutManager) getLayoutManager(); in notifyChildrenAboutProximity()
823 private class LayoutManager extends RecyclerView.LayoutManager { class in WearableListView
1305 private final LayoutManager mLayoutManager;
1307 public SmoothScroller(Context context, WearableListView.LayoutManager manager) { in SmoothScroller()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestRecyclerView.java36 private RecyclerView.LayoutManager mLayoutManager;
70 public void setLayoutManager(LayoutManager manager) { in setLayoutManager()
75 public RecyclerView.LayoutManager getLayoutManager() { in getLayoutManager()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java67 protected RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DMasterClearFragment.java115 RecyclerView.LayoutManager layoutManager = (recyclerView instanceof CarUiRecyclerView) in isAtEnd()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteFragment.java81 protected RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsAdapter.java101 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onAttachedToRecyclerView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardsAdapter.java101 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onAttachedToRecyclerView()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java344 final LayoutManager mLayoutManager = getLayoutManager(); in getFirstVisibleChildIndex()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportInfoActivity.java72 private RecyclerView.LayoutManager mLayoutManager;
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java347 public RecyclerView.LayoutManager onCreateLayoutManager() { in onCreateLayoutManager()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java335 public RecyclerView.LayoutManager onCreateLayoutManager() { in onCreateLayoutManager()