Home
last modified time | relevance | path

Searched refs:fullWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java112 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayWidth() argument
118 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayHeight() argument
124 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayWidth() argument
130 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayHeight() argument
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java951 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, in getNonDecorDisplayWidth() argument
959 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, in getNonDecorDisplayHeight() argument
968 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, in getConfigDisplayWidth() argument
977 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, in getConfigDisplayHeight() argument
DPhoneWindowManager.java2947 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayWidth() argument
2949 int width = fullWidth; in getNonDecorDisplayWidth()
2954 if (mNavigationBarCanMove && fullWidth > fullHeight) { in getNonDecorDisplayWidth()
2973 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayHeight() argument
2980 if (!mNavigationBarCanMove || fullWidth < fullHeight) { in getNonDecorDisplayHeight()
2991 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayWidth() argument
2993 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation, uiMode, displayId, in getConfigDisplayWidth()
2998 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayHeight() argument
3012 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation, uiMode, displayId, in getConfigDisplayHeight()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DMediaControlView2Impl.java1175 int fullWidth = mTransportControls.getWidth() + mTimeView.getWidth() in updateLayout() local
1180 if (fullWidth > screenMaxLength) { in updateLayout()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DMediaControlView2.java1312 int fullWidth = mTransportControls.getWidth() + mTimeView.getWidth() in updateLayout() local