Searched refs:dividerInsets (Results 1 – 4 of 4) sorted by relevance
130 public static int getDividerSize(Resources res, int dividerInsets) { in getDividerSize() argument133 return windowWidth - 2 * dividerInsets; in getDividerSize()
107 int dividerInsets = ctx.getResources().getDimensionPixelSize( in create() local111 dividerWindowWidth - 2 * dividerInsets, in create()
1076 int dividerInsets = in getSplitScreenAspectRatio() local1078 int dividerSize = dividerWindowWidth - dividerInsets * 2; in getSplitScreenAspectRatio()
4672 int dividerInsets =4675 return (dimensionToSplit - (dividerWindowWidth - dividerInsets * 2)) / 2;