Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java136 final int left = mBarViewController.getHorizontalMargin(); in updateBounds()
145 mActivity.getDeviceProfile().widthPx - mBarViewController.getHorizontalMargin(); in updateBounds()
DBubbleBarViewController.java257 public int getHorizontalMargin() { in getHorizontalMargin() method in BubbleBarViewController
258 return mBarView.getHorizontalMargin(); in getHorizontalMargin()
DBubbleBarView.java751 int getHorizontalMargin() { in getHorizontalMargin() method in BubbleBarView
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java97 when(mSystemUIToast.getHorizontalMargin()).thenReturn(0); in setUp()