Searched refs:orientation (Results 76 - 95 of 95) sorted by relevance

1234

/frameworks/base/core/java/android/app/
H A DSearchDialog.java380 return context.getResources().getConfiguration().orientation
H A DActivityThread.java3902 config.orientation = Configuration.ORIENTATION_LANDSCAPE;
3906 config.orientation = Configuration.ORIENTATION_PORTRAIT;
/frameworks/base/tools/aapt/
H A DAaptAssets.h128 String8 orientation; member in struct:AaptGroupEntry
H A DResourceTable.cpp599 config.orientation, config.density,
710 config.orientation, config.density,
2821 config.orientation,
2864 tHeader->config.orientation,
3501 config->orientation,
H A DCommand.cpp465 config.orientation = ResTable_config::ORIENTATION_PORT;
1348 // that request a specific orientation, then assume that
1349 // orientation is required.
1353 "'one or more activities have specified a landscape orientation'\n");
1358 "'one or more activities have specified a portrait orientation'\n");
H A DResource.cpp133 mParams.orientation, mParams.uiMode,
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c594 pBasicTags.orientation = M4COMMON_kOrientationUnknown;
820 switch(pBasicTags.orientation)
933 switch(pBasicTags.orientation)
1328 switch(pBasicTags.orientation)
/frameworks/base/include/androidfw/
H A DResourceTypes.h863 uint8_t orientation; member in struct:android::ResTable_config::__anon1038::__anon1039
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java198 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2928 private void showFullScreenPlugin(ViewManager.ChildView childView, int orientation, int npp) { argument
2936 message.arg1 = orientation;
H A DWebViewClassic.java4463 if (mSelectingText && mOrientation != newConfig.orientation) {
4466 mOrientation = newConfig.orientation;
7428 int orientation = msg.arg1;
7435 mFullScreenHolder = new PluginFullScreenHolder(WebViewClassic.this, orientation, npp);
/frameworks/base/core/java/android/content/res/
H A DResources.java196 * on orientation, etc).
1486 locale, mConfiguration.orientation,
/frameworks/base/core/java/android/hardware/
H A DCamera.java237 * <p>The orientation of the camera image. The value is the angle that the
239 * the display in its natural orientation. It should be 0, 90, 180, or 270.</p>
244 * right edge of the screen in natural orientation, the value should be
254 public int orientation; field in class:Camera.CameraInfo
1143 * <p>If you want to make the camera image show in the same orientation as
1163 * result = (info.orientation + degrees) % 360;
1166 * result = (info.orientation - degrees + 360) % 360;
1359 * <p>The direction is relative to the sensor orientation, that is, what
1362 * rectangle does not provide any information about face orientation.</p>
2139 * The sides of width and height are based on camera orientation
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java179 * orientation, which is appropriate behavior for most input methods that have
830 * screen orientation changes.
959 if (config.orientation != Configuration.ORIENTATION_LANDSCAPE) {
/frameworks/base/core/java/android/widget/
H A DSearchView.java1624 return context.getResources().getConfiguration().orientation
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java347 viewport.displayId, viewport.orientation,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java517 // first, determine which orientation you're in.
522 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
542 } else { // if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) {
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1598 XAuint32 orientation; member in struct:XACameraDescriptor_
/frameworks/base/media/java/android/media/
H A DAudioService.java512 // to monitor orientation changes (off by default)
515 Log.v(TAG, "monitoring device orientation");
516 // initialize orientation in AudioSystem
3317 // Reset device orientation (if monitored for this device)
5695 // Device orientation
5698 * Handles device configuration changes that may map to a change in the orientation.
5704 // reading new orientation "safely" (i.e. under try catch) in case anything
5708 int newOrientation = config.orientation;
5764 Log.e(TAG, "Error retrieving device orientation: " + e);
5771 //Log.i(TAG, "orientation i
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java483 // changes the orientation.
2361 // Visibility of the removed window. Will be used later to update orientation later on.
2403 // Removing a visible window will effect the computed orientation
2404 // So just update orientation if needed.
3802 // can re-appear and inflict its own orientation on us. Keep the
3803 // orientation stable until this all settles down.
3814 // We hit an application window. so the orientation will be determined by the
3841 if (DEBUG_APP_ORIENTATION) Slog.v(TAG, "Checking app orientation: " + atoken);
3844 // the behind activity, don't use it for orientation
3855 // the orientation behin
[all...]

Completed in 2867 milliseconds

1234