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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/
CameraInfo.java 40 out.writeInt(info.orientation);
45 info.orientation = in.readInt();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.h 82 , orientation(ValueAuto)
100 float orientation; member in struct:WebCore::ViewportArguments
117 && orientation == other.orientation
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontPlatformData.cpp 72 FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
75 , m_orientation(orientation)
90 FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
93 , m_orientation(orientation)
  /external/chromium_org/third_party/WebKit/public/platform/mac/
WebThemeEngine.h 65 ScrollbarOrientation orientation; member in struct:WebKit::WebThemeEngine::ScrollbarInfo
  /external/chromium_org/ui/views/controls/
separator.h 19 enum Orientation {
27 explicit Separator(Orientation orientation);
37 const Orientation orientation_;
single_split_view.h 22 enum Orientation {
31 Orientation orientation,
46 Orientation orientation() const { function in class:views::SingleSplitView
50 void set_orientation(Orientation orientation) {
51 is_horizontal_ = orientation == HORIZONTAL_SPLIT;
125 // Orientation of the split view.
  /frameworks/native/services/sensorservice/
OrientationSensor.cpp 56 outEvent->orientation.azimuth = g.x;
57 outEvent->orientation.pitch = g.y;
58 outEvent->orientation.roll = g.z;
59 outEvent->orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
78 hwSensor.name = "Orientation Sensor";
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java 54 // Store the orientation in which the widget was inflated
55 mPreviousOrientation = mContext.getResources().getConfiguration().orientation;
60 int orientation = mContext.getResources().getConfiguration().orientation; local
61 if (mPreviousOrientation != orientation) {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.h 39 // int32 1 // Orientation
82 enum Orientation {
125 // Returns the orientation of lookup table.
126 Orientation orientation() const { return orientation_; } function in class:chromeos::IBusLookupTable
127 void set_orientation(Orientation orientation) {
128 orientation_ = orientation;
145 Orientation orientation_;
  /external/chromium_org/printing/
print_settings_initializer_mac.cc 27 PMOrientation orientation = kPMPortrait; local
28 PMGetOrientation(page_format, &orientation);
29 print_settings->set_landscape(orientation == kPMLandscape);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.h 95 FontOrientation orientation() const { return m_orientation; } function in class:WebCore::FontPlatformData
96 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataCoreText.cpp 34 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const
53 bool allowLigatures = (orientation == Horizontal && platformData().allowsLigatures()) || (typesettingFeatures & Ligatures);
60 if (orientation == Vertical)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioListener.h 53 // Orientation
59 void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
60 const FloatPoint3D& orientation() const { return m_orientation; } function in class:WebCore::AudioListener
82 // Position / Orientation
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 31 public final float orientation; field in class:OrientedBoundingBox
37 orientation = angle;
61 matrix.setRotate(orientation);
Instance.java 94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]); local
96 float adjustment = -orientation;
100 float delta = ORIENTATIONS[i] - orientation;
  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 57 int orientation = intent.getIntExtra( local
60 if (orientation != getRequestedOrientation()) {
61 setRequestedOrientation(orientation);
  /frameworks/base/services/java/com/android/server/display/
DisplayDevice.java 133 * @param orientation defines the display's orientation
137 * mapped to. displayRect is specified post-orientation, that is
138 * it uses the orientation seen by the end-user
140 public final void setProjectionInTransactionLocked(int orientation,
142 if (mCurrentOrientation != orientation
147 mCurrentOrientation = orientation;
160 orientation, layerStackRect, displayRect);
175 * Populates the specified viewport object with orientation,
179 viewport.orientation = mCurrentOrientation
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 118 if (mConfig.orientation != newConfig.orientation) {
167 if (Configuration.ORIENTATION_LANDSCAPE == mConfig.orientation) {
186 if (Configuration.ORIENTATION_PORTRAIT == mConfig.orientation) {
188 } else if (Configuration.ORIENTATION_LANDSCAPE == mConfig.orientation) {
  /packages/apps/Camera2/src/com/android/camera/
MediaSaveService.java 89 int width, int height, int orientation, ExifInterface exif,
97 width, height, orientation, exif, resolver, l);
107 int orientation, ExifInterface exif,
111 addImage(data, title, date, loc, 0, 0, orientation, exif, l, resolver);
114 int width, int height, int orientation, ExifInterface exif,
117 orientation, exif, l, resolver);
147 private int orientation; field in class:MediaSaveService.ImageSaveTask
153 int width, int height, int orientation, ExifInterface exif,
161 this.orientation = orientation;
    [all...]
Storage.java 96 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width,
99 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
105 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width,
110 return addImage(resolver, title, date, location, orientation,
116 long date, Location location, int orientation, int jpegLength,
125 values.put(ImageColumns.ORIENTATION, orientation);
140 long date, Location location, int orientation, int jpegLength,
144 getContentValuesForData(title, date, location, orientation, jpegLength, path,
153 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) {
61 mBitmap = rotateImage(bitmap, orientation);
81 private static Bitmap rotateImage(Bitmap bitmap, int orientation) {
82 if (orientation != 0) {
85 m.setRotate(orientation, bitmap.getWidth() * 0.5f,
176 return createThumbnail(lastMedia.uri, bitmap, lastMedia.orientation);
182 public Media(long id, int orientation, long dateTaken, Uri uri) {
184 this.orientation = orientation;
190 public final int orientation; field in class:Thumbnail.Media
    [all...]
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_android.cc 11 #include "content/browser/device_orientation/orientation.h"
54 const Orientation* DataFetcherImplAndroid::GetOrientation() {
55 // Do we have a new orientation value? (It's safe to do this outside the lock
63 return new Orientation();
71 Orientation* orientation = new Orientation(); local
72 orientation->set_alpha(alpha);
73 orientation->set_beta(beta);
74 orientation->set_gamma(gamma)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraRootView.java 125 // all the layout code assumes camera device orientation to be portrait
127 int orientation = getResources().getConfiguration().orientation; local
130 if (camOrientation != orientation) {
173 int orientation = getResources().getConfiguration().orientation; local
182 if (orientation == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 63 values.put(ImageColumns.ORIENTATION, mRotation);
110 int orientation = ExifInterface.ORIENTATION_NORMAL; local
113 orientation = ExifInterface.ORIENTATION_NORMAL;
116 orientation = ExifInterface.ORIENTATION_ROTATE_90;
119 orientation = ExifInterface.ORIENTATION_ROTATE_180;
122 orientation = ExifInterface.ORIENTATION_ROTATE_270;
127 Integer.toString(orientation));
130 Log.e(TAG, "unable to save exif data with new orientation "
136 * Save the rotated image by updating the Exif "Orientation" tag.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontPlatformDataChromiumWin.h 93 FontOrientation orientation() const { return m_orientation; } function in class:WebCore::FontPlatformData
94 void setOrientation(FontOrientation orientation) { m_orientation = orientation; }

Completed in 988 milliseconds

1 23 4 5 6 7 8 91011>>