/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 112 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/ |
D | WindowManagerPolicy.java | 951 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
|
D | PhoneWindowManager.java | 2947 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/ |
D | MediaControlView2Impl.java | 1175 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/ |
D | MediaControlView2.java | 1312 int fullWidth = mTransportControls.getWidth() + mTimeView.getWidth() in updateLayout() local
|