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

  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 54 class DeviceProfile {
99 DeviceProfile(String n, float w, float h, float r, float c,
117 DeviceProfile(Context context,
118 ArrayList<DeviceProfile> profiles,
139 for (DeviceProfile p : profiles) {
145 for (DeviceProfile p : profiles) {
151 for (DeviceProfile p : profiles) {
159 for (DeviceProfile p : profiles) {
167 for (DeviceProfile p : profiles) {
173 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();
LauncherAppState.java 177 DeviceProfile initDynamicGrid(Context context, int minWidth, int minHeight,
188 DeviceProfile grid = mDynamicGrid.getDeviceProfile();
PagedViewIcon.java 64 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
PagedViewWidget.java 84 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
123 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
BubbleTextView.java 89 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
110 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
IconCache.java 154 public void flushInvalidIcons(DeviceProfile grid) {
SearchDropTargetBar.java 117 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
Folder.java 140 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
175 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
885 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
Hotseat.java 128 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
FolderIcon.java 144 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
204 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
449 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
AppsCustomizePagedView.java 258 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
291 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
368 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
434 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
Cling.java 143 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
PagedViewCellLayout.java 61 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
WidgetPreviewLoader.java 141 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
CellLayout.java 197 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
475 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
LauncherModel.java 225 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
LauncherBackupHelper.java 545 final DeviceProfile profile = appState.getDynamicGrid().getDeviceProfile();
    [all...]
Workspace.java 408 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
    [all...]
Launcher.java 394 DeviceProfile grid = app.initDynamicGrid(this,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp 189 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
190 if (!deviceProfile)
199 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.cpp 346 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
347 if (!deviceProfile)
358 m_transform = qcms_transform_create(inputProfile, format, deviceProfile, QCMS_DATA_RGBA_8, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 526 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
527 if (!deviceProfile)
536 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);

Completed in 925 milliseconds