Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java74 public final int windowX; field in DeviceProfile
222 windowX = windowBounds.bounds.left; in DeviceProfile()
459 bounds.bounds.offsetTo(windowX, windowY); in toBuilder()
914 writer.println(prefix + pxToDpStr("windowX", windowX)); in dump()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java233 mMatrix.postTranslate(mDp.windowX, mDp.windowY); in applyWindowToHomeRotation()