Searched refs:menuStart (Results 1 – 1 of 1) sorted by relevance
1104 int menuStart = isLayoutRtl ? getPaddingLeft() : r - l - getPaddingRight(); in onLayout() local1151 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl); in onLayout()1152 menuStart += direction * mMenuView.getMeasuredWidth(); in onLayout()1157 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl); in onLayout()1158 menuStart += direction * mIndeterminateProgressView.getMeasuredWidth(); in onLayout()1180 menuStart += direction * ablp.getMarginEnd(); in onLayout()1194 } else if (centeredEnd < menuStart) { in onLayout()1202 } else if (centeredEnd > menuStart) { in onLayout()1216 xpos = isLayoutRtl ? menuStart : x; in onLayout()1219 xpos = isLayoutRtl ? x - navWidth : menuStart - navWidth; in onLayout()