Searched refs:handleHeight (Results 1 – 2 of 2) sorted by relevance
348 final int handleHeight = tabBackground.getIntrinsicHeight(); in layout() local364 final int top = (parentHeight - handleHeight) / 2; in layout()365 final int bottom = (parentHeight + handleHeight) / 2; in layout()383 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; in layout()384 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2; in layout()386 tab.layout(left, 0, right, handleHeight); in layout()391 tab.layout(left, parentHeight - handleHeight, right, parentHeight); in layout()
5003 final int handleHeight = getPreferredHeight(); in HandleView() local5004 mTouchOffsetY = -0.3f * handleHeight; in HandleView()5009 mIdealVerticalOffset = 0.7f * handleHeight; in HandleView()