HomeSort by relevance Sort by last modified time
    Searched defs:firstItem (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/chromium/src/
WebNodeCollection.cpp 80 WebNode WebNodeCollection::firstItem() const
82 return WebNode(m_private->firstItem());
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 44 private final Item firstItem;
82 Item firstItem = null;
91 firstItem, lastItem, count));
94 firstItem = item;
104 firstItem, lastItem, count));
120 * @param firstItem {@code non-null;} first item covered
124 private MapItem(ItemType type, Section section, Item firstItem,
136 if (firstItem == null) {
137 throw new NullPointerException("firstItem == null");
150 this.firstItem = firstItem
    [all...]
  /external/webkit/WebCore/html/
HTMLCollection.cpp 246 Node* HTMLCollection::firstItem() const
257 // case, we need to go back to the firstItem. Otherwise traverseNextItem
260 return firstItem();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 339 int firstItem = 0; // Actually just before the first item, if at the boundary
343 firstItem = i;
348 int leftEdge = mWordX[firstItem] + mWordWidth[firstItem] - getWidth();
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 674 int firstItem = Integer.MAX_VALUE;
679 firstItem = allEnabled ? 0 :
685 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
730 curIndex == firstItem) {
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 46 milliseconds