Searched refs:handleHeight (Results 1 – 2 of 2) sorted by relevance
351 final int handleHeight = tabBackground.getIntrinsicHeight(); in layout() local367 final int top = (parentHeight - handleHeight) / 2; in layout()368 final int bottom = (parentHeight + handleHeight) / 2; in layout()386 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; in layout()387 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2; in layout()389 tab.layout(left, 0, right, handleHeight); in layout()394 tab.layout(left, parentHeight - handleHeight, right, parentHeight); in layout()
4517 final int handleHeight = getPreferredHeight(); in HandleView() local4518 mTouchOffsetY = -0.3f * handleHeight; in HandleView()4519 mIdealVerticalOffset = 0.7f * handleHeight; in HandleView()