Home | History | Annotate | Download | only in view

Lines Matching defs:Gravity

28 import android.view.Gravity;
46 /** These are used for computing child frames based on their gravity. */
172 // Use the child's gravity and size to determine its final
174 Gravity.apply(lp.gravity, width, height, mTmpContainerRect, mTmpChildRect);
213 * The gravity to apply with the View to which these layout parameters
216 public int gravity = Gravity.TOP | Gravity.START;
231 gravity = a.getInt(R.styleable.CustomLayoutLP_android_layout_gravity, gravity);