Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java91 float widthFactor; field in ViewPager.ItemInfo
887 lp.widthFactor = 0.f; in dataSetChanged()
995 extraWidthLeft += ii.widthFactor;
1064 lp.widthFactor = ii.widthFactor;
1180 offset -= ii.widthFactor + marginOffset;
1198 offset += ii.widthFactor + marginOffset;
1673 (ii.widthFactor + marginOffset);
2249 lastWidth = ii.widthFactor;
2358 final float widthFactor;
2361 widthFactor = ii.widthFactor;
[all …]