HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 501 - 525 of 681) sorted by null

<<2122232425262728

  /external/chromium_org/third_party/WebKit/Source/core/page/
Window.idl 151 // This is the interface orientation in degrees. Some examples are:
154 [Conditional=ORIENTATION_EVENTS] readonly attribute long orientation;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 343 if (description.orientation() == Vertical) {
493 if (m_font->fontDescription().orientation() == Vertical)
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 400 1, exifInfo->orientation);
572 1, exifInfo->orientation);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 359 1, exifInfo->orientation);
535 1, exifInfo->orientation);
MetadataConverter.cpp 228 dst->ctl.jpeg.orientation = curr_entry.data.i32[0];
646 &metadata->ctl.jpeg.orientation, 1))
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 839 // Receive orientation events from CameraHal
840 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt) = 0;
930 /** Receives orientation events from SensorListener **/
931 void onOrientationEvent(uint32_t orientation, uint32_t tilt);
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 413 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
554 status_t setFaceDetection(bool enable, OMX_U32 orientation);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 527 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees);
533 public void setCameraDisplayOrientation(int orientation) {
538 mCameraDisplayOrientation = orientation;
614 "orientation", mOrientationHint}});
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 57 return FocusHelper.handleHotseatButtonKeyEvent(v, keyCode, event, configuration.orientation);
493 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e, int orientation) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 56 return FocusHelper.handleHotseatButtonKeyEvent(v, keyCode, event, configuration.orientation);
492 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e, int orientation) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 557 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 79 * {@link GridLayout#setOrientation(int) orientation},
169 * The horizontal orientation.
174 * The vertical orientation.
244 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
275 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
303 * Returns the current orientation.
317 * GridLayout uses the orientation property for two purposes:
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
339 * Other than the effects above, orientation does not affect the actual layout operation o
    [all...]
LinearLayout.java 42 * The default orientation is horizontal.
620 * Measures the children when the orientation of this LinearLayout is set
    [all...]
RemoteViews.java 2376 int orientation = context.getResources().getConfiguration().orientation; local
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 501 jstring locale, jint orientation,
523 config.orientation = (uint8_t)orientation;
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 80 * {@link GridLayout#setOrientation(int) orientation},
169 * The horizontal orientation.
174 * The vertical orientation.
244 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
275 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
303 * Returns the current orientation.
317 * GridLayout uses the orientation property for two purposes:
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
339 * Other than the effects above, orientation does not affect the actual layout operation o
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 76 // Always save in default orientation.
119 // Always save in default orientation.
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 279 // Lacking concrete evidence of orientation, horizontal means width > height. vertical is height > width;
280 AccessibilityOrientation AccessibilityObject::orientation() const function in class:WebCore::AccessibilityObject
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 580 if (scope.fontDescription().orientation() == fontOrientation && scope.fontDescription().nonCJKGlyphOrientation() == glyphOrientation)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontCacheChromiumWin.cpp 644 fontDescription.orientation());
  /external/chromium_org/third_party/WebKit/Source/web/
WebAccessibilityObject.cpp 376 return m_private->orientation() == AccessibilityOrientationVertical;
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1681 MenuItemView::MenuPosition orientation = local
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 380 return context.getResources().getConfiguration().orientation

Completed in 1443 milliseconds

<<2122232425262728