HomeSort by relevance Sort by last modified time
    Searched refs:mOldConfig (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsActivity.java 75 private Configuration mOldConfig;
81 mOldConfig = new Configuration(getResources().getConfiguration());
98 int diff = newConfig.diff(mOldConfig);
102 mOldConfig.setTo(newConfig);
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 193 private Configuration mOldConfig;
276 mOldConfig = new Configuration(getResources().getConfiguration());
354 int diff = newConfig.diff(mOldConfig);
366 mOldConfig.setTo(newConfig);
    [all...]

Completed in 83 milliseconds