Searched refs:orientation (Results 51 - 63 of 63) sorted by relevance

123

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java57 return FocusHelper.handleHotseatButtonKeyEvent(v, keyCode, event, configuration.orientation);
495 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e, int orientation) { argument
H A DAppsCustomizePagedView.java324 /** Returns the page in the current orientation which is expected to contain the specified
362 boolean isLandscape = getResources().getConfiguration().orientation ==
H A DLauncher.java239 // Determines how long to wait after a rotation before restoring the screen orientation to
243 // External icons saved in case of resource changes, orientation, etc.
351 // On large interfaces, we want the screen to auto-rotate based on the current orientation
1640 * leak the previous Home screen on orientation change.
2569 /** Maps the current orientation to an index for referencing orientation correct global icons */
2572 switch (getResources().getConfiguration().orientation) {
3032 // widget configuration forced an orientation change), process them now.
3142 // We are currently in the same basic orientation as the natural orientation
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DPhoneApp.java1221 public void orientationChanged(int orientation) { argument
1222 mOrientation = orientation;
H A DInCallScreen.java940 // them while changing orientation.
3150 // dialog is supposed to persist across orientation changes or if the
4400 * We specify android:configChanges="orientation|keyboardHidden|uiMode" in
4430 boolean isLandscape = (newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java343 mResources.getResourceEntryName(xmlId), xmlId, locale, conf.orientation,
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java53 * is a {@link LinearLayout} in a vertical orientation, presenting a vertical
146 * orientation of the scrollview
190 public void setOrientation(int orientation) { argument
191 mHorizontal = (orientation == LinearLayout.HORIZONTAL);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java222 // Member variables for remembering the current device orientation.
430 // Typically this is the second onStartInput after orientation changed.
434 // This is the first onStartInput after orientation changed.
446 // Typically this is the second onStartInputView after orientation changed.
450 // This is the first onStartInputView after orientation changed.
464 // Typically this is the first onFinishInputView after orientation changed.
474 // Typically this is the first onFinishInput after orientation changed.
521 mDisplayOrientation = res.getConfiguration().orientation;
649 // If orientation changed while predicting, commit the change
650 if (mDisplayOrientation != conf.orientation) {
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java341 /** Current orientation of the display */
597 /* display orientation */
598 if (mOrientation != newConfig.orientation) {
599 mOrientation = newConfig.orientation;
H A DTextCandidatesViewManager.java271 (parent.getResources().getConfiguration().orientation != Configuration.ORIENTATION_LANDSCAPE);
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java397 boolean isPortrait = (context.getResources().getConfiguration().orientation
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListFragment.java643 int newOrientation = res.getConfiguration().orientation;
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2133 boolean isLandscape = config.orientation == Configuration.ORIENTATION_LANDSCAPE;

Completed in 469 milliseconds

123