Searched refs:getInvariantDeviceProfile (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java152 public InvariantDeviceProfile getInvariantDeviceProfile() { method in class:LauncherAppState
157 * Shorthand for {@link #getInvariantDeviceProfile()}
160 return LauncherAppState.getInstance(context).getInvariantDeviceProfile();
H A DLauncherModel.java1396 final InvariantDeviceProfile profile = mApp.getInvariantDeviceProfile();
H A DLauncher.java367 mDeviceProfile = app.getInvariantDeviceProfile().getDeviceProfile(this);
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DAddWorkspaceItemsTask.java256 InvariantDeviceProfile profile = app.getInvariantDeviceProfile();
H A DLoaderCursor.java102 mIDP = app.getInvariantDeviceProfile();
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java97 mIdp = mApp.getInvariantDeviceProfile();
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DBaseModelUpdateTaskTestCase.java91 when(appState.getInvariantDeviceProfile()).thenReturn(idp);
H A DLoaderCursorTest.java84 when(mMockApp.getInvariantDeviceProfile()).thenReturn(mIDP);
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherIcons.java321 app.getInvariantDeviceProfile().fillResIconDpi);

Completed in 792 milliseconds