SYMBOL INDEX (344 symbols across 35 files) FILE: app/src/androidTest/java/nickrout/lenslauncher/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/nickrout/lenslauncher/AppsSingleton.java class AppsSingleton (line 11) | public class AppsSingleton { method AppsSingleton (line 18) | private AppsSingleton() {} method getInstance (line 20) | public static AppsSingleton getInstance() { method getApps (line 27) | public ArrayList getApps() { method setApps (line 36) | public void setApps(ArrayList apps) { method getAppIcons (line 40) | public ArrayList getAppIcons() { method setAppIcons (line 49) | public void setAppIcons(ArrayList appIcons) { FILE: app/src/main/java/nickrout/lenslauncher/LensLauncherApplication.java class LensLauncherApplication (line 16) | public class LensLauncherApplication extends SugarApp implements Observer { method onCreate (line 18) | @Override method update (line 26) | @Override method updateApps (line 35) | private void updateApps() { method editApps (line 43) | private void editApps() { FILE: app/src/main/java/nickrout/lenslauncher/adapter/AppRecyclerAdapter.java class AppRecyclerAdapter (line 32) | public class AppRecyclerAdapter extends RecyclerView.Adapter { method AppRecyclerAdapter (line 39) | public AppRecyclerAdapter(Context mContext, List mApps) { method getItemForPosition (line 44) | public App getItemForPosition(int position) { method getItemCount (line 48) | @Override method getItemId (line 53) | @Override method onCreateViewHolder (line 58) | @Override method onBindViewHolder (line 67) | @Override class AppViewHolder (line 77) | public static class AppViewHolder extends RecyclerView.ViewHolder impl... method AppViewHolder (line 97) | public AppViewHolder(View itemView, Context context) { method setAppElement (line 103) | public void setAppElement(App app) { method toggleAppVisibility (line 121) | public void toggleAppVisibility(App app) { method sendChangeAppsVisibilityBroadcast (line 138) | private void sendChangeAppsVisibilityBroadcast() { method setOnClickListeners (line 150) | public void setOnClickListeners() { method onMenuItemClick (line 183) | @Override FILE: app/src/main/java/nickrout/lenslauncher/background/BackgroundChangedObservable.java class BackgroundChangedObservable (line 5) | public class BackgroundChangedObservable extends Observable { method getInstance (line 8) | public static BackgroundChangedObservable getInstance() { method BackgroundChangedObservable (line 12) | private BackgroundChangedObservable() { method updateValue (line 15) | public void updateValue(Object data) { method update (line 22) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/background/BroadcastReceivers.java class BroadcastReceivers (line 10) | public class BroadcastReceivers { class AppsUpdatedReceiver (line 12) | public static class AppsUpdatedReceiver extends BroadcastReceiver { method onReceive (line 13) | @Override class AppsEditedReceiver (line 19) | public static class AppsEditedReceiver extends BroadcastReceiver { method onReceive (line 20) | @Override class AppsVisibilityChangedReceiver (line 26) | public static class AppsVisibilityChangedReceiver extends BroadcastRec... method onReceive (line 27) | @Override class AppsLoadedReceiver (line 33) | public static class AppsLoadedReceiver extends BroadcastReceiver { method onReceive (line 34) | @Override class BackgroundChangedReceiver (line 40) | public static class BackgroundChangedReceiver extends BroadcastReceiver { method onReceive (line 41) | @Override class NightModeReceiver (line 47) | public static class NightModeReceiver extends BroadcastReceiver { method onReceive (line 48) | @Override FILE: app/src/main/java/nickrout/lenslauncher/background/EditedObservable.java class EditedObservable (line 8) | public class EditedObservable extends Observable { method getInstance (line 11) | public static EditedObservable getInstance() { method EditedObservable (line 15) | private EditedObservable() { method updateValue (line 18) | public void updateValue(Object data) { method update (line 25) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/background/LoadedObservable.java class LoadedObservable (line 8) | public class LoadedObservable extends Observable { method getInstance (line 11) | public static LoadedObservable getInstance() { method LoadedObservable (line 15) | private LoadedObservable() { method updateValue (line 18) | public void updateValue(Object data) { method update (line 25) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/background/NightModeObservable.java class NightModeObservable (line 9) | public class NightModeObservable extends Observable { method getInstance (line 12) | public static NightModeObservable getInstance() { method NightModeObservable (line 16) | private NightModeObservable() { method updateValue (line 19) | public void updateValue(Object data) { method update (line 26) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/background/SortAppsTask.java class SortAppsTask (line 19) | public class SortAppsTask extends AsyncTask { method SortAppsTask (line 28) | public SortAppsTask(Context context, method onPreExecute (line 35) | @Override method doInBackground (line 40) | @Override method onPostExecute (line 57) | @Override FILE: app/src/main/java/nickrout/lenslauncher/background/UpdateAppsTask.java class UpdateAppsTask (line 20) | public class UpdateAppsTask extends AsyncTask { method UpdateAppsTask (line 30) | public UpdateAppsTask(PackageManager packageManager, method onPreExecute (line 39) | @Override method doInBackground (line 44) | @Override method onPostExecute (line 65) | @Override FILE: app/src/main/java/nickrout/lenslauncher/background/UpdatedObservable.java class UpdatedObservable (line 8) | public class UpdatedObservable extends Observable { method getInstance (line 11) | public static UpdatedObservable getInstance() { method UpdatedObservable (line 15) | private UpdatedObservable() { method updateValue (line 18) | public void updateValue(Object data) { method update (line 25) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/background/VisibilityChangedObservable.java class VisibilityChangedObservable (line 5) | public class VisibilityChangedObservable extends Observable { method getInstance (line 8) | public static VisibilityChangedObservable getInstance() { method VisibilityChangedObservable (line 12) | private VisibilityChangedObservable() { method updateValue (line 15) | public void updateValue(Object data) { method update (line 22) | public void update() { FILE: app/src/main/java/nickrout/lenslauncher/model/App.java class App (line 9) | public class App { method App (line 20) | public App() { method getId (line 23) | public int getId() { method setId (line 27) | public void setId(int mId) { method getLabel (line 31) | public CharSequence getLabel() { method setLabel (line 35) | public void setLabel(CharSequence label) { method getPackageName (line 39) | public CharSequence getPackageName() { method setPackageName (line 43) | public void setPackageName(CharSequence packageName) { method getName (line 47) | public CharSequence getName() { method setName (line 51) | public void setName(CharSequence name) { method getIconResId (line 55) | public int getIconResId() { method setIconResId (line 59) | public void setIconResId(int iconResId) { method getIcon (line 63) | public Bitmap getIcon() { method setIcon (line 67) | public void setIcon(Bitmap icon) { method getInstallDate (line 71) | public long getInstallDate() { method setInstallDate (line 75) | public void setInstallDate(long mInstallDate) { method getPaletteColor (line 79) | public int getPaletteColor() { method setPaletteColor (line 83) | public void setPaletteColor(int paletteColor) { method toString (line 87) | @Override FILE: app/src/main/java/nickrout/lenslauncher/model/AppPersistent.java class AppPersistent (line 11) | public class AppPersistent extends SugarRecord { method AppPersistent (line 16) | public AppPersistent() { method AppPersistent (line 30) | public AppPersistent(String packageName, String name, long openCount, ... method getPackageName (line 39) | public String getPackageName() { method setPackageName (line 43) | public void setPackageName(String packageName) { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { method getIdentifier (line 59) | public String getIdentifier() { method getOpenCount (line 63) | public long getOpenCount() { method setOpenCount (line 67) | public void setOpenCount(long openCount) { method getOrderNumber (line 71) | public int getOrderNumber() { method setOrderNumber (line 75) | public void setOrderNumber(int orderNumber) { method isAppVisible (line 79) | public boolean isAppVisible() { method setAppVisible (line 83) | public void setAppVisible(boolean appVisible) { method toString (line 87) | @Override method generateIdentifier (line 99) | public static String generateIdentifier(String packageName, String nam... method incrementAppCount (line 103) | public static void incrementAppCount(String packageName, String name) { method setAppOrderNumber (line 115) | public static void setAppOrderNumber(String packageName, String name, ... method getAppVisibility (line 127) | public static boolean getAppVisibility(String packageName, String name) { method setAppVisibility (line 137) | public static void setAppVisibility(String packageName, String name, b... method getAppOpenCount (line 149) | public static long getAppOpenCount(String packageName, String name) { FILE: app/src/main/java/nickrout/lenslauncher/model/Grid.java class Grid (line 6) | public class Grid { method Grid (line 15) | public Grid() {} method getItemCount (line 17) | public int getItemCount() { method setItemCount (line 21) | public void setItemCount(int itemCount) { method getItemCountHorizontal (line 25) | public int getItemCountHorizontal() { method setItemCountHorizontal (line 29) | public void setItemCountHorizontal(int itemCountHorizontal) { method getItemCountVertical (line 33) | public int getItemCountVertical() { method setItemCountVertical (line 37) | public void setItemCountVertical(int itemCountVertical) { method getItemSize (line 41) | public float getItemSize() { method setItemSize (line 45) | public void setItemSize(float itemSize) { method getSpacingHorizontal (line 49) | public float getSpacingHorizontal() { method setSpacingHorizontal (line 53) | public void setSpacingHorizontal(float spacingHorizontal) { method getSpacingVertical (line 57) | public float getSpacingVertical() { method setSpacingVertical (line 61) | public void setSpacingVertical(float spacingVertical) { method toString (line 65) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/AboutActivity.java class AboutActivity (line 29) | public class AboutActivity extends BaseActivity implements Observer { method onCreate (line 45) | @Override method circularRevealAboutImage (line 63) | private void circularRevealAboutImage() { method setupViews (line 79) | private void setupViews() { method onBackPressed (line 84) | @Override method finish (line 89) | @Override method onOptionsItemSelected (line 95) | @Override method update (line 105) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/AppsFragment.java class AppsFragment (line 32) | public class AppsFragment extends Fragment implements SettingsActivity.A... method AppsFragment (line 46) | public AppsFragment() { method newInstance (line 49) | public static AppsFragment newInstance() { method onCreateView (line 55) | @Nullable method onAttach (line 65) | @Override method sendEditAppsBroadcast (line 73) | private void sendEditAppsBroadcast() { method setupRecycler (line 81) | private void setupRecycler(ArrayList apps) { method onDefaultsReset (line 98) | @Override method onAppsUpdated (line 106) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/BaseActivity.java class BaseActivity (line 19) | public class BaseActivity extends AppCompatActivity { method onCreate (line 23) | @Override method setContentView (line 32) | @Override method setTaskDescription (line 38) | private void setTaskDescription() { method updateNightMode (line 49) | protected void updateNightMode() { FILE: app/src/main/java/nickrout/lenslauncher/ui/FakeLauncherActivity.java class FakeLauncherActivity (line 8) | public class FakeLauncherActivity extends AppCompatActivity { method onCreate (line 9) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/HomeActivity.java class HomeActivity (line 32) | public class HomeActivity extends BaseActivity implements Observer { method onCreate (line 46) | @Override method onResume (line 62) | @Override method setupTransparentSystemBarsForLollipop (line 72) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method setBackground (line 88) | private void setBackground() { method assignApps (line 92) | private void assignApps(ArrayList apps, ArrayList appIcon... method removeHiddenApps (line 104) | private void removeHiddenApps() { method onBackPressed (line 115) | @Override method onDestroy (line 120) | @Override method update (line 126) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/LensFragment.java class LensFragment (line 22) | public class LensFragment extends Fragment implements SettingsActivity.L... method LensFragment (line 55) | public LensFragment() { method newInstance (line 58) | public static LensFragment newInstance() { method onCreateView (line 64) | @Nullable method onAttach (line 75) | @Override method setupViews (line 83) | private void setupViews() { method assignValues (line 162) | private void assignValues() { method onDefaultsReset (line 177) | @Override method resetToDefault (line 183) | private void resetToDefault() { FILE: app/src/main/java/nickrout/lenslauncher/ui/LensView.java class LensView (line 37) | public class LensView extends View { type DrawType (line 72) | public enum DrawType { method setDrawType (line 79) | public void setDrawType(DrawType drawType) { method LensView (line 84) | public LensView(Context context) { method LensView (line 89) | public LensView(Context context, AttributeSet attrs) { method LensView (line 94) | public LensView(Context context, AttributeSet attrs, int defStyle) { method setApps (line 99) | public void setApps(ArrayList apps, ArrayList appIcons) { method setPackageManager (line 105) | public void setPackageManager(PackageManager packageManager) { method init (line 109) | private void init() { method fitSystemWindows (line 120) | @Override method setupPaints (line 126) | private void setupPaints() { method onDraw (line 163) | @Override method onTouchEvent (line 186) | @Override method drawWorkspaceBackground (line 249) | private void drawWorkspaceBackground(Canvas canvas) { method drawTouchSelection (line 257) | private void drawTouchSelection(Canvas canvas) { method drawGrid (line 261) | private void drawGrid(Canvas canvas, int itemCount) { method drawAppIcon (line 343) | private void drawAppIcon(Canvas canvas, RectF rect, int index) { method drawCircle (line 361) | private void drawCircle(Canvas canvas, RectF rect) { method drawAppName (line 365) | private void drawAppName(Canvas canvas, RectF rect) { method drawNewAppTag (line 374) | private void drawNewAppTag(Canvas canvas, RectF rect) { method performHoverVibration (line 383) | private void performHoverVibration() { method performLaunchVibration (line 396) | private void performLaunchVibration() { method launchApp (line 404) | private void launchApp() { class LensAnimation (line 417) | private class LensAnimation extends Animation { method LensAnimation (line 421) | public LensAnimation(boolean show) { method applyTransformation (line 458) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/SettingsActivity.java class SettingsActivity (line 50) | public class SettingsActivity extends BaseActivity method onSortClicked (line 71) | @OnClick(R.id.fab_sort) type LensInterface (line 86) | public interface LensInterface { method onDefaultsReset (line 87) | void onDefaultsReset(); method setLensInterface (line 90) | public void setLensInterface(LensInterface lensInterface) { type AppsInterface (line 94) | public interface AppsInterface { method onDefaultsReset (line 95) | void onDefaultsReset(); method onAppsUpdated (line 96) | void onAppsUpdated(ArrayList apps); method setAppsInterface (line 99) | public void setAppsInterface(AppsInterface appsInterface) { type SettingsInterface (line 103) | public interface SettingsInterface { method onDefaultsReset (line 104) | void onDefaultsReset(); method onValuesUpdated (line 105) | void onValuesUpdated(); method setSettingsInterface (line 108) | public void setSettingsInterface(SettingsInterface settingsInterface) { method onCreate (line 112) | @Override method onCreateOptionsMenu (line 148) | @Override method onOptionsItemSelected (line 155) | @Override method update (line 199) | @Override method sendUpdateAppsBroadcast (line 211) | private void sendUpdateAppsBroadcast() { method sendEditAppsBroadcast (line 216) | private void sendEditAppsBroadcast() { method sendBackgroundChangedBroadcast (line 221) | private void sendBackgroundChangedBroadcast() { method sendNightModeBroadcast (line 226) | public void sendNightModeBroadcast() { method showSortTypeDialog (line 231) | private void showSortTypeDialog() { method showIconPackDialog (line 254) | public void showIconPackDialog() { method showHomeLauncherChooser (line 284) | public void showHomeLauncherChooser() { method showNightModeChooser (line 288) | public void showNightModeChooser() { method showBackgroundDialog (line 316) | public void showBackgroundDialog() { method showWallpaperPicker (line 350) | public void showWallpaperPicker() { method showBackgroundColorDialog (line 355) | public void showBackgroundColorDialog() { method showHighlightColorDialog (line 369) | public void showHighlightColorDialog() { method onColorSelection (line 383) | @Override method onColorChooserDismissed (line 398) | @Override method dismissSortTypeDialog (line 402) | private void dismissSortTypeDialog() { method dismissIconPackDialog (line 408) | private void dismissIconPackDialog() { method dismissNightModeDialog (line 414) | private void dismissNightModeDialog() { method dismissBackgroundDialog (line 420) | private void dismissBackgroundDialog() { method dismissAllDialogs (line 426) | private void dismissAllDialogs() { method onDestroy (line 434) | @Override method onBackPressed (line 441) | @Override method finish (line 446) | @Override class FragmentPagerAdapter (line 452) | private class FragmentPagerAdapter extends FragmentStatePagerAdapter { method FragmentPagerAdapter (line 458) | public FragmentPagerAdapter(FragmentManager fragmentManager, Context... method getItem (line 463) | @Override method getCount (line 476) | @Override method getPageTitle (line 481) | @Override FILE: app/src/main/java/nickrout/lenslauncher/ui/SettingsFragment.java class SettingsFragment (line 28) | public class SettingsFragment extends Fragment implements SettingsActivi... method onHomeLauncherClick (line 32) | @OnClick(R.id.layout_home_launcher) method onIconPackClick (line 40) | @OnClick(R.id.layout_icon_pack) method onNightModeClick (line 48) | @OnClick(R.id.layout_night_mode) method onBackgroundClick (line 56) | @OnClick(R.id.layout_background) method onHighlightColorClick (line 67) | @OnClick(R.id.layout_highlight_color) method SettingsFragment (line 95) | public SettingsFragment() { method newInstance (line 98) | public static SettingsFragment newInstance() { method onCreateView (line 104) | @Nullable method onAttach (line 115) | @Override method setupViews (line 123) | private void setupViews() { method assignValues (line 156) | private void assignValues() { method showIconPackDialog (line 189) | private void showIconPackDialog() { method showHomeLauncherChooser (line 195) | private void showHomeLauncherChooser() { method showNightModeChooser (line 201) | private void showNightModeChooser() { method showBackgroundDialog (line 207) | private void showBackgroundDialog() { method showHighlightColorDialog (line 213) | private void showHighlightColorDialog() { method onDefaultsReset (line 219) | @Override method onValuesUpdated (line 225) | @Override method resetToDefault (line 230) | private void resetToDefault() { FILE: app/src/main/java/nickrout/lenslauncher/util/AppSorter.java class AppSorter (line 14) | public class AppSorter { type SortType (line 16) | public enum SortType { method SortType (line 28) | SortType(int displayNameResId) { method getDisplayNameResId (line 32) | public int getDisplayNameResId() { method sort (line 37) | public static void sort(ArrayList apps, SortType sortType) { method sortByLabelAscending (line 69) | private static void sortByLabelAscending(ArrayList apps) { method sortByLabelDescending (line 78) | private static void sortByLabelDescending(ArrayList apps) { method sortByInstallDateAscending (line 83) | private static void sortByInstallDateAscending(ArrayList apps) { method sortByInstallDateDescending (line 97) | private static void sortByInstallDateDescending(ArrayList apps) { method sortByOpenCountAscending (line 102) | private static void sortByOpenCountAscending(ArrayList apps) { method sortByOpenCountDescending (line 120) | private static void sortByOpenCountDescending(ArrayList apps) { method sortByIconColorAscending (line 125) | private static void sortByIconColorAscending(ArrayList apps) { method sortByIconColorDescending (line 142) | private static void sortByIconColorDescending(ArrayList apps) { FILE: app/src/main/java/nickrout/lenslauncher/util/AppUtil.java class AppUtil (line 30) | public class AppUtil { method getApps (line 35) | public static ArrayList getApps( method launchComponent (line 85) | public static void launchComponent(Context context, String packageName... method getLauncherOptionsBundle (line 114) | private static Bundle getLauncherOptionsBundle(Context context, View s... FILE: app/src/main/java/nickrout/lenslauncher/util/BitmapUtil.java class BitmapUtil (line 16) | public class BitmapUtil { method drawableToBitmap (line 20) | public static Bitmap drawableToBitmap (Drawable drawable) { method resIdToBitmap (line 46) | public static Bitmap resIdToBitmap(Resources res, int resId) { method packageNameToResId (line 61) | public static int packageNameToResId(PackageManager packageManager, St... method packageNameToBitmap (line 72) | public static Bitmap packageNameToBitmap(PackageManager packageManager... method packageNameToBitmap (line 85) | public static Bitmap packageNameToBitmap(Context context, PackageManag... FILE: app/src/main/java/nickrout/lenslauncher/util/ColorUtil.java class ColorUtil (line 13) | public class ColorUtil { method getPaletteColorFromApp (line 15) | public static @ColorInt int getPaletteColorFromApp(App app) { method getPaletteColorFromBitmap (line 19) | public static @ColorInt int getPaletteColorFromBitmap(Bitmap bitmap) { method getHueColorFromApp (line 41) | public static float getHueColorFromApp(App app) { method getHueColorFromColor (line 45) | public static float getHueColorFromColor(@ColorInt int color) { FILE: app/src/main/java/nickrout/lenslauncher/util/IconPackManager.java class IconPackManager (line 38) | public class IconPackManager { class IconPack (line 44) | public class IconPack { method IconPack (line 46) | public IconPack() { method load (line 69) | public void load() { method loadBitmap (line 152) | private Bitmap loadBitmap(String drawableName) { method getIconForPackage (line 162) | public Bitmap getIconForPackage(String appPackageName, Bitmap defaul... method generateBitmap (line 194) | private Bitmap generateBitmap(Bitmap defaultBitmap) { method getMostAppropriateBackImage (line 268) | private Bitmap getMostAppropriateBackImage(Bitmap defaultBitmap) { method getAvailableIconPacksWithIcons (line 290) | public ArrayList getAvailableIconPacksWithIcons(boolean forc... FILE: app/src/main/java/nickrout/lenslauncher/util/LauncherUtil.java class LauncherUtil (line 13) | public class LauncherUtil { method isLauncherDefault (line 15) | public static boolean isLauncherDefault(Application application) { method getHomeLauncherName (line 30) | public static String getHomeLauncherName(Application application) { method resetPreferredLauncherAndOpenChooser (line 40) | public static void resetPreferredLauncherAndOpenChooser(Context contex... FILE: app/src/main/java/nickrout/lenslauncher/util/LensCalculator.java class LensCalculator (line 13) | public class LensCalculator { method calculateGrid (line 16) | public static Grid calculateGrid(Context context, int screenWidth, int... method calculateOptimalSquareSize (line 41) | public static double calculateOptimalSquareSize(int screenWidth, int s... method calculateDistance (line 61) | public static double calculateDistance(float x1, float x2, float y1, f... method isRectWithinLens (line 66) | public static boolean isRectWithinLens(RectF rect, float touchX, float... method shiftPoint (line 78) | public static float shiftPoint(Context context, float lensPosition, fl... method scalePoint (line 99) | public static float scalePoint(Context context, float lensPosition, fl... method calculateSquareScaledSize (line 115) | public static float calculateSquareScaledSize(float scaledPositionX, f... method calculateRect (line 120) | public static RectF calculateRect(float newCenterX, float newCenterY, ... method isInsideRect (line 130) | public static boolean isInsideRect(float x, float y, RectF rect) { method convertDpToPixel (line 139) | public static float convertDpToPixel(float dp, Context context) { method convertPixelsToDp (line 147) | public static float convertPixelsToDp(float px, Context context) { FILE: app/src/main/java/nickrout/lenslauncher/util/NightModeUtil.java class NightModeUtil (line 9) | public class NightModeUtil { method getNightModeDisplayName (line 11) | public static String getNightModeDisplayName(@AppCompatDelegate.NightM... method getNightModeFromDisplayName (line 24) | public static @AppCompatDelegate.NightMode int getNightModeFromDisplay... FILE: app/src/main/java/nickrout/lenslauncher/util/Settings.java class Settings (line 11) | public class Settings { method Settings (line 66) | public Settings(Context context) { method sharedPreferences (line 70) | private SharedPreferences sharedPreferences() { method save (line 77) | public void save(String name, int value) { method getNightMode (line 81) | public @AppCompatDelegate.NightMode int getNightMode() { method save (line 94) | public void save(String name, float value) { method getFloat (line 98) | public float getFloat(String name) { method save (line 125) | public void save(String name, long value) { method getLong (line 129) | public long getLong(String name) { method save (line 142) | public void save(String name, String value) { method getString (line 146) | public String getString(String name) { method save (line 161) | public void save(String name, boolean value) { method getBoolean (line 165) | public boolean getBoolean(String name) { method save (line 181) | public void save(AppSorter.SortType value) { method getSortType (line 185) | public AppSorter.SortType getSortType() { method getMaxFloatValue (line 190) | public float getMaxFloatValue(String name) { method getMaxLongValue (line 202) | public long getMaxLongValue(String name) { FILE: app/src/test/java/nickrout/lenslauncher/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test