Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java495 final int midWidth = displayWidth / 2; in buildAppBounds() local
496 final int left = midWidth - (APP_WIDTH / 2); in buildAppBounds()
497 final int right = midWidth + (APP_WIDTH / 2); in buildAppBounds()