Home | History | Annotate | Download | only in widget

Lines Matching refs:parentHeight

342             final int parentHeight = b - t;
351 final int targetTop = (parentHeight - targetHeight) / 2;
353 final int top = (parentHeight - handleHeight) / 2;
354 final int bottom = (parentHeight + handleHeight) / 2;
372 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
373 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2;
376 text.layout(left, 0 - parentHeight, right, 0);
380 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
381 text.layout(left, parentHeight, right, parentHeight + parentHeight);