Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGravity.java186 int xAdj, int yAdj, Rect outRect) { in apply() argument
190 + ((container.right - container.left - w)/2) + xAdj; in apply()
203 outRect.left = container.left + xAdj; in apply()
213 outRect.right = container.right - xAdj; in apply()
223 outRect.left = container.left + xAdj; in apply()
224 outRect.right = container.right + xAdj; in apply()