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

  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 42 int mRequestedWidth = -1;
59 return mRequestedWidth;
116 if (mRequestedWidth != width || mRequestedHeight != height) {
117 mRequestedWidth = width;
124 if (mRequestedWidth != -1 || mRequestedHeight != -1) {
125 mRequestedWidth = mRequestedHeight = -1;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 176 w.mRequestedWidth = 100;
204 // and we use mRequestedWidth/mRequestedHeight
212 w.mRequestedWidth = 300;
224 w.mRequestedWidth = -1;
232 w.mRequestedWidth = 1200;
240 w.mRequestedWidth = 1000;
249 w.mRequestedWidth = 300;
360 w.mRequestedWidth = logicalWidth / 2;
  /frameworks/base/core/java/android/view/
SurfaceView.java 154 int mRequestedWidth = -1;
332 int width = mRequestedWidth >= 0
333 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0)
489 int myWidth = mRequestedWidth;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 288 int mRequestedWidth;
    [all...]
WindowStateAnimator.java 561 mTmpSize.right = mTmpSize.left + w.mRequestedWidth;
    [all...]
WindowManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 207 milliseconds