HomeSort by relevance Sort by last modified time
    Searched refs:mIsLandscape (Results 1 - 10 of 10) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 43 private boolean mIsLandscape;
64 mIsLandscape = context.getResources().getConfiguration().orientation ==
78 return (mIsLandscape && mTransposeLayoutWithOrientation);
  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallFragment.java 84 private boolean mIsLandscape;
314 mIsLandscape = getResources().getConfiguration().orientation
378 if (mIsLandscape) {
586 if (mIsLayoutComplete && ((mIsLandscape && textureView.getTranslationX() == 0) || (
587 !mIsLandscape && textureView.getTranslationY() == 0))) {
CallCardFragment.java 66 private boolean mIsLandscape;
282 if (mIsLandscape) {
305 if (mIsLandscape) {
338 if (mIsLandscape) {
362 if (mIsLandscape) {
    [all...]
InCallActivity.java 88 private boolean mIsLandscape;
138 mIsLandscape = getResources().getConfiguration().orientation
144 if (mIsLandscape) {
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 46 private boolean mIsLandscape = true;
157 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
193 mIsLandscape = isLandscape;
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 45 private boolean mIsLandscape;
61 mIsLandscape = context.getResources().getConfiguration().orientation ==
82 return (mIsLandscape && mTransposeLayoutWithOrientation);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 54 private final boolean mIsLandscape;
95 mIsLandscape = getResources().getConfiguration().orientation ==
212 if (mIsLandscape) {
250 if (mIsLandscape) {
314 if (mIsLandscape) {
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 189 private boolean mIsLandscape;
376 mIsLandscape = getResources().getConfiguration().orientation
409 if (mIsLandscape) {
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 116 private boolean mIsLandscape;
436 if (mIsLandscape != isLandscape) {
450 mIsLandscape = isLandscape;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 285 private boolean mIsLandscape; // Whether we're in landscape mode
    [all...]

Completed in 305 milliseconds