OSDN Git Service

Refactor the code. Improve the inheritance structure of Textures.
authorOwen Lin <owenlin@google.com>
Fri, 14 May 2010 06:13:02 +0000 (14:13 +0800)
committerOwen Lin <owenlin@google.com>
Mon, 17 May 2010 09:59:59 +0000 (17:59 +0800)
commit4ad1c1729d0ba95b5e96081759a96072e611df1f
tree20309b09e2d911407b8becad8e9441e6c37b9edc
parente4caca202b8dbec941a900bf470534ffc0436ce1
Refactor the code. Improve the inheritance structure of Textures.

Change-Id: I72a78f97cf54a6505cd7bff98e1db1bdf5fa84c9
17 files changed:
src/com/android/camera/ui/AbstractIndicator.java
src/com/android/camera/ui/BasicTexture.java [new file with mode: 0644]
src/com/android/camera/ui/BitmapTexture.java [new file with mode: 0644]
src/com/android/camera/ui/CanvasTexture.java
src/com/android/camera/ui/ColorTexture.java
src/com/android/camera/ui/FrameTexture.java [deleted file]
src/com/android/camera/ui/GLListView.java
src/com/android/camera/ui/GLOptionHeader.java
src/com/android/camera/ui/GLRootView.java
src/com/android/camera/ui/IndicatorBar.java
src/com/android/camera/ui/NinePatchTexture.java
src/com/android/camera/ui/PopupWindow.java
src/com/android/camera/ui/RawTexture.java
src/com/android/camera/ui/ResourceTexture.java
src/com/android/camera/ui/Texture.java
src/com/android/camera/ui/ZoomController.java
src/com/android/camera/ui/ZoomIndicator.java