HomeSort by relevance Sort by last modified time
    Searched refs:mRequestedWidth (Results 1 - 6 of 6) 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 161 w.mRequestedWidth = 100;
189 // and we use mRequestedWidth/mRequestedHeight
197 w.mRequestedWidth = 300;
209 w.mRequestedWidth = -1;
217 w.mRequestedWidth = 1200;
225 w.mRequestedWidth = 1000;
234 w.mRequestedWidth = 300;
348 w.mRequestedWidth = logicalWidth / 2;
  /frameworks/base/core/java/android/view/
SurfaceView.java 154 int mRequestedWidth = -1;
330 int width = mRequestedWidth >= 0
331 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0)
487 int myWidth = mRequestedWidth;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 229 int mRequestedWidth;
684 mRequestedWidth = 0;
    [all...]
WindowStateAnimator.java 750 mTmpSize.right = mTmpSize.left + w.mRequestedWidth;
    [all...]
WindowManagerService.java     [all...]

Completed in 70 milliseconds