HomeSort by relevance Sort by last modified time
    Searched refs:visible_top (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 143 visible_top = self.canvas.canvasy(0)
146 if visible_top <= top and bottom <= visible_bottom:
149 if top >= visible_top and height <= visible_height:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 143 visible_top = self.canvas.canvasy(0)
146 if visible_top <= top and bottom <= visible_bottom:
149 if top >= visible_top and height <= visible_height:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 143 visible_top = self.canvas.canvasy(0)
146 if visible_top <= top and bottom <= visible_bottom:
149 if top >= visible_top and height <= visible_height:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 143 visible_top = self.canvas.canvasy(0)
146 if visible_top <= top and bottom <= visible_bottom:
149 if top >= visible_top and height <= visible_height:

Completed in 349 milliseconds