Searched defs:Gravity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGravity.java24 public class Gravity class
311 * @param gravity Gravity constants to modify the placement within the
365 * @param gravity Gravity constants to modify the placement within the
416 if ((result & Gravity.START) == Gravity.START) {
426 } else if ((result & Gravity.END) == Gravity.END) {

Completed in 51 milliseconds