Searched refs:toRestore (Results 1 – 2 of 2) sorted by relevance
241 val toRestore = restoreData.restoredTiles.toMutableList() in <lambda>() constant250 if (insertAt > toRestore.size) { in <lambda>()251 toRestore.add(tile) in <lambda>()253 toRestore.add(insertAt, tile) in <lambda>()257 return toRestore in <lambda>()
959 final String toRestore = value; in restoreSettings() local961 Log.d(TAG, "Restored font scale from: " + toRestore + " to " + value); in restoreSettings()