Home
last modified time | relevance | path

Searched refs:middlePointInPixels (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java196 int middlePointInPixels = rect.centerX(); in onLayout() local
197 mLeftBackground.setBounds(rect.left, rect.top, middlePointInPixels, rect.bottom); in onLayout()
198 mRightBackground.setBounds(middlePointInPixels, rect.top, rect.right, rect.bottom); in onLayout()