/packages/apps/Dialer/src/com/android/dialer/list/ |
OnDragDropListener.java | 11 * @param itemIndex Index of the contact on which the drag was triggered 16 public void onDragStarted(int itemIndex, int x, int y, PhoneFavoriteTileView view); 21 * @param itemIndex Index of the contact in the ListView which is currently being displaced 26 public void onDragHovered(int itemIndex, int x, int y);
|
DragDropController.java | 24 final int itemIndex = tileRow.getItemIndex(x, y); 25 if (itemIndex != -1 && !mOnDragDropListeners.isEmpty()) { 27 mOnDragDropListeners.get(i).onDragStarted(itemIndex, x, y, tileView); 35 int itemIndex; 37 itemIndex = -1; 40 itemIndex = tile.getItemIndex(x, y); 43 mOnDragDropListeners.get(i).onDragHovered(itemIndex, x, y);
|
PhoneFavoritesTileAdapter.java | 578 * @param itemIndex Position of the contact in {@link #mContactEntries}. 581 private boolean isIndexInBound(int itemIndex) { 582 return itemIndex >= 0 && itemIndex < mContactEntries.size(); 588 * @param itemIndex Position of the contact in {@link #mContactEntries}. 590 private void markDropArea(int itemIndex) { 591 if (isIndexInBound(mDragEnteredEntryIndex) && isIndexInBound(itemIndex)) { 596 mDragEnteredEntryIndex = itemIndex; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
StyleSheetOutlineDialog.js | 70 * @param {number} itemIndex 73 itemKeyAt: function(itemIndex) 75 return this._rules[itemIndex].selectorText; 79 * @param {number} itemIndex 83 itemScoreAt: function(itemIndex, query) 85 var rule = this._rules[itemIndex]; 90 * @param {number} itemIndex 95 renderItem: function(itemIndex, query, titleElement, subtitleElement) 97 var rule = this._rules[itemIndex]; 141 * @param {number} itemIndex [all...] |
FilteredItemSelectionDialog.js | 388 * @param {number} itemIndex 391 itemKeyAt: function(itemIndex) 397 * @param {number} itemIndex 401 itemScoreAt: function(itemIndex, query) 407 * @param {number} itemIndex 412 renderItem: function(itemIndex, query, titleElement, subtitleElement) 459 * @param {number} itemIndex 462 selectItem: function(itemIndex, promptValue) 549 * @param {number} itemIndex 552 itemKeyAt: function(itemIndex) [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
InstructionWithReference.java | 56 int itemIndex = getReferencedItemIndex(buffer, bufferIndex); 57 lookupReferencedItem(dexFile, opcode, itemIndex); 76 private void lookupReferencedItem(DexFile dexFile, Opcode opcode, int itemIndex) { 79 referencedItem = dexFile.FieldIdsSection.getItemByIndex(itemIndex); 82 referencedItem = dexFile.MethodIdsSection.getItemByIndex(itemIndex); 85 referencedItem = dexFile.TypeIdsSection.getItemByIndex(itemIndex); 88 referencedItem = dexFile.StringIdsSection.getItemByIndex(itemIndex);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.h | 99 void removeItem(int32_t itemIndex); 104 void extractItem(const char *filesPath, int32_t itemIndex, char outType); 109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPPathFactory.java | 75 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. 80 * "i" is the decimal representation of itemIndex. 83 public static String composeArrayItemPath(String arrayName, int itemIndex) throws XMPException 85 if (itemIndex > 0) 87 return arrayName + '[' + itemIndex + ']'; 89 else if (itemIndex == XMPConst.ARRAY_LAST_ITEM)
|
XMPMeta.java | 72 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The 79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException; 227 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. To address 238 int itemIndex, 248 * @param itemIndex The index to insert the new item 255 int itemIndex, 269 * @param itemIndex The index to insert the new item. Arrays in XMP are indexed from 1. Use 279 int itemIndex, 289 * @param itemIndex The index to insert the new item 296 int itemIndex, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGListPropertyTearOff.h | 66 void removeItemFromList(size_t itemIndex, bool shouldSynchronizeWrappers) 71 ASSERT_WITH_SECURITY_IMPLICATION(itemIndex < m_wrappers->size()); 73 RefPtr<ListItemTearOff>& item = m_wrappers->at(itemIndex); 75 m_wrappers->remove(itemIndex); 76 m_values->remove(itemIndex);
|
SVGPathSegListPropertyTearOff.h | 60 void removeItemFromList(size_t itemIndex, bool shouldSynchronizeWrappers) 63 ASSERT_WITH_SECURITY_IMPLICATION(itemIndex < m_values->size()); 65 m_values->remove(itemIndex);
|
SVGAnimatedPathSegListPropertyTearOff.h | 55 void removeItemFromList(size_t itemIndex, bool shouldSynchronizeWrappers) 59 static_cast<SVGPathSegListPropertyTearOff*>(m_baseVal.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
|
SVGAnimatedListPropertyTearOff.h | 74 void removeItemFromList(size_t itemIndex, bool shouldSynchronizeWrappers) 78 static_cast<ListPropertyTearOff*>(m_baseVal.get())->removeItemFromList(itemIndex, shouldSynchronizeWrappers);
|
/external/icu4c/tools/toolutil/ |
package.h | 113 void removeItem(int32_t itemIndex); 118 void extractItem(const char *filesPath, int32_t itemIndex, char outType); 123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_grid_controller.h | 64 - (AppsGridViewItem*)itemAtIndex:(size_t)itemIndex; 98 - (void)moveItemWithIndex:(size_t)itemIndex
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAdapterView.java | 276 int itemIndex = findIndexOfItemContainingText(targetText); 277 if (itemIndex == -1) { 280 return realAdapterView.getChildAt(itemIndex); 284 int itemIndex = findIndexOfItemContainingText(targetText); 285 if (itemIndex == -1) { 288 performItemClick(itemIndex);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPMetaImpl.java | 194 public void deleteArrayItem(String schemaNS, String arrayName, int itemIndex) 201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex); 304 public boolean doesArrayItemExist(String schemaNS, String arrayName, int itemIndex) 311 String path = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex); 368 public XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) 374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex); 1034 public void setArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue, 1046 doSetArrayItem(arrayNode, itemIndex, itemValue, options, false); 1058 public void setArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue) 1061 setArrayItem(schemaNS, arrayName, itemIndex, itemValue, null) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelper.cpp | 198 for (int itemIndex = 0; itemIndex < static_cast<int>(m_runs.size()); itemIndex++) 199 width += advanceForItem(itemIndex); 275 int itemIndex = m_screenOrder[screenIndex]; 276 const SCRIPT_ITEM& item = m_runs[itemIndex]; 277 const Shaping& shaping = m_shapes[itemIndex]; 298 width += advanceForItem(itemIndex); 311 int itemIndex = m_screenOrder[screenIndex]; 312 int itemAdvance = advanceForItem(itemIndex); [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
StreamingProcessor.cpp | 760 size_t itemIndex; 761 for (itemIndex = 0; itemIndex < mRecordingBuffers.size(); itemIndex++) { 763 mRecordingBuffers[itemIndex]; 769 if (itemIndex == mRecordingBuffers.size()) { 779 res = mRecordingConsumer->releaseBuffer(mRecordingBuffers[itemIndex]); 786 mRecordingBuffers.replaceAt(itemIndex); 806 for (size_t itemIndex = 0; itemIndex < mRecordingBuffers.size(); itemIndex++) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uset.cpp | 274 uset_getItem(const USet* uset, int32_t itemIndex, 282 if (itemIndex < 0) { 285 } else if (itemIndex < (rangeCount = set.getRangeCount())) { 286 *start = set.getRangeStart(itemIndex); 287 *end = set.getRangeEnd(itemIndex); 290 itemIndex -= rangeCount; 291 if (itemIndex < USetAccess::getStringCount(set)) { 292 const UnicodeString* s = USetAccess::getString(set, itemIndex);
|
/external/icu4c/common/ |
uset.cpp | 269 uset_getItem(const USet* uset, int32_t itemIndex, 277 if (itemIndex < 0) { 280 } else if (itemIndex < (rangeCount = set.getRangeCount())) { 281 *start = set.getRangeStart(itemIndex); 282 *end = set.getRangeEnd(itemIndex); 285 itemIndex -= rangeCount; 286 if (itemIndex < USetAccess::getStringCount(set)) { 287 const UnicodeString* s = USetAccess::getString(set, itemIndex);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
ExploreByTouchHelperActivity.java | 121 final int itemIndex = getItemIndexUnder(event.getX(), event.getY()); 122 if (itemIndex >= 0) { 123 onItemClicked(itemIndex);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 364 int32_t itemIndex = 0; 393 if (itemIndex >= itemCount) { 398 itemLen = uset_getItem(set, itemIndex, &start, &end, 407 itemIndex, oneUCharToChar(start), 412 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf); 415 ++itemIndex;
|
/external/icu4c/test/cintltst/ |
usettest.c | 364 int32_t itemIndex = 0; 393 if (itemIndex >= itemCount) { 398 itemLen = uset_getItem(set, itemIndex, &start, &end, 407 itemIndex, oneUCharToChar(start), 412 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf); 415 ++itemIndex;
|