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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 166 /* if requested bpp is not found the mode with closest bpp is returned */
169 int i, closest, delta, min_delta; local
192 /* get closest bpp */
193 closest = i++;
196 return mode_list.modes[closest];
216 closest = i;
224 closest = i;
231 return mode_list.modes[closest];
  /frameworks/base/core/java/android/view/
FocusFinder.java 128 View closest = null; local
143 closest = focusable;
146 return closest;
396 View closest = null; local
436 if (closest == null ||
440 closest = touchable;
459 return closest;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 66 /** The index of the "anchor" part, i.e. the closest one selected by the drop.
243 * <li> anchor part: the one the user selected (or the closest) and to which the new one
497 * If the drop point is not exactly on a current element, find the closest in each
498 * direction and align with the two closest of these.
563 UiElementEditPart closest = null; local
569 closest = sTempClosests[i];
575 if (closest != null) {
588 outInfo.targetParts[index] = closest;
589 outInfo.targetParts[1 - index] = findClosestPart(closest, sOppositeDirection[minDir]);
669 * current minimal distances and current closest parts arrays accordingly
    [all...]
  /external/webkit/WebKit/android/nav/
SelectText.cpp 1097 SkIRect closest = findClosest(center, picture, area, &closestBase); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 42545 u32 closest; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1186 milliseconds