Loading src/com/android/gallery3d/filtershow/category/MainPanel.java +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import android.widget.LinearLayout; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.state.StatePanel; public class MainPanel extends Fragment { Loading Loading @@ -176,6 +177,9 @@ public class MainPanel extends Fragment { if (mCurrentSelected == GEOMETRY) { return; } if (MasterImage.getImage().hasTinyPlanet()) { return; } boolean fromRight = isRightAnimation(GEOMETRY); selection(mCurrentSelected, false); CategoryPanel categoryPanel = new CategoryPanel(); Loading src/com/android/gallery3d/filtershow/imageshow/MasterImage.java +4 −0 Original line number Diff line number Diff line Loading @@ -829,4 +829,8 @@ public class MasterImage implements RenderingRequestCaller { public BitmapCache getBitmapCache() { return mBitmapCache; } public boolean hasTinyPlanet() { return mPreset.contains(FilterRepresentation.TYPE_TINYPLANET); } } Loading
src/com/android/gallery3d/filtershow/category/MainPanel.java +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ import android.widget.LinearLayout; import com.android.gallery3d.R; import com.android.gallery3d.filtershow.FilterShowActivity; import com.android.gallery3d.filtershow.imageshow.MasterImage; import com.android.gallery3d.filtershow.state.StatePanel; public class MainPanel extends Fragment { Loading Loading @@ -176,6 +177,9 @@ public class MainPanel extends Fragment { if (mCurrentSelected == GEOMETRY) { return; } if (MasterImage.getImage().hasTinyPlanet()) { return; } boolean fromRight = isRightAnimation(GEOMETRY); selection(mCurrentSelected, false); CategoryPanel categoryPanel = new CategoryPanel(); Loading
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java +4 −0 Original line number Diff line number Diff line Loading @@ -829,4 +829,8 @@ public class MasterImage implements RenderingRequestCaller { public BitmapCache getBitmapCache() { return mBitmapCache; } public boolean hasTinyPlanet() { return mPreset.contains(FilterRepresentation.TYPE_TINYPLANET); } }