Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserMultiProfilePagerAdapter.java41 private int mMaxTargetsPerRow; field in ChooserMultiProfilePagerAdapter
55 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserMultiProfilePagerAdapter()
73 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserMultiProfilePagerAdapter()
89 mMaxTargetsPerRow = maxTargetsPerRow; in setMaxTargetsPerRow()
131 glm.setSpanCount(mMaxTargetsPerRow); in setupListAdapter()
H A DChooserActivity.java304 private int mMaxTargetsPerRow = 1; field in ChooserActivity
901 mMaxTargetsPerRow);
932 mMaxTargetsPerRow);
1110 / mMaxTargetsPerRow / 2;
2689 mMaxTargetsPerRow);
2856 return mMaxTargetsPerRow;
3332 int newWidth = width / mMaxTargetsPerRow;
3366 / mMaxTargetsPerRow)
3699 return position * mMaxTargetsPerRow;
3708 return serviceCount + position * mMaxTargetsPerRow;
[all …]