HomeSort by relevance Sort by last modified time
    Searched full:curselection (Results 1 - 19 of 19) sorted by null

  /development/apps/Development/src/com/android/development/
PackageBrowser.java 140 final int curSelection = getSelectedItemPosition();
141 if (curSelection >= 0) {
143 final MyPackageInfo packageInfo = mAdapter.itemForPosition(curSelection);
150 mPackageInfoList.remove(curSelection);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
247 cursel = int(self.listbox.curselection()[0])
252 cursel = int(self.listbox.curselection()[0])
286 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
304 cursel = int(self.listbox.curselection()[0])
315 cursel = int(self.listbox.curselection()[0])
342 cursel = int(self.listbox.curselection()[0])
configDialog.py 684 if self.listBindings.curselection():
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
247 cursel = int(self.listbox.curselection()[0])
252 cursel = int(self.listbox.curselection()[0])
286 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
304 cursel = int(self.listbox.curselection()[0])
315 cursel = int(self.listbox.curselection()[0])
342 cursel = int(self.listbox.curselection()[0])
configDialog.py 684 if self.listBindings.curselection():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
247 cursel = int(self.listbox.curselection()[0])
252 cursel = int(self.listbox.curselection()[0])
286 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
304 cursel = int(self.listbox.curselection()[0])
315 cursel = int(self.listbox.curselection()[0])
342 cursel = int(self.listbox.curselection()[0])
configDialog.py 684 if self.listBindings.curselection():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
247 cursel = int(self.listbox.curselection()[0])
252 cursel = int(self.listbox.curselection()[0])
286 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
304 cursel = int(self.listbox.curselection()[0])
315 cursel = int(self.listbox.curselection()[0])
342 cursel = int(self.listbox.curselection()[0])
configDialog.py 684 if self.listBindings.curselection():
    [all...]
  /external/opencv3/samples/python2/
demo.py 104 name = self.demos_lb.get( self.demos_lb.curselection()[0] )
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_track_view.html 526 var curSelection = this.brushingStateController_.selection;
527 if (!curSelection.length || !curSelection[0].title)
531 var filter = new tr.c.ExactTitleFilter(curSelection[0].title);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 2558 def curselection(self): member in class:Listbox
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 2558 def curselection(self): member in class:Listbox
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2558 def curselection(self): member in class:Listbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2558 def curselection(self): member in class:Listbox
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 849 milliseconds