Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java107 final float insetFraction = (float) dp.iconSizePx / dp.hotseatQsbWidth; in resetLayout() local
110 mQsb.post(() -> insettableQsb.setHorizontalInsets(insetFraction)); in resetLayout()
174 float insetFraction = isBubbleBarVisible in adjustForBubbleBar()
177 horizontalInsettableQsb.setHorizontalInsets(insetFraction); in adjustForBubbleBar()