Home
last modified time | relevance | path

Searched refs:windowX (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt11 windowX: 0.0px (0.0dp)
DtabletLandscape3Button.txt11 windowX: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt11 windowX: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt11 windowX: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt11 windowX: 0.0px (0.0dp)
DtabletPortrait.txt11 windowX: 0.0px (0.0dp)
DtwoPanelPortrait.txt11 windowX: 0.0px (0.0dp)
DphoneVerticalBar.txt11 windowX: 0.0px (0.0dp)
DtabletLandscape.txt11 windowX: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt11 windowX: 0.0px (0.0dp)
DphonePortrait.txt11 windowX: 0.0px (0.0dp)
DphonePortrait3Button.txt11 windowX: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt11 windowX: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt11 windowX: 0.0px (0.0dp)
DtwoPanelLandscape.txt11 windowX: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt11 windowX: 0.0px (0.0dp)
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java116 public final int windowX; field in DeviceProfile
337 windowX = windowBounds.bounds.left; in DeviceProfile()
1004 bounds.bounds.offsetTo(windowX, windowY); in toBuilder()
2076 writer.println(prefix + pxToDpStr("windowX", windowX));
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java412 matrix.postTranslate(mDp.windowX, mDp.windowY); in applyWindowToHomeRotation()