Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DHorizontalInsettableView.java35 void setHorizontalInsets(float insetPercentage); in setHorizontalInsets() method
52 view.setHorizontalInsets(insetPercentage);
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java110 mQsb.post(() -> insettableQsb.setHorizontalInsets(insetFraction)); in resetLayout()
115 ((HorizontalInsettableView) mQsb).setHorizontalInsets(0); in resetLayout()
177 horizontalInsettableQsb.setHorizontalInsets(insetFraction); in adjustForBubbleBar()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLauncherUnfoldAnimationController.java211 mQsbInsettable.setHorizontalInsets(0); in onTransitionFinished()
219 mQsbInsettable.setHorizontalInsets(insetPercentage); in onTransitionProgress()