Home
last modified time | relevance | path

Searched refs:maxTargetsPerRow (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserMultiProfilePagerAdapter.java49 int maxTargetsPerRow) { in ChooserMultiProfilePagerAdapter() argument
55 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserMultiProfilePagerAdapter()
66 int maxTargetsPerRow) { in ChooserMultiProfilePagerAdapter() argument
73 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserMultiProfilePagerAdapter()
88 public void setMaxTargetsPerRow(int maxTargetsPerRow) { in setMaxTargetsPerRow() argument
89 mMaxTargetsPerRow = maxTargetsPerRow; in setMaxTargetsPerRow()
H A DChooserActivity.java3931 public void handleScroll(RecyclerView view, int y, int oldy, int maxTargetsPerRow) {
3944 if (validTargets <= maxTargetsPerRow) {