Searched refs:absGravity (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | Gravity.java | 192 int absGravity = getAbsoluteGravity(gravity, layoutDirection); in apply() local 193 apply(absGravity, w, h, container, 0, 0, outRect); in apply() 329 int absGravity = getAbsoluteGravity(gravity, layoutDirection); in apply() local 330 apply(absGravity, w, h, container, xAdj, yAdj, outRect); in apply() 408 int absGravity = getAbsoluteGravity(gravity, layoutDirection); in applyDisplay() local 409 applyDisplay(absGravity, display, inoutObj); in applyDisplay()
|
/frameworks/base/core/java/android/widget/ |
D | ToastPresenter.java | 143 int absGravity = Gravity.getAbsoluteGravity(gravity, config.getLayoutDirection()); in adjustLayoutParams() local 144 params.gravity = absGravity; in adjustLayoutParams() 145 if ((absGravity & Gravity.HORIZONTAL_GRAVITY_MASK) == Gravity.FILL_HORIZONTAL) { in adjustLayoutParams() 148 if ((absGravity & Gravity.VERTICAL_GRAVITY_MASK) == Gravity.FILL_VERTICAL) { in adjustLayoutParams()
|