Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java328 final List<DeviceProfile> localSupportedProfiles = new ArrayList<>(); in initGrid() local
331 localSupportedProfiles.add(new DeviceProfile.Builder(context, this, displayInfo) in initGrid()
349 supportedProfiles = Collections.unmodifiableList(localSupportedProfiles); in initGrid()