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

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
configuration.h 174 * Set the current orientation in the configuration.
176 void AConfiguration_setOrientation(AConfiguration* config, int32_t orientation);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 372 void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; }
509 CompositingCoordinatesOrientation m_contentsOrientation; // affects orientation of layer contents
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 239 ScrollbarOrientation orientation,
242 return Scrollbar::createNativeScrollbar(scrollableArea, orientation, size);
  /external/chromium_org/ui/views/controls/
slider.cc 52 Slider::Slider(SliderListener* listener, Orientation orientation)
54 orientation_(orientation),
118 // For the horizontal orientation.
128 // For the vertical orientation.
  /frameworks/base/core/java/android/app/
ResourcesManager.java 120 config.orientation = Configuration.ORIENTATION_LANDSCAPE;
124 config.orientation = Configuration.ORIENTATION_PORTRAIT;
  /frameworks/base/services/input/
InputReader.h 56 int32_t orientation; member in struct:android::DisplayViewport
69 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0),
77 && orientation == other.orientation
100 orientation = DISPLAY_ORIENTATION_0;
128 // The display size or orientation changed.
720 RawAbsoluteAxisInfo orientation; member in struct:android::RawPointerAxes
743 int32_t orientation; member in struct:android::RawPointerData::Pointer
1409 InputDeviceInfo::MotionRange orientation; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 353 // this gives us only the "orientation" component of the transform
372 * 1) buffer orientation/flip/mirror
374 * 3) layer orientation (screen orientation)
395 // this gives us only the "orientation" component of the transform
396 const uint32_t orientation = transform.getOrientation(); local
397 if (orientation & Transform::ROT_INVALID) {
401 layer.setTransform(orientation);
1151 uint32_t orientation = 0; local
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 290 bool enableBarrier (uint32_t orientation) {
292 (void)fp.write("%d", orientation);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 340 bool enableBarrier (uint32_t orientation) {
342 (void)fp.write("%d", orientation);

Completed in 3606 milliseconds

<<11121314151617181920>>