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

/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java88 public void setOrientation(int orientation); method in interface:PrintHelper.PrintHelperVersionImpl
121 public void setOrientation(int orientation) { mOrientation = orientation; } method in class:PrintHelper.PrintHelperStubImpl
171 public void setOrientation(int orientation) { method in class:PrintHelper.PrintHelperKitkatImpl
172 mPrintHelper.setOrientation(orientation);
257 public void setOrientation(int orientation) { method in class:PrintHelper
258 mImpl.setOrientation(orientation);
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java133 public void setOrientation(int orientation) { method in class:PrintHelperKitkat
/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 216 milliseconds