Searched refs:dividerSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DDockedDividerUtils.java35 int displayWidth, int displayHeight, int dividerSize) {
45 outRect.left = position + dividerSize;
48 outRect.top = position + dividerSize;
84 public static int calculatePositionForBounds(Rect bounds, int dockSide, int dividerSize) { argument
91 return bounds.left - dividerSize;
93 return bounds.top - dividerSize;
100 int displayWidth, int displayHeight, int dividerSize) {
105 return start + (end - start) / 2 - dividerSize / 2;
34 calculateBoundsForPosition(int position, int dockSide, Rect outRect, int displayWidth, int displayHeight, int dividerSize) argument
99 calculateMiddlePosition(boolean isHorizontalDivision, Rect insets, int displayWidth, int displayHeight, int dividerSize) argument
H A DDividerSnapAlgorithm.java100 public DividerSnapAlgorithm(Resources res, int displayWidth, int displayHeight, int dividerSize, argument
102 this(res, displayWidth, displayHeight, dividerSize, isHorizontalDivision, insets, false);
105 public DividerSnapAlgorithm(Resources res, int displayWidth, int displayHeight, int dividerSize, argument
111 mDividerSize = dividerSize;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java478 public Rect getDockedBounds(int width, int height, int dividerSize, Rect insets, argument
484 insets, width, height, dividerSize);
487 width, height, dividerSize);
496 int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm,
502 insets, width, height, dividerSize);
505 dividerSize);
495 getDockedTaskStackBounds(Rect displayRect, int width, int height, int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm, Resources res, Rect windowRectOut) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java516 final int dividerSize = mDisplayContent.getDockedDividerController().getContentWidth();
519 dockSide, dividerSize);
529 dividerSize, orientation == Configuration.ORIENTATION_PORTRAIT, outBounds,
536 dividerSize);
H A DDockedStackDividerController.java192 int dividerSize = mDividerWindowWidth - 2 * mDividerInsets;
197 outBounds.set(0, mTaskHeightInMinimizedMode + dividerSize + mTmpRect.top,
202 outBounds.set(mTaskHeightInMinimizedMode + dividerSize + mTmpRect.left + mTmpRect.top,

Completed in 112 milliseconds