HomeSort by relevance Sort by last modified time
    Searched full:listbox (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/autotest/frontend/client/src/autotest/afe/
UserPreferencesView.java 21 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox droneSet = new ListBox();
AfeUtils.java 21 import com.google.gwt.user.client.ui.ListBox;
387 public static void populateListBox(ListBox box, String staticDataKey) {
402 public static void setSelectedItem(ListBox box, String item) {
  /external/autotest/frontend/client/src/autotest/tko/
TestLabelManager.java 20 import com.google.gwt.user.client.ui.ListBox;
39 private ListBox labelList = new ListBox();
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml 36 <ListBox x:Name="EnumedDeviceList2" SelectionChanged="lstEnumedDevices_SelectionChanged" />
  /external/pdfium/xfa/include/fwl/
fwl.h 45 #include "xfa/include/fwl/lightwidget/listbox.h"
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 60 void AddListBoxItem(HWND listbox, const std::string& str, LPARAM item_data) {
61 LRESULT index = ::SendMessageA(listbox, LB_ADDSTRING, 0,
63 ::SendMessageA(listbox, LB_SETITEMDATA, index, item_data);
472 CreateChildWindow(&listbox_, LISTBOX_ID, L"ListBox",
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
75 * listBox.setLayoutData(listBoxData);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
Tix.py 580 listbox subwidget.
    [all...]
  /external/opencv3/samples/python2/
demo.py 72 self.demos_lb = demos_lb = tk.Listbox(left, yscrollcommand=scrollbar.set)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 387 index = self.listbox.index("active")
391 index = self.listbox.index("active")
  /external/autotest/frontend/client/src/autotest/public/
afeclient.css 133 .gwt-ListBox, .filter-box {
  /external/autotest/frontend/client/src/autotest/common/ui/
MultiListSelectPresenter.java 35 /* Optional additional display allowing toggle between a simple ListBox and a
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 55 // listbox styles
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 127 // only attach everything to the listbox if we can access
  /external/ImageMagick/scripts/
xsnap 297 listbox .print.format.list -yscroll ".print.format.scroll set" -setgrid 1 \
371 listbox .save.format.list -yscroll ".save.format.scroll set" -setgrid 1 \

Completed in 1483 milliseconds

12 3 4