Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsActivity.java201 initDeviceProfile(); in onHandleConfigurationChanged()
374 initDeviceProfile(); in onCreate()
403 private void initDeviceProfile() { in initDeviceProfile() method in RecentsActivity
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java513 initDeviceProfile(idp); in onCreate()
742 initDeviceProfile(mDeviceProfile.inv);
762 if (!initDeviceProfile(mDeviceProfile.inv)) {
786 protected boolean initDeviceProfile(InvariantDeviceProfile idp) {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java684 protected boolean initDeviceProfile(InvariantDeviceProfile idp) { in initDeviceProfile() method in QuickstepLauncher
685 final boolean ret = super.initDeviceProfile(idp); in initDeviceProfile()