HomeSort by relevance Sort by last modified time
    Searched full:deviceprofile (Results 1 - 25 of 25) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 31 private DeviceProfile mProfile;
57 ArrayList<DeviceProfile> deviceProfiles =
58 new ArrayList<DeviceProfile>();
62 deviceProfiles.add(new DeviceProfile("Super Short Stubby",
64 deviceProfiles.add(new DeviceProfile("Shorter Stubby",
66 deviceProfiles.add(new DeviceProfile("Short Stubby",
68 deviceProfiles.add(new DeviceProfile("Stubby",
70 deviceProfiles.add(new DeviceProfile("Nexus S",
72 deviceProfiles.add(new DeviceProfile("Nexus 4",
74 deviceProfiles.add(new DeviceProfile("Nexus 5"
    [all...]
LauncherAppState.java 29 public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
185 DeviceProfile initDynamicGrid(Context context, int minWidth, int minHeight,
197 DeviceProfile grid = mDynamicGrid.getDeviceProfile();
239 public void onAvailableSizeChanged(DeviceProfile grid) {
PagedViewIcon.java 64 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
71 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
DeviceProfile.java 59 public class DeviceProfile {
61 public void onAvailableSizeChanged(DeviceProfile grid);
129 DeviceProfile(String n, float w, float h, float r, float c,
147 DeviceProfile(Context context,
148 ArrayList<DeviceProfile> profiles,
186 for (DeviceProfile p : profiles) {
192 for (DeviceProfile p : profiles) {
198 for (DeviceProfile p : profiles) {
206 for (DeviceProfile p : profiles) {
215 for (DeviceProfile p : profiles)
    [all...]
ShortcutAndWidgetContainer.java 128 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
135 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
142 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
Cling.java 156 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
201 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
235 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
466 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
PagedViewWidget.java 82 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
121 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
BubbleTextView.java 88 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
109 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
SearchDropTargetBar.java 117 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
Hotseat.java 128 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
FolderIcon.java 146 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
215 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
482 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
Folder.java 142 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
182 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
IconCache.java 185 public void flushInvalidIcons(DeviceProfile grid) {
AppsCustomizePagedView.java 257 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
290 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
377 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
443 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
PagedViewCellLayout.java 61 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
CellLayout.java 198 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
488 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
Workspace.java 319 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
422 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
LauncherModel.java 237 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
WidgetPreviewLoader.java 144 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
LauncherBackupHelper.java 589 final DeviceProfile profile = appState.getDynamicGrid().getDeviceProfile();
    [all...]
LauncherProvider.java     [all...]
Launcher.java 408 DeviceProfile grid = app.initDynamicGrid(this,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 188 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
189 if (!deviceProfile)
198 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 531 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
532 if (!deviceProfile)
541 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 340 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
341 if (!deviceProfile)
352 m_transform = qcms_transform_create(inputProfile, format, deviceProfile, QCMS_DATA_RGBA_8, QCMS_INTENT_PERCEPTUAL);

Completed in 518 milliseconds