Home
last modified time | relevance | path

Searched refs:mIsLandscape (Results 1 – 2 of 2) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java62 private final boolean mIsLandscape; field in DialpadView
107 mIsLandscape = getResources().getConfiguration().orientation == in DialpadView()
289 if (mIsLandscape) { in animateShow()
327 if (mIsLandscape) { in getKeyButtonAnimationDelay()
415 if (mIsLandscape) { in getKeyButtonAnimationDuration()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java116 private boolean mIsLandscape; field in PhotoTable
436 if (mIsLandscape != isLandscape) { in onLayout()
450 mIsLandscape = isLandscape; in onLayout()