Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DSplitInstructionsView.java147 int expandAmount = (minTouchSize + 1 - r.width()) / 2; in init() local
148 r.left -= expandAmount; in init()
149 r.right += expandAmount; in init()
152 int expandAmount = (minTouchSize + 1 - r.height()) / 2; in init() local
153 r.top -= expandAmount; in init()
154 r.bottom += expandAmount; in init()