Searched refs:yAdj (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | Gravity.java | 219 int xAdj, int yAdj, @NonNull Rect outRect) { in apply() argument 264 + ((container.bottom - container.top - h)/2) + yAdj; in apply() 277 outRect.top = container.top + yAdj; in apply() 287 outRect.bottom = container.bottom - yAdj; in apply() 297 outRect.top = container.top + yAdj; in apply() 298 outRect.bottom = container.bottom + yAdj; in apply() 329 int xAdj, int yAdj, @NonNull Rect outRect, int layoutDirection) { in apply() argument 331 apply(absGravity, w, h, container, xAdj, yAdj, outRect); in apply()
|