OSDN Git Service

Remove CanSwipeInFullScreen attribute.
authorPaul Rohde <codelogic@google.com>
Thu, 19 Feb 2015 19:26:01 +0000 (11:26 -0800)
committerPaul Rohde <codelogic@google.com>
Thu, 19 Feb 2015 19:30:24 +0000 (11:30 -0800)
commitb6a8810b7a5ac0df1e19efd26628c01bcb32b97b
treec6a5516857f688433d7e066d9f8d48da376fbe87
parent90b584400dc5d7535de84f6a2601e3d3e6825764
Remove CanSwipeInFullScreen attribute.

This fixes the swipe guesture problem by removing the mostly
unused canSwipeInFullScreen attribute on filmstrip items and
checking existing usages to ensure they still work.

Bug: 18948437

Change-Id: I7d8c9fba4b0cf3db6fc3d60afe37d527c0732318
src/com/android/camera/data/CameraFilmstripDataAdapter.java
src/com/android/camera/data/FilmstripItemAttributes.java
src/com/android/camera/data/FixedFirstProxyAdapter.java
src/com/android/camera/data/FixedLastProxyAdapter.java
src/com/android/camera/data/PhotoItem.java
src/com/android/camera/data/PlaceholderItem.java
src/com/android/camera/data/VideoItem.java
src/com/android/camera/filmstrip/FilmstripDataAdapter.java
src/com/android/camera/widget/FilmstripView.java