Searched refs:handleHeight (Results 1 – 2 of 2) sorted by relevance
345 final int handleHeight = tabBackground.getIntrinsicHeight(); in layout() local361 final int top = (parentHeight - handleHeight) / 2; in layout()362 final int bottom = (parentHeight + handleHeight) / 2; in layout()380 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; in layout()381 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2; in layout()383 tab.layout(left, 0, right, handleHeight); in layout()388 tab.layout(left, parentHeight - handleHeight, right, parentHeight); in layout()
4086 final int handleHeight = getPreferredHeight(); in HandleView() local4087 mTouchOffsetY = -0.3f * handleHeight; in HandleView()4088 mIdealVerticalOffset = 0.7f * handleHeight; in HandleView()