Searched refs:Orientation (Results 1 – 5 of 5) sorted by relevance
45 import com.example.android.foldinglayout.FoldingLayout.Orientation;84 private Orientation mOrientation = Orientation.HORIZONTAL;284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL : in onOptionsItemSelected()285 Orientation.HORIZONTAL; in onOptionsItemSelected()286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical : in onOptionsItemSelected()383 if (mOrientation == Orientation.VERTICAL) { in onScroll()
55 public static enum Orientation { enum in FoldingLayout72 private Orientation mOrientation = Orientation.HORIZONTAL;180 public void setOrientation(Orientation orientation) { in setOrientation()205 public Orientation getOrientation() { in getOrientation()231 private void prepareFold(Orientation orientation, float anchorFactor, int numberOfFolds) { in prepareFold()247 mIsHorizontal = (orientation == Orientation.HORIZONTAL); in prepareFold()
199 GradientDrawable.Orientation.TOP_BOTTOM, in KeyboardLayoutView()206 GradientDrawable.Orientation.TOP_BOTTOM, in KeyboardLayoutView()
47 mDrawable = new GradientDrawable(GradientDrawable.Orientation.TL_BR, in SampleView()
63 return new GradientDrawable(GradientDrawable.Orientation.TR_BL, in make_custom_bg()