Unify scrollable list code

The goal of this patch set is to eliminate the code duplication
caused by copy/paste of the code in the file selector, listbox,
and partition list GUI elements. Those classes will now utilize a
single GUIScrollList class that will handle rendering and
scrolling.

Change-Id: I0cb98ab36cf47178296034293435225658c779cd
This commit is contained in:
Ethan Yonker
2015-02-05 00:48:28 +01:00
parent 9132d91253
commit 0a3a98f892
6 changed files with 1179 additions and 2440 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ LOCAL_SRC_FILES := \
input.cpp \
blanktimer.cpp \
partitionlist.cpp \
mousecursor.cpp
mousecursor.cpp \
scrolllist.cpp
ifneq ($(TWRP_CUSTOM_KEYBOARD),)
LOCAL_SRC_FILES += $(TWRP_CUSTOM_KEYBOARD)