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

1 2

  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 154 int insertionIndex = Collections.binarySearch(mPreferenceList, preference);
155 if (insertionIndex < 0) {
156 insertionIndex = insertionIndex * -1 - 1;
164 mPreferenceList.add(insertionIndex, preference);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 316 function insertRetrievedChild(item, insertionIndex)
321 this._dataGrid.insertChild(this, this._savedChildren[hash], insertionIndex);
325 this._dataGrid.insertChild(this, this._createChildNode(item), insertionIndex);
331 function insertShowMoreButton(from, to, insertionIndex)
334 this._dataGrid.insertChild(this, button, insertionIndex);
346 var insertionIndex = 0;
351 insertShowMoreButton.call(this, 0, itemsRange.startPosition, insertionIndex++);
355 insertRetrievedChild.call(this, items[i], insertionIndex++);
357 insertShowMoreButton.call(this, itemsRange.endPosition, itemsRange.totalLength, insertionIndex++);
368 insertionIndex += range.to - range.from
    [all...]
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 409 final int insertionIndex = mPrototype.mMediaSizes.size();
413 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
437 final int insertionIndex = mPrototype.mResolutions.size();
441 mPrototype.mDefaults[PROPERTY_RESOLUTION] = insertionIndex;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 431 final int insertionIndex = findInsertionIndex(currentNodeArray, word[charIndex]);
435 currentNodeArray.mData.add(insertionIndex, newPtNode);
565 final int insertionIndex = findInsertionIndex(nodeArray, character);
566 if (nodeArray.mData.size() <= insertionIndex) return CHARACTER_NOT_FOUND_INDEX;
567 return character == nodeArray.mData.get(insertionIndex).mChars[0] ? insertionIndex
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 690 int insertionIndex = mAppWidgetContainer.indexOfChild(addWidget);
691 if (insertionIndex < 0) {
692 insertionIndex = 0; // no add widget page found
694 insertionIndex++; // place after add widget
696 return insertionIndex;
711 int insertionIndex = getInsertPageIndex();
721 addDefaultStatusWidget(insertionIndex);
726 addWidget(widgets[i], insertionIndex, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 74 var insertionIndex;
76 insertionIndex = insertionIndexForObjectInListSortedByFunction(child, this.children, this.treeOutline.comparator);
78 insertionIndex = this.children.length;
79 this.insertChild(child, insertionIndex);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js     [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 655 milliseconds

1 2