Home | History | Annotate | Download | only in home

Lines Matching refs:VERTICAL

38  * This layout supports two different orientations: vertical and horizontal. When horizontal,
43 * When vertical, the layout is the following:
55 * orientation: horizontal or vertical
63 public static final int VERTICAL = 1;
74 private int mOrientation = VERTICAL;
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL);
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
138 if (mOrientation == VERTICAL) {
148 if (mOrientation == VERTICAL) {
187 if (mOrientation == VERTICAL) {
247 final boolean isVertical = mOrientation == VERTICAL;