HomeSort by relevance Sort by last modified time
    Searched defs:orientation (Results 1 - 25 of 821) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/dpi/src/android/dpi/cts/
OrientationActivity.java 27 static final String EXTRA_ORIENTATION = "orientation";
36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); local
37 setRequestedOrientation(orientation);
  /external/pdfium/fxjs/xfa/
cjx_medium.cpp 21 void CJX_Medium::orientation(CFXJSE_Value* pValue, function in class:CJX_Medium
  /frameworks/av/camera/
CameraUtils.cpp 43 ALOGE("%s: Can't find android.sensor.orientation in static metadata!", __FUNCTION__);
56 int orientation = entry.data.i32[0]; local
58 switch (orientation) {
72 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
73 __FUNCTION__, orientation);
80 switch (orientation) {
98 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
99 __FUNCTION__, orientation);
  /external/glide/library/src/main/java/com/bumptech/glide/signature/
MediaStoreSignature.java 16 private final int orientation; field in class:MediaStoreSignature
27 * @param orientation The orientation of the media store media. Ok to default to 0. See
28 * {@link android.provider.MediaStore.Images.ImageColumns#ORIENTATION}.
30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) {
33 this.orientation = orientation;
50 if (orientation != that.orientation) {
64 result = 31 * result + orientation;
    [all...]
  /external/libxcam/xcore/
meta_data.h 53 double orientation[4]; member in struct:XCam::DevicePose
59 xcam_mem_clear (orientation);
image_projector.cpp 54 const std::vector<Vec4d> &orientation,
58 if (orientation.empty () || orient_ts.empty ()) {
64 return Quaternd(orientation[0]);
73 if (i < 0) return Quaternd (orientation[0]);
78 if (i >= count) return Quaternd (orientation[count - 1]);
87 return Quaternd (orientation[i] * weight_start + orientation[i + 1] * weight_end);
249 const std::vector<Vec4d> &orientation,
252 if (pose_ts.empty () || orientation.empty () || translation.empty ()) {
258 Quaternd quat = interp_orientation (ts, orientation, pose_ts, index)
283 std::vector<Vec4d> orientation; local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConfiguration.java 19 public int orientation; field in class:ShadowConfiguration
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
ImageViewState.java 8 * Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
19 private final int orientation; field in class:ImageViewState
21 public ImageViewState(float scale, PointF center, int orientation) {
25 this.orientation = orientation;
37 return orientation;
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
ThumbnailData.java 32 public int orientation; field in class:ThumbnailData
43 orientation = ORIENTATION_UNDEFINED;
56 orientation = snapshot.getOrientation();
  /packages/apps/Dialer/java/com/android/dialer/app/widget/
DialpadSearchEmptyContentView.java 35 int orientation = local
38 setOrientation(orientation);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/orientation/
LandscapeActivity.java 17 package com.google.android.car.kitchensink.orientation;
OrientationTestFragment.java 17 package com.google.android.car.kitchensink.orientation;
PortraitActivity.java 17 package com.google.android.car.kitchensink.orientation;
  /frameworks/base/core/jni/
android_hardware_display_DisplayViewport.cpp 37 jfieldID orientation; member in struct:android::__anon45658
57 viewport->orientation = env->GetIntField(viewportObj, gDisplayViewportClassInfo.orientation);
93 gDisplayViewportClassInfo.orientation = GetFieldIDOrDie(env,
94 gDisplayViewportClassInfo.clazz, "orientation", "I");
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 94 // Get the tag and check if it is orientation.
98 int orientation = pack(jpeg, offset + 8, 2, littleEndian); local
99 switch (orientation) {
109 Log.i(TAG, "Unsupported orientation");
117 Log.i(TAG, "Orientation not found");
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 69 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
94 result = (info.orientation + degrees) % 360;
97 result = (info.orientation - degrees + 360) % 360;
137 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
138 mCamera.setDisplayOrientation(orientation);
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 69 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
94 result = (info.orientation + degrees) % 360;
97 result = (info.orientation - degrees + 360) % 360;
137 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
138 mCamera.setDisplayOrientation(orientation);
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/
CameraPreview.java 69 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
94 result = (info.orientation + degrees) % 360;
97 result = (info.orientation - degrees + 360) % 360;
137 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
138 mCamera.setDisplayOrientation(orientation);
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/camera/
CameraPreview.java 69 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
94 result = (info.orientation + degrees) % 360;
97 result = (info.orientation - degrees + 360) % 360;
137 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
138 mCamera.setDisplayOrientation(orientation);
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
CameraPreview.java 96 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
97 mCamera.setDisplayOrientation(orientation);
109 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;
  /development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/camera/
CameraPreview.java 96 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); local
97 mCamera.setDisplayOrientation(orientation);
109 * Calculate the correct orientation for a {@link Camera} preview that is displayed on screen.
134 result = (info.orientation + degrees) % 360;
137 result = (info.orientation - degrees + 360) % 360;
  /device/google/cuttlefish_common/guest/hals/camera/
CameraConfiguration.h 29 enum Orientation { kFront, kBack };
39 Orientation orientation; member in struct:cvd::CameraDefinition
  /external/eigen/demos/opengl/
camera.h 24 : orientation(o), position(pos)
29 orientation.slerp(alpha,other.orientation));
32 Eigen::Quaternionf orientation; member in class:Frame
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; } function in class:Camera
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
QualifiersTest.java 44 public void orientation() throws Exception { method in class:QualifiersTest
45 assertThat(Robolectric.setupActivity(Activity.class).getResources().getConfiguration().orientation)
94 assertThat(systemResources.getConfiguration().orientation).isEqualTo(
96 assertThat(appResources.getConfiguration().orientation).isEqualTo(
100 assertThat(systemResources.getConfiguration().orientation).isEqualTo(
102 assertThat(appResources.getConfiguration().orientation).isEqualTo(
  /frameworks/av/camera/include/camera/
CameraBase.h 50 * The orientation of the camera image. The value is the angle that the
52 * display in its natural orientation. It should be 0, 90, 180, or 270.
57 * right edge of the screen in natural orientation, the value should be
61 int orientation; member in struct:android::hardware::CameraInfo

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>