Displaying image in specific location

Hi guys,

I'm trying to code the chrome dinosaur game (no internet) on a garmin instinct crossover. I need the dino to, on key press, change its y position by +1 pixel 20 times, and then back down. Anyone know how to display it using coordinates rather than dc (device context, shown in drawables.xml)? all I seem to be able to do is myDino.draw(dc), when what I want to be able to do is myDino.draw(x,y) etc.

Thank you!