HomeSort by relevance Sort by last modified time
    Searched full:morientation (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/Camera2/src/com/android/camera/captureintent/event/
EventPictureCompressed.java 23 private final int mOrientation;
27 mOrientation = orientation;
35 return mOrientation;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ItemAlignment.java 35 private int mOrientation;
38 mOrientation = orientation;
45 return ItemAlignmentFacetHelper.getAlignmentPosition(itemView, this, mOrientation);
49 private int mOrientation = HORIZONTAL;
68 mOrientation = orientation;
69 if (mOrientation == HORIZONTAL) {
79 return mOrientation;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateLayout.java 28 private int mOrientation;
52 switch (mOrientation) {
67 switch(mOrientation) {
83 switch (mOrientation) {
101 mChild.setRotation(-mOrientation);
107 if (mOrientation == orientation) return;
108 mOrientation = orientation;
FaceView.java 40 private int mOrientation;
72 mOrientation = orientation;
129 mMatrix.postRotate(mOrientation); // postRotate is clockwise
130 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
SecondLevelIndicatorControlBar.java 41 int mOrientation = 0;
65 if (mOrientation != 0) setOrientation(mOrientation);
167 mOrientation = orientation;
  /packages/apps/Camera/src/com/android/camera/ui/
RotateLayout.java 38 private int mOrientation;
66 switch (mOrientation) {
83 switch (mOrientation) {
97 mMatrix.postRotate(mOrientation);
111 switch (mOrientation) {
125 canvas.rotate(-mOrientation, 0, 0);
135 switch(mOrientation) {
152 switch (mOrientation) {
170 mChild.setRotation(-mOrientation);
183 if (mOrientation == orientation) return
    [all...]
FaceView.java 49 private int mOrientation;
124 mOrientation = orientation;
198 mMatrix.postRotate(mOrientation); // postRotate is clockwise
199 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateLayout.java 32 private int mOrientation;
57 switch (mOrientation) {
72 switch(mOrientation) {
88 switch (mOrientation) {
106 mChild.setRotation(-mOrientation);
118 if (mOrientation == orientation) return;
119 mOrientation = orientation;
124 return mOrientation;
FaceView.java 45 private int mOrientation;
119 mOrientation = orientation;
170 mMatrix.postRotate(mOrientation); // postRotate is clockwise
171 canvas.rotate(-mOrientation); // rotate is counter-clockwise (for canvas)
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 33 private int mOrientation = ORIENTATION_HORIZONTAL;
47 mOrientation = a.getInt(R.styleable.HandleView_direction, ORIENTATION_HORIZONTAL);
59 return (mOrientation == ORIENTATION_HORIZONTAL && direction == FOCUS_DOWN) ?
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageResource.java 27 protected final int mOrientation;
31 mOrientation = orientation;
61 return mOrientation;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 32 Spinner mOrientation;
60 mOrientation = (Spinner)findViewById(R.id.orientation);
64 mOrientation.setAdapter(adapter);
65 mOrientation.setOnItemSelectedListener(
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 41 // mOrientation is the orientation value most recently reported to the client.
42 private int mOrientation;
46 // mOrientation.
76 mOrientation = ORIENTATION_UNKNOWN;
99 if (mOrientation != orientation) {
151 mOrientation = mPendingOrientation;
154 (mOrientation == ORIENTATION_HORIZONTAL ? "horizontal"
155 : (mOrientation == ORIENTATION_VERTICAL ? "vertical"
158 mListener.orientationChanged(mOrientation);
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 78 mState.mOrientation = orientation;
110 state.mOrientation = a.getInt(
111 R.styleable.ClipDrawable_clipOrientation, state.mOrientation);
182 if ((mState.mOrientation & HORIZONTAL) != 0) {
188 if ((mState.mOrientation & VERTICAL) != 0) {
204 int mOrientation = HORIZONTAL;
211 mOrientation = orig.mOrientation;
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 45 private final int mOrientation;
69 mOrientation = orientation;
143 return mOrientation;
173 sb.append(mOrientation);
193 private int mOrientation = 0;
211 mOrientation,
226 builder.mOrientation = data.getOrientation();
272 mOrientation = orientation;
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java 41 private int mOrientation;
54 mOrientation = orientation;
59 if (mOrientation == VERTICAL_LIST) {
102 if (mOrientation == VERTICAL_LIST) {
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 74 private int mOrientation = VERTICAL;
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL);
127 return mOrientation;
138 if (mOrientation == VERTICAL) {
148 if (mOrientation == VERTICAL) {
187 if (mOrientation == VERTICAL) {
247 final boolean isVertical = mOrientation == VERTICAL;
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridWidgetTest.java 54 protected int mOrientation;
59 if (mOrientation == BaseGridView.HORIZONTAL) {
173 if (mOrientation == BaseGridView.HORIZONTAL) {
187 if (mOrientation == BaseGridView.HORIZONTAL) {
208 if (mOrientation == BaseGridView.HORIZONTAL) {
244 if (mOrientation == BaseGridView.HORIZONTAL) {
258 if (mOrientation == BaseGridView.HORIZONTAL) {
290 if (mOrientation == BaseGridView.HORIZONTAL) {
358 mOrientation = BaseGridView.HORIZONTAL;
376 mOrientation = BaseGridView.VERTICAL
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 68 int mOrientation;
77 mOrientation = activity.getResources().getConfiguration().orientation;
101 if (newconfig.orientation != mOrientation) {
104 mOrientation = newconfig.orientation;
130 mScroller.setOrientation(mOrientation == Configuration.ORIENTATION_LANDSCAPE
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 39 private int mOrientation;
96 view.setOrientation(mOrientation);
102 if (mOrientation == CategoryView.HORIZONTAL) {
109 && mOrientation == CategoryView.VERTICAL) {
194 mOrientation = orientation;
IconView.java 45 private int mOrientation = HORIZONTAL;
91 if (mOrientation == HORIZONTAL) {
127 return mOrientation;
131 mOrientation = orientation;
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
BaseDataBinderTest.java 31 private int mOrientation;
41 mOrientation = orientation;
47 getActivity().setRequestedOrientation(mOrientation);
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 30 private int mOrientation;
66 return mOrientation;
70 mOrientation = orientation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 35 private int mOrientation;
54 view.setOrientation(mOrientation);
77 mOrientation = orientation;
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 13 private final int mOrientation;
15 mOrientation = orientation;

Completed in 1623 milliseconds

1 2 3 4 5 6 7 8