Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java177 private int mDisplayRightInset = 0; // in pixels field in QuickSettingsController
1258 mDisplayRightInset, in applyClippingImmediately()
1317 mDisplayRightInset = rightInset; in setDisplayInsets()
1506 + mDisplayRightInset; in calculateRightClippingBound()
2036 ipw.println(mDisplayRightInset); in dump()
H A DNotificationPanelViewController.java416 private int mDisplayRightInset = 0; // in pixels field in NotificationPanelViewController
3390 ipw.print("mDisplayRightInset="); ipw.println(mDisplayRightInset); in dump()
4725 mDisplayRightInset = combinedInsets.right; in onApplyShadeWindowInsets()
4727 mQsController.setDisplayInsets(mDisplayLeftInset, mDisplayRightInset); in onApplyShadeWindowInsets()