HomeSort by relevance Sort by last modified time
    Searched refs:Orientation (Results 26 - 50 of 72) sorted by null

12 3

  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 505 // we measure orientation counter clockwise, just like on Android
513 public Orientation getNativeOrientation () {
515 return Orientation.Landscape;
517 return Orientation.Portrait;
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 562 // we measure orientation counter clockwise, just like on Android
577 public Orientation getNativeOrientation () {
581 return Orientation.Landscape;
583 return Orientation.Portrait;
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 45 * The touch coordinates will be translated to the desktop window's coordinate system, no matter the orientation of the device
500 public Orientation getNativeOrientation () {
501 return Orientation.Landscape;
  /device/google/contexthub/util/nanotool/
sensorevent.cpp 45 case SensorType::Orientation:
contexthub.cpp 56 { SensorType::Orientation, "orien" },
  /external/jhead/
jhead.h 100 int Orientation;
jhead.c 700 if (ImageInfo.Orientation >= 2 && ImageInfo.Orientation <= 8){
707 ErrFatal("Orientation screwup");
    [all...]
main.c 629 bufLen = addKeyValueInt(&buf, bufLen, "Orientation", ImageInfo.Orientation);
  /hardware/invensense/6515/libsensors_iio/
sensors.h 70 Orientation,
139 {"MPL Orientation", "Invensense", 1, SENSORS_ORIENTATION_HANDLE,
169 {"MPL Screen Orientation", "Invensense ", 1, SENSORS_SCREEN_ORIENTATION_HANDLE,
204 {"MPL Orientation", "Invensense", 1, SENSORS_ORIENTATION_HANDLE,
234 {"MPL Screen Orientation", "Invensense ", 1, SENSORS_SCREEN_ORIENTATION_HANDLE,
262 {"MPL Orientation", "Invensense", 1,
290 {"MPL Screen Orientation", "Invensense ", 1,
MPLSensor.cpp 417 /* setup orientation matrix and scale */
484 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
485 mPendingEvents[Orientation].sensor = ID_O;
486 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
487 mPendingEvents[Orientation].orientation.status
522 mHandlers[Orientation] = &MPLSensor::orienHandler;
881 // get gyro orientation
912 // get accel orientation
    [all...]
MPLSensor.h 71 (1 << Orientation) \
97 #define INV_DMP_DISPL_ORIENTATION 0x002 //screen orientation
157 /* Screen Orientation is not currently supported */
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 345 finalImage->Rotate(negative->Orientation());
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 95 (1 << Orientation) \
138 {"MPL Orientation", "Invensense", 1,
166 {"MPL Screen Orientation", "Invensense ", 1,
496 /* setup orientation matrix and scale */
560 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
561 mPendingEvents[Orientation].sensor = ID_O;
562 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
563 mPendingEvents[Orientation].orientation.status
594 mHandlers[Orientation] = &MPLSensor::orienHandler
    [all...]
MPLSensor.h 85 // bit mask of whether screen orientation is on
133 /* Uncomment to enable DMP display orientation
139 sensor type (DMP screen orientation) to the Java framework.
186 Orientation,
  /external/dng_sdk/source/
dng_validate.cpp 452 finalImage->Rotate (negative->Orientation ());
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwInput.java 285 public Orientation getNativeOrientation () {
286 return Orientation.Landscape;
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTInput.java 838 public Orientation getNativeOrientation () {
839 return Orientation.Landscape;
LwjglInput.java 1002 public Orientation getNativeOrientation () {
1003 return Orientation.Landscape;
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Input.java 826 public Orientation getNativeOrientation() {
827 return Orientation.Landscape;
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtInput.java 300 public Orientation getNativeOrientation () {
301 return Orientation.Landscape;
  /external/opencv3/modules/videoio/src/
cap_ios_abstract_camera.mm 87 // react to device orientation notifications
93 currentDeviceOrientation = [[UIDevice currentDevice] orientation];
120 // react to device orientation notifications
126 currentDeviceOrientation = [[UIDevice currentDevice] orientation];
232 #pragma mark - Device Orientation Changes
238 UIDeviceOrientation orientation = [UIDevice currentDevice].orientation;
240 switch (orientation)
246 currentDeviceOrientation = orientation;
254 NSLog(@"deviceOrientationDidChange: %d", (int)orientation);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 52 import android.graphics.drawable.GradientDrawable.Orientation;
218 * @param width Used to determine orientation and adjust layout accordingly
219 * @param height Used to determine orientation and adjust layout accordingly
238 //Setup the layout based on whether this is a portrait or landscape orientation.
558 GradientDrawable gradDraw = new GradientDrawable(Orientation.TOP_BOTTOM, colors);
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 190 GradientDrawable.Orientation.TOP_BOTTOM, mGradientColors);
192 GradientDrawable.Orientation.BOTTOM_TOP, mGradientColors);
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtTestWrapper.java 430 public Orientation getNativeOrientation () {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 663 enum Orientation {NONE, CLOCKWISE, COUNTER_CLOCKWISE};
773 static Orientation getOrientation(const Edge* prev, const Edge* next, const Point32& s, const Point32& t);
1385 btConvexHullInternal::Orientation btConvexHullInternal::getOrientation(const Edge* prev, const Edge* next, const Point32& s, const Point32& t)
    [all...]

Completed in 573 milliseconds

12 3