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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 77 public int appWidth;
86 * The smallest value of {@link #appWidth} that an application is likely to encounter,
100 * The largest value of {@link #appWidth} that an application is likely to encounter,
273 appWidth = other.appWidth;
330 && appWidth == other.appWidth
371 appWidth = other.appWidth;
411 other.appWidth = appWidth
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowConfigurationTests.java 139 info.appWidth = 1024;
149 assertEquals(appBounds.width(), info.appWidth);
  /frameworks/base/core/java/android/view/
DisplayInfo.java 77 public int appWidth;
86 * The smallest value of {@link #appWidth} that an application is likely to encounter,
100 * The largest value of {@link #appWidth} that an application is likely to encounter,
299 && appWidth == other.appWidth
341 appWidth = other.appWidth;
379 appWidth = source.readInt();
426 dest.writeInt(appWidth);
530 displayAdjustments.getConfiguration(), appWidth, appHeight)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 285 final int appWidth = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, rotation,
294 leftInset + appWidth /*right*/, topInset + appHeight /*bottom*/);
    [all...]
AppTransition.java 668 final int appWidth = containingFrame.width();
672 float scaleW = mTmpRect.width() / (float) appWidth;
716 a.initialize(appWidth, appHeight, appWidth, appHeight);
    [all...]
DisplayContent.java     [all...]
WindowState.java     [all...]

Completed in 120 milliseconds