Searched refs:AUTO_ADVANCE_DIRECTION (Results 1 – 1 of 1) sorted by relevance
48 private static final String AUTO_ADVANCE_DIRECTION = "autoAdvance"; field in Preferences188 return mSharedPreferences.getInt(AUTO_ADVANCE_DIRECTION, AUTO_ADVANCE_DEFAULT); in getAutoAdvanceDirection()192 mSharedPreferences.edit().putInt(AUTO_ADVANCE_DIRECTION, direction).apply(); in setAutoAdvanceDirection()