Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGravity.java218 int xAdj, int yAdj, Rect outRect) { in apply() argument
222 + ((container.right - container.left - w)/2) + xAdj; in apply()
235 outRect.left = container.left + xAdj; in apply()
245 outRect.right = container.right - xAdj; in apply()
255 outRect.left = container.left + xAdj; in apply()
256 outRect.right = container.right + xAdj; in apply()
328 int xAdj, int yAdj, Rect outRect, int layoutDirection) { in apply() argument
330 apply(absGravity, w, h, container, xAdj, yAdj, outRect); in apply()