Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java180 private int mDisplayRightInset = 0; // in pixels field in QuickSettingsControllerImpl
1277 mDisplayRightInset, in applyClippingImmediately()
1338 mDisplayRightInset = rightInset; in setDisplayInsets()
1528 + mDisplayRightInset; in calculateRightClippingBound()
2061 ipw.println(mDisplayRightInset); in dump()
DNotificationPanelViewController.java420 private int mDisplayRightInset = 0; // in pixels field in NotificationPanelViewController
3517 ipw.print("mDisplayRightInset="); ipw.println(mDisplayRightInset);
4773 mDisplayRightInset = combinedInsets.right;
4775 mQsController.setDisplayInsets(mDisplayLeftInset, mDisplayRightInset);