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)
1539 * @see #setOrientation(int)
1681 public void setOrientation(int orientation) { method in class:LinearLayout
H A DGridLayout.java79 * {@link GridLayout#setOrientation(int) orientation},
275 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
307 * @see #setOrientation(int)
351 public void setOrientation(int orientation) { method in class:GridLayout
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java400 public void setOrientation(Orientation orientation) { method in class:GradientDrawable
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java80 * {@link GridLayout#setOrientation(int) orientation},
275 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
307 * @see #setOrientation(int)
351 public void setOrientation(int orientation) { method in class:GridLayout

Completed in 158 milliseconds