Searched refs:parentHeight (Results 1 – 2 of 2) sorted by relevance
62 final int parentHeight = parentBottom - parentTop; in onLayout() local85 parentUnpaddedHeight = parentHeight - childPaddingTop - childPaddingBottom; in onLayout()102 parentTop + (parentHeight - scaledChildHeight) / 2, in onLayout()104 parentTop + (parentHeight + scaledChildHeight) / 2); in onLayout()
63 public void initialize(int width, int height, int parentWidth, int parentHeight) { in initialize() argument64 super.initialize(width, height, parentWidth, parentHeight); in initialize()