Home
last modified time | relevance | path

Searched refs:selectedIndex (Results 1 – 25 of 35) sorted by relevance

12

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DGradientPanel.java187 int selectedIndex; field in GradientPanel.GradientEditor
201 dragIndex = selectedIndex = i; in GradientEditor()
202 handleSelected(colors.get(selectedIndex)); in GradientEditor()
221 if (selectedIndex == -1 || selectedIndex == 0) return; in GradientEditor()
223 int x = gradientX + (int)(percentages.get(selectedIndex) * gradientWidth) - handleWidth / 2; in GradientEditor()
225 percentages.remove(selectedIndex); in GradientEditor()
226 colors.remove(selectedIndex); in GradientEditor()
227 selectedIndex--; in GradientEditor()
228 dragIndex = selectedIndex; in GradientEditor()
230 handleSelected(colors.get(selectedIndex)); in GradientEditor()
[all …]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
DGradientPanel.java188 int selectedIndex; field in GradientPanel.GradientEditor
202 dragIndex = selectedIndex = i; in GradientEditor()
203 handleSelected(colors.get(selectedIndex)); in GradientEditor()
222 if (selectedIndex == -1 || selectedIndex == 0) return; in GradientEditor()
224 int x = gradientX + (int)(percentages.get(selectedIndex) * gradientWidth) - handleWidth / 2; in GradientEditor()
226 percentages.remove(selectedIndex); in GradientEditor()
227 colors.remove(selectedIndex); in GradientEditor()
228 selectedIndex--; in GradientEditor()
229 dragIndex = selectedIndex; in GradientEditor()
231 handleSelected(colors.get(selectedIndex)); in GradientEditor()
[all …]
/external/opencv3/samples/winrt/JavaScript/js/
DAdvancedCapture.js46 var selectedIndex = id("cameraSelect").selectedIndex;
47 var deviceInfo = cameraList[selectedIndex];
85 var effectId = id("videoEffect").selectedIndex;
/external/autotest/frontend/client/src/autotest/afe/
DLabelFilter.java50 int selectedIndex = platform.getSelectedIndex(); in getMatchValue() local
52 if (selectedIndex > 0) { in getMatchValue()
53 String platformString = platform.getItemText(selectedIndex); in getMatchValue()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
DFingerprints.js3 var type=formSelect.selectedIndex;
31 formSelect.selectedIndex=type;
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dforms.py106 self.selectedIndex = None
139 self.selectedIndex = i
149 elif self.selectedIndex is not None:
150 return self.options[self.selectedIndex][0]
242 elif self.selectedIndex is not None:
243 return self.options[self.selectedIndex][0]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java88 private int selectedIndex = -1; // index in JComboBox corresponding to our transliterator field in TransliteratorInputMethod
188 if (si != selectedIndex) { // otherwise, we don't need to change in statusWindowAction()
190 dumpStatus("status window action oldIndex: " + selectedIndex in statusWindowAction()
193 selectedIndex = si; in statusWindowAction()
258 choices.setSelectedIndex(selectedIndex == -1 ? choices in activate()
259 .getSelectedIndex() : selectedIndex); in activate()
/external/opencv3/samples/winrt/JavaScript/sample-utils/
Dsample-utils.js146 if (select.selectedIndex >= 0) {
147 var newUrl = select.options[select.selectedIndex].value;
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
DEffectUtil.java128 int selectedIndex = -1;
132 if (getValue(i).equals(currentValue)) selectedIndex = i;
135 comboBox.setSelectedIndex(selectedIndex);
/external/v8/tools/sodium/
Dsodium.js89 return functionSelect.options[functionSelect.selectedIndex].codeObject;
366 setKindByIndex(element.selectedIndex);
396 kindSelectElement.selectedIndex = 1;
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py1211 self.selectedIndex = None
1216 self.selectedIndex = i
1225 if self.selectedIndex is not None:
1226 return self.options[self.selectedIndex][0]
/external/libvncserver/webclients/novnc/include/
Dui.js243 ctrl.selectedIndex = i;
263 val = ctrl.options[ctrl.selectedIndex].value;
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java758 int selectedIndex = random.nextInt(elements.size()); in insertRandomly() local
759 q.offer(elements.remove(selectedIndex)); in insertRandomly()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Djquery-1.6.1.min.js16selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:…
17selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select…
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js1selectedIndex,one=elem.type==="select-one"||index<0,values=one?null:[],max=one?index+1:options.len…
2 …r parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.s…
3 …selected},selected:function(elem){if(elem.parentNode){elem.parentNode.selectedIndex}return elem.se…
Djquery.js2223 index = elem.selectedIndex,
2265 elem.selectedIndex = -1;
2589 parent.selectedIndex;
2593 parent.parentNode.selectedIndex;
4449 elem.parentNode.selectedIndex;
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length…
3 …eturn a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selec…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length…
3 …eturn a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selec…
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dknockout-2.0.0.js43 ….la):a.getAttribute("value"):"SELECT"==a.tagName?0<=a.selectedIndex?r.h.q(a.options[a.selectedInde…
44 …e)for(var d=a.options.length-1;0<=d;d--){if(r.h.q(a.options[d])==b){a.selectedIndex=d;break}}else{…
Djquery-1.7.1.js2384 index = elem.selectedIndex,
2433 elem.selectedIndex = -1;
2766 parent.selectedIndex;
2770 parent.parentNode.selectedIndex;
4494 elem.parentNode.selectedIndex;
/external/libjpeg-turbo/doc/html/
Djquery.js3selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length…
5 …eturn a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selec…
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
Djquery-1.4.2.min.js45 …alue||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.optio…
47 c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend…
62 …e")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nod…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:…
19 …unction(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selec…
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery-1.4.2.min.js45 …alue||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.optio…
47 c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend…
62 …e")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nod…
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.min.js2 …&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!…
4selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c…

12