HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 176 - 200 of 686) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageList.java 100 Media.ORIENTATION,
128 int orientation = cursor.getInt(INDEX_ORIENTATION); local
136 orientation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 76 public void setOrientation(int orientation) {
77 mOrientation = orientation;
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 208 public void onOrientationChanged(int orientation) {
209 // We keep the last known orientation. So if the user first orient
211 // the correct orientation.
212 if (orientation == ORIENTATION_UNKNOWN) return;
213 mDeviceOrientation = Util.roundOrientation(orientation, mDeviceOrientation);
460 final boolean isLandscape = (mActivity.getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE);
575 int orientation = Util.getDisplayOrientation(degrees, cameraId); local
577 mProgressDirectionMatrix.postRotate(orientation);
708 if (mActivity.getResources().getConfiguration().orientation
787 int orientation; local
894 int orientation = getCaptureOrientation(); local
    [all...]
  /external/chromium_org/content/browser/device_orientation/
provider_unittest.cc 12 #include "content/browser/device_orientation/orientation.h"
73 // Class for checking expectations on orientation updates from the Provider.
88 scoped_refptr<const Orientation> orientation(
89 static_cast<const Orientation*>(device_data));
90 if (orientation.get() == NULL)
91 orientation = new Orientation();
93 scoped_refptr<const Orientation> expected(static_cast<const Orientation*>(
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 49 + "orientation=" + c.orientation + "\n"
  /external/chromium/webkit/glue/
webthemeengine_impl_mac.cc 45 if (scrollbarInfo.orientation ==
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 23 ScrollbarOrientation orientation) {
26 orientation));
32 ScrollbarOrientation orientation)
42 orientation_(orientation),
151 ScrollbarOrientation ScrollbarLayerImpl::Orientation() const {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.cc 36 ibus_lookup_table_writer.AppendInt32(static_cast<int32>(table.orientation()));
115 int32 orientation = 0; local
116 if (!ibus_object_reader.PopInt32(&orientation)) {
122 // Original IBus spec has third orientation IBUS_ORIENTATION_SYSTEM but it
125 orientation == IBusLookupTable::HORIZONTAL ?
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaFeatureNames.h 38 macro(orientation, "orientation") \
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeClientImpl.h 64 virtual ScrollbarOrientation orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoder.h 71 ImageOrientation orientation() const;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
NewDeviceOrientationController.cpp 91 return !orientationEvent->orientation()->canProvideEventData();
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
18 gLCDOrientation = orientation;
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation);
  /external/chromium_org/webkit/child/
webthemeengine_impl_mac.cc 46 if (scrollbarInfo.orientation ==
  /external/skia/src/core/
SkFontHost.cpp 17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) {
18 gLCDOrientation = orientation;
38 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation) {
39 SkFontLCDConfig::SetSubpixelOrientation((SkFontLCDConfig::LCDOrientation)orientation);
  /frameworks/av/include/camera/
CameraBase.h 35 * The orientation of the camera image. The value is the angle that the
37 * display in its natural orientation. It should be 0, 90, 180, or 270.
42 * right edge of the screen in natural orientation, the value should be
46 int orientation; member in struct:android::CameraInfo
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 60 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL}
62 public ClipDrawable(Drawable drawable, int gravity, int orientation) {
67 mClipState.mOrientation = orientation;
83 int orientation = a.getInt( local
105 mClipState.mOrientation = orientation;
  /frameworks/base/native/android/
configuration.cpp 63 return config->orientation;
151 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation) {
152 config->orientation = orientation;
  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 184 * @brief apply the choosen orientation and full scale range
203 gyroCal[ii] = mldl_cfg->pdata->orientation[ii];
205 accelCal[ii] = mldl_cfg->pdata->accel.orientation[ii];
208 magCal[ii] = mldl_cfg->pdata->compass.orientation[ii];
744 * Note" document provided. Section 5, "Sensor Mounting Orientation"
762 * @param[in] orientation
771 inv_error_t inv_set_accel_calibration(float range, signed char *orientation)
817 cal[kk] = scale * orientation[kk];
821 orient = inv_orientation_matrix_to_scalar(orientation);
890 * Note" document provided. Section 5, "Sensor Mounting Orientation"
    [all...]
  /hardware/libhardware/include/hardware/
camera_common.h 123 * The orientation of the camera image. The value is the angle that the
125 * display in its natural orientation. It should be 0, 90, 180, or 270.
130 * edge of the screen in natural orientation, the value should be 90. If the
137 int orientation; member in struct:camera_info
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java 187 public void onOrientationChanged(int orientation) {
188 // We keep the last known orientation. So if the user first orient
190 // the correct orientation.
191 if (orientation == ORIENTATION_UNKNOWN) return;
192 mDeviceOrientation = CameraUtil.roundOrientation(orientation, mDeviceOrientation);
459 (mActivity.getResources().getConfiguration().orientation ==
537 int orientation = CameraUtil.getDisplayOrientation(degrees, cameraId); local
538 mUI.setProgressOrientation(orientation);
635 // natural orientation of a camera. We need to set an orientation for the imag
640 int orientation; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 44 configuration.orientation == Configuration.ORIENTATION_PORTRAIT
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 48 mConfig.orientation = Configuration.ORIENTATION_PORTRAIT;
61 cfg1.orientation = 2;
62 cfg2.orientation = 3;
64 cfg1.orientation = 3;
65 cfg2.orientation = 2;
223 config.orientation = 1;
364 config.orientation = Configuration.ORIENTATION_PORTRAIT;
  /external/qemu/android/
hw-sensors.c 98 } Orientation;
116 Orientation orientation; member in union:__anon26492::__anon26493
154 * orientation:<azimuth>:<pitch>:<roll>
319 snprintf(buffer, sizeof buffer, "orientation:%g:%g:%g",
320 sensor->u.orientation.azimuth,
321 sensor->u.orientation.pitch,
322 sensor->u.orientation.roll);
539 qemu_put_float(f, s->u.orientation.azimuth);
540 qemu_put_float(f, s->u.orientation.pitch)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CameraTest.java 189 assertThat(cameraQuery.orientation, equalTo(0));
201 assertThat( cameraQuery.orientation, equalTo(0) );
204 assertThat( cameraQuery.orientation, equalTo(90) );
210 frontCamera.orientation = 0;
217 backCamera.orientation = 90;

Completed in 525 milliseconds

1 2 3 4 5 6 78 91011>>