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

  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 150 int insertionIndex = Collections.binarySearch(mPreferenceList, preference);
151 if (insertionIndex < 0) {
152 insertionIndex = insertionIndex * -1 - 1;
160 mPreferenceList.add(insertionIndex, preference);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 409 final int insertionIndex = findInsertionIndex(currentNode, word[charIndex]);
413 currentNode.mData.add(insertionIndex, newGroup);
544 final int insertionIndex = findInsertionIndex(node, character);
545 if (node.mData.size() <= insertionIndex) return CHARACTER_NOT_FOUND;
546 return character == node.mData.get(insertionIndex).mChars[0] ? insertionIndex
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 388 unsigned insertionIndex = disabledIndexByOrdinal(indexToDisable, true, allProperties);
389 if (insertionIndex == UINT_MAX)
392 m_disabledProperties.insert(insertionIndex, disabledProperty);
393 shiftDisabledProperties(insertionIndex + 1, -propertyLength); // Property removed from text - shift these back.
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 290 var insertionIndex = insertionIndexForObjectInListSortedByFunction(option, select.childNodes, optionCompare);
291 if (insertionIndex < 0)
294 select.insertBefore(option, select.childNodes.item(insertionIndex));
    [all...]
  /external/v8/src/
mirror-debugger.js 1176 PropertyMirror.prototype.insertionIndex = function() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 312 milliseconds