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

  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 43 int mRequestedHeight = -1;
63 return mRequestedHeight;
116 if (mRequestedWidth != width || mRequestedHeight != height) {
118 mRequestedHeight = height;
124 if (mRequestedWidth != -1 || mRequestedHeight != -1) {
125 mRequestedWidth = mRequestedHeight = -1;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 177 w.mRequestedHeight = 100;
204 // and we use mRequestedWidth/mRequestedHeight
213 w.mRequestedHeight = 300;
223 w.mRequestedHeight = -1;
233 w.mRequestedHeight = 1200;
241 w.mRequestedHeight = 1000;
250 w.mRequestedHeight = 300;
361 w.mRequestedHeight = logicalHeight / 2;
  /frameworks/base/core/java/android/view/
SurfaceView.java 155 int mRequestedHeight = -1;
335 int height = mRequestedHeight >= 0
336 ? resolveSizeAndState(mRequestedHeight, heightMeasureSpec, 0)
491 int myHeight = mRequestedHeight;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 289 int mRequestedHeight;
    [all...]
WindowStateAnimator.java 562 mTmpSize.bottom = mTmpSize.top + w.mRequestedHeight;
    [all...]
WindowManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 407 milliseconds