Searched refs:middlePointInPixels (Results 1 – 1 of 1) sorted by relevance
196 int middlePointInPixels = rect.centerX(); in onLayout() local197 mLeftBackground.setBounds(rect.left, rect.top, middlePointInPixels, rect.bottom); in onLayout()198 mRightBackground.setBounds(middlePointInPixels, rect.top, rect.right, rect.bottom); in onLayout()