Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsActivity.java180 initDeviceProfile(); in onHandleConfigChanged()
338 initDeviceProfile(); in onCreate()
369 private void initDeviceProfile() { in initDeviceProfile() method in RecentsActivity
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java455 initDeviceProfile(idp); in onCreate()
583 initDeviceProfile(mDeviceProfile.inv); in onMultiWindowModeChanged()
600 initDeviceProfile(mDeviceProfile.inv); in onIdpChanged()
623 private void initDeviceProfile(InvariantDeviceProfile idp) { in initDeviceProfile() method in Launcher