Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java291 private boolean didRestrictionLayoutChange(SharedPreferences sp, int newLayoutId) { in didRestrictionLayoutChange() argument
293 if (lastRestrictionLayoutId != newLayoutId) { in didRestrictionLayoutChange()
295 editor.putInt(LAST_RESTRICTION_LAYOUT_ID, newLayoutId); in didRestrictionLayoutChange()