Searched refs:onIdpChanged (Results 1 – 6 of 6) sorted by relevance
102 mInvariantDeviceProfile.addOnChangeListener(this::onIdpChanged); in LauncherAppState()123 private void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in LauncherAppState
382 listener.onIdpChanged(changeFlags, this); in apply()538 void onIdpChanged(int changeFlags, InvariantDeviceProfile profile); in onIdpChanged() method
431 onIdpChanged(mDeviceProfile.inv); in onConfigurationChanged()440 onIdpChanged(mDeviceProfile.inv); in reload()471 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in Launcher472 onIdpChanged(idp); in onIdpChanged()475 private void onIdpChanged(InvariantDeviceProfile idp) { in onIdpChanged() method in Launcher
77 InvariantDeviceProfile.INSTANCE.get(mContext).addOnChangeListener(this::onIdpChanged); in PredictionAppTracker()87 private void onIdpChanged(int changeFlags, InvariantDeviceProfile profile) { in onIdpChanged() method in PredictionAppTracker
126 public void onIdpChanged(int changeFlags, InvariantDeviceProfile profile) { in onIdpChanged() method in PredictionUiStateManager
397 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged() method in RecentsView