Home
last modified time | relevance | path

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

/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.java368 public void setLayoutManager(@Nullable LayoutManager layout) { in setLayoutManager()
386 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.java62 protected RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteListFragment.java65 protected RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DMasterClearFragment.java105 RecyclerView.LayoutManager layoutManager = (recyclerView instanceof PagedRecyclerView) in isAtEnd()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardsAdapter.java101 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onAttachedToRecyclerView()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsAdapter.java101 final RecyclerView.LayoutManager layoutManager = recyclerView.getLayoutManager(); in onAttachedToRecyclerView()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportInfoActivity.java54 private RecyclerView.LayoutManager mLayoutManager;
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java333 final LayoutManager mLayoutManager = getLayoutManager(); in getFirstVisibleChildIndex()
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java335 public RecyclerView.LayoutManager onCreateLayoutManager() { in onCreateLayoutManager()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsPreferenceFragment.java335 public RecyclerView.LayoutManager onCreateLayoutManager() { in onCreateLayoutManager()