¡@

Home 

2014/10/16 ¤W¤È 08:20:22

android Programming Glossary: newscrollrecty

Android : Stop image scaling down

http://stackoverflow.com/questions/3045227/android-stop-image-scaling-down

right. int newScrollRectX scrollRectX int scrollByX int newScrollRectY scrollRectY int scrollByY Don't scroll off the left or right.. Don't scroll off the top or bottom edges of the bitmap. if newScrollRectY 0 newScrollRectY 0 else if newScrollRectY bmLargeImage.getHeight.. top or bottom edges of the bitmap. if newScrollRectY 0 newScrollRectY 0 else if newScrollRectY bmLargeImage.getHeight displayHeight..

Android : Stop image scaling down

http://stackoverflow.com/questions/3045227/android-stop-image-scaling-down

to the left being the same as sliding the scroll rect to the right. int newScrollRectX scrollRectX int scrollByX int newScrollRectY scrollRectY int scrollByY Don't scroll off the left or right edges of the bitmap. if newScrollRectX 0 newScrollRectX 0.. newScrollRectX bmLargeImage.getWidth displayWidth Don't scroll off the top or bottom edges of the bitmap. if newScrollRectY 0 newScrollRectY 0 else if newScrollRectY bmLargeImage.getHeight displayHeight newScrollRectY bmLargeImage.getHeight displayHeight.. bmLargeImage.getWidth displayWidth Don't scroll off the top or bottom edges of the bitmap. if newScrollRectY 0 newScrollRectY 0 else if newScrollRectY bmLargeImage.getHeight displayHeight newScrollRectY bmLargeImage.getHeight displayHeight We have..