Searched refs:handleHeight (Results 1 – 3 of 3) sorted by relevance
62 final int handleHeight = getResources().getDimensionPixelSize( in BubbleBarHandleView() local74 final int handleTop = handleCenterY - handleHeight / 2; in BubbleBarHandleView()75 final int handleBottom = handleTop + handleHeight; in BubbleBarHandleView()76 final int radius = handleHeight / 2; in BubbleBarHandleView()
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()
5042 final int handleHeight = getPreferredHeight(); in HandleView() local5043 mTouchOffsetY = -0.3f * handleHeight; in HandleView()5048 mIdealVerticalOffset = 0.7f * handleHeight; in HandleView()