Home
last modified time | relevance | path

Searched refs:onIdpChanged (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java102 mInvariantDeviceProfile.addOnChangeListener(this::onIdpChanged); in LauncherAppState()
123 private void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in LauncherAppState
DInvariantDeviceProfile.java382 listener.onIdpChanged(changeFlags, this); in apply()
538 void onIdpChanged(int changeFlags, InvariantDeviceProfile profile); in onIdpChanged() method
DLauncher.java431 onIdpChanged(mDeviceProfile.inv); in onConfigurationChanged()
440 onIdpChanged(mDeviceProfile.inv); in reload()
471 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in Launcher
472 onIdpChanged(idp); in onIdpChanged()
475 private void onIdpChanged(InvariantDeviceProfile idp) { in onIdpChanged() method in Launcher
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionAppTracker.java77 InvariantDeviceProfile.INSTANCE.get(mContext).addOnChangeListener(this::onIdpChanged); in PredictionAppTracker()
87 private void onIdpChanged(int changeFlags, InvariantDeviceProfile profile) { in onIdpChanged() method in PredictionAppTracker
DPredictionUiStateManager.java126 public void onIdpChanged(int changeFlags, InvariantDeviceProfile profile) { in onIdpChanged() method in PredictionUiStateManager
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java397 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in RecentsView