Searched refs:orientation (Results 101 - 125 of 125) sorted by relevance

12345

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp360 jobject tokenObj, jint orientation,
367 SurfaceComposerClient::setDisplayProjection(token, orientation, layerStackRect, displayRect);
359 nativeSetDisplayProjection(JNIEnv* env, jclass clazz, jobject tokenObj, jint orientation, jint layerStackRect_left, jint layerStackRect_top, jint layerStackRect_right, jint layerStackRect_bottom, jint displayRect_left, jint displayRect_top, jint displayRect_right, jint displayRect_bottom) argument
H A Dandroid_util_AssetManager.cpp597 jstring locale, jint orientation,
619 config.orientation = (uint8_t)orientation;
595 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java46 * The default orientation is horizontal.
645 * Measures the children when the orientation of this LinearLayout is set
976 * Measures the children when the orientation of this LinearLayout is set
1414 * @return the width or height of the child depending on the orientation
1473 * Position the children during a layout pass if the orientation of this
1567 * Position the children during a layout pass if the orientation of this
1708 * @param orientation Pass {@link #HORIZONTAL} or {@link #VERTICAL}. Default
1713 public void setOrientation(@OrientationMode int orientation) { argument
1714 if (mOrientation != orientation) {
1715 mOrientation = orientation;
[all...]
H A DGridLayout.java82 * {@link GridLayout#setOrientation(int) orientation},
171 * The horizontal orientation.
176 * The vertical orientation.
305 * Returns the current orientation.
320 * GridLayout uses the orientation property for two purposes:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
339 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
342 * Other than the effects above, orientation does not affect the actual layout operation of
348 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
354 public void setOrientation(@Orientation int orientation) { argument
[all...]
H A DRemoteViews.java2562 int orientation = context.getResources().getConfiguration().orientation;
2563 if (orientation == Configuration.ORIENTATION_LANDSCAPE) {
2638 // In the case that a view has this RemoteViews applied in one orientation, is persisted
2639 // across orientation change, and has the RemoteViews re-applied in the new orientation,
H A DSearchView.java1677 return context.getResources().getConfiguration().orientation
/frameworks/base/media/java/android/media/
H A DMediaScanner.java887 int orientation = exif.getAttributeInt(
889 if (orientation != -1) {
890 // We only recognize a subset of orientation tag values.
892 switch(orientation) {
H A DAudioService.java509 // TODO merge orientation and rotation
644 // TODO merge orientation and rotation
647 Log.v(TAG, "monitoring device orientation");
648 // initialize orientation in AudioSystem
953 public void onOrientationChanged(int orientation) { argument
954 //Even though we're responding to phone orientation events,
4297 // Reset device orientation (if monitored for this device)
5170 // Device orientation
5173 * Handles device configuration changes that may map to a change in the orientation
5174 * or orientation
[all...]
/frameworks/base/core/java/android/app/
H A DSearchDialog.java379 return context.getResources().getConfiguration().orientation
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java79 * {@link GridLayout#setOrientation(int) orientation},
161 * The horizontal orientation.
166 * The vertical orientation.
295 * Returns the current orientation.
309 * GridLayout uses the orientation property for two purposes:
317 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
328 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
331 * Other than the effects above, orientation does not affect the actual layout operation of
337 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
343 public void setOrientation(int orientation) { argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java370 * <li>TOP_LEFT is the normal orientation.</li>
1880 * @param orientation the ExifTag Orientation value.
1882 public static int getRotationForOrientationValue(short orientation) { argument
1883 switch (orientation) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java114 * @param info Camera info with camera facing direction and angle of orientation
137 * @param info Camera info with camera facing direction and angle of orientation
169 m.set(SENSOR_ORIENTATION, i.orientation);
/frameworks/base/include/androidfw/
H A DResourceTypes.h983 uint8_t orientation; member in struct:android::ResTable_config::__anon908::__anon909
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java204 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java218 return mCameraInfo.orientation;
521 // Update preview orientation
524 // Only set the JPEG capture orientation if requested to do so; otherwise,
525 // capture in the sensor's physical orientation. (e.g., JPEG rotation is
/frameworks/base/tools/aapt/
H A DResourceTable.cpp607 config.orientation, config.density,
750 config.orientation, config.density,
3042 config.orientation,
3085 tHeader->config.orientation,
3818 config->orientation,
H A DCommand.cpp613 config.orientation = ResTable_config::ORIENTATION_PORT;
1491 "one or more activities have specified a landscape orientation");
1495 "one or more activities have specified a portrait orientation");
H A DResource.cpp138 mParams.orientation, mParams.uiMode,
/frameworks/base/core/java/android/hardware/
H A DCamera.java277 * <p>The orientation of the camera image. The value is the angle that the
279 * the display in its natural orientation. It should be 0, 90, 180, or 270.</p>
284 * right edge of the screen in natural orientation, the value should be
294 public int orientation; field in class:Camera.CameraInfo
1484 * <p>If you want to make the camera image show in the same orientation as
1504 * result = (info.orientation + degrees) % 360;
1507 * result = (info.orientation - degrees + 360) % 360;
1730 * <p>The direction is relative to the sensor orientation, that is, what
1733 * rectangle does not provide any information about face orientation.</p>
2611 * The sides of width and height are based on camera orientation
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java182 * orientation, which is appropriate behavior for most input methods that have
856 * screen orientation changes.
987 if (config.orientation != Configuration.ORIENTATION_LANDSCAPE) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1585 return context.getResources().getConfiguration().orientation
/frameworks/base/core/java/android/content/res/
H A DResources.java265 * on orientation, etc).
1830 locale, mConfiguration.orientation,
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java370 viewport.displayId, viewport.orientation,
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1598 XAuint32 orientation; member in struct:XACameraDescriptor_
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java523 // changes the orientation.
2625 // Visibility of the removed window. Will be used later to update orientation later on.
2676 // Removing a visible window will effect the computed orientation
2677 // So just update orientation if needed.
3408 mCurConfiguration.orientation, containingFrame, contentInsets, isFullScreen,
3715 // can re-appear and inflict its own orientation on us. Keep the
3716 // orientation stable until this all settles down.
3727 // We hit an application window. so the orientation will be determined by the
3740 if (DEBUG_ORIENTATION) Slog.v(TAG, win + " forcing orientation to " + req);
3759 if (DEBUG_APP_ORIENTATION) Slog.v(TAG, "Checking app orientation
[all...]

Completed in 9843 milliseconds

12345