Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java219 DeviceProfile getMultiWindowProfile(Context context, Point mwSize) { in getMultiWindowProfile() argument
223 DeviceProfile profile = new DeviceProfile(context, inv, mwSize, mwSize, mwSize.x, mwSize.y, in getMultiWindowProfile()
DLauncher.java370 Point mwSize = new Point(); in onCreate() local
371 display.getSize(mwSize); in onCreate()
372 mDeviceProfile = mDeviceProfile.getMultiWindowProfile(this, mwSize); in onCreate()