Home
last modified time | relevance | path

Searched refs:scrollY (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-with-scrollbars.py29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)
33 self.draw['yscrollcommand'] = self.draw.scrollY.set
35 self.draw.scrollY['command'] = self.draw.yview
44 self.draw.scrollY.pack(side=RIGHT, fill=Y)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java425 protected void setScrollY(int scrollY) { in setScrollY() argument
426 scrollTo(scrollToCoordinates.x, scrollY); in setScrollY()