Searched defs:portraitProfile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java93 public DeviceProfile portraitProfile; field in class:InvariantDeviceProfile
174 portraitProfile = new DeviceProfile(context, this, smallestSize, largestSize,
331 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile;

Completed in 59 milliseconds