Searched refs:orientation (Results 151 - 165 of 165) sorted by relevance

1234567

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java895 .getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java2369 int orientation = imageData.getRotation();
2370 mZoomView.loadBitmap(uri, orientation, viewRect);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java367 /** Current orientation of the display */
670 /* display orientation */
671 if (mOrientation != newConfig.orientation) {
672 mOrientation = newConfig.orientation;
H A DTextCandidatesViewManager.java450 (r.getConfiguration().orientation != Configuration.ORIENTATION_LANDSCAPE);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1143 // Remove the current widget which is inflated with the wrong orientation
3239 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) { argument
3249 if (orientation == CellLayout.LANDSCAPE) {
3260 } else if (orientation == CellLayout.PORTRAIT) {
H A DLauncher.java328 // Determines how long to wait after a rotation before restoring the screen orientation to
332 // External icons saved in case of resource changes, orientation, etc.
497 // On large interfaces, we want the screen to auto-rotate based on the current orientation
1032 // Consequently, the widgets will be inflated in the orientation of the foreground activity
1034 // orientation.
1044 // were updated in the wrong orientation.
2023 // to prevent leaking Launcher activities on orientation change.
3863 /** Maps the current orientation to an index for referencing orientation correct global icons */
3866 switch (getResources().getConfiguration().orientation) {
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java365 mOrientation = res.getConfiguration().orientation;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java196 boolean isLandscape = getResources().getConfiguration().orientation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java323 && getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java330 /** Returns the page in the current orientation which is expected to contain the specified
362 boolean isLandscape = getResources().getConfiguration().orientation ==
H A DCellLayout.java929 int countX, int countY, int orientation) {
943 if (orientation == LANDSCAPE) {
928 getMetrics(Rect metrics, Resources res, int measureWidth, int measureHeight, int countX, int countY, int orientation) argument
H A DLauncher.java285 // Determines how long to wait after a rotation before restoring the screen orientation to
289 // External icons saved in case of resource changes, orientation, etc.
432 // On large interfaces, we want the screen to auto-rotate based on the current orientation
813 // Consequently, the widgets will be inflated in the orientation of the foreground activity
815 // orientation.
819 // were updated in the wrong orientation.
1607 // to prevent leaking Launcher activities on orientation change.
3077 /** Maps the current orientation to an index for referencing orientation correct global icons */
3080 switch (getResources().getConfiguration().orientation) {
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java418 // Typically this is the second onStartInput after orientation changed.
422 // This is the first onStartInput after orientation changed.
437 // Typically this is the second onStartInputView after orientation changed.
441 // This is the first onStartInputView after orientation changed.
458 // Typically this is the first onFinishInputView after orientation changed.
471 // Typically this is the first onFinishInput after orientation changed.
698 if (settingsValues.mDisplayOrientation != conf.orientation) {
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java2424 * @return if the context is in landscape orientation.
2427 return context.getResources().getConfiguration().orientation
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2379 boolean isLandscape = config.orientation == Configuration.ORIENTATION_LANDSCAPE;

Completed in 422 milliseconds

1234567