Home | History | Annotate | Download | only in widget

Lines Matching defs:ORIENTATION_VERTICAL

86     public static final int ORIENTATION_VERTICAL = 1;
217 int orientation = a.getInt(R.styleable.SlidingDrawer_orientation, ORIENTATION_VERTICAL);
218 mVertical = orientation == ORIENTATION_VERTICAL;