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

/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java198 public void setOrientation(int orientation) { method in class:GestureOverlayView
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java37 * the row can be set by calling {@link #setOrientation(int) setOrientation()}.
183 setOrientation(index);
627 * @see #setOrientation(int)
955 * @see #setOrientation(int)
1445 * @see #setOrientation(int)
1535 * @see #setOrientation(int)
1673 public void setOrientation(int orientation) { method in class:LinearLayout
H A DGridLayout.java77 * {@link GridLayout#setOrientation(int) orientation},
256 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
288 * @see #setOrientation(int)
332 public void setOrientation(int orientation) { method in class:GridLayout
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java399 public void setOrientation(Orientation orientation) { method in class:GradientDrawable
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java77 * {@link GridLayout#setOrientation(int) orientation},
260 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
292 * @see #setOrientation(int)
312 public void setOrientation(int orientation) { method in class:GridLayout

Completed in 160 milliseconds