HomeSort by relevance Sort by last modified time
    Searched full:closest (Results 26 - 50 of 395) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 64 // is inherited, so the returned value is drawn from the closest parent
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 193 // Select the closest icon in the previous row, otherwise select the tab bar
206 // Select the closest icon in the previous row, otherwise do nothing
354 // Select the closest icon in the previous row, otherwise select the tab bar
366 // Select the closest icon in the previous row, otherwise do nothing
618 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
723 // Select the closest icon in the previous line, otherwise select the tab bar
735 // Select the closest icon in the next line, otherwise select the button bar
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 251 * Returns the closest match.
253 * @return the closest match, or null if nothing matched
431 * Finds the closest matching segments among the given list of edges for the given
435 List<Match> closest = new ArrayList<Match>(); local
436 addClosest(draggedEdge, edges, closest);
437 return closest;
441 List<Match> closest) {
443 int closestDelta = closest.size() > 0 ? closest.get(0).delta : Integer.MAX_VALUE;
477 closest.clear()
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 34 $selListItem = $selNavLink.closest('li');
37 $selListItem.closest('li>ul').addClass('expanded');
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 485 * doesn't exist, it will return the event with a matching id that is closest to the start time.
486 * If the id doesn't exist, it will return the event with start time closest to the specified
511 // 2. Event id matches and closest time
515 // 6. The closest event to the requested time
529 // Not an exact match, Save event index if it is the closest to time so far
549 // Save event index if it is the closest to time so far
560 // Closest event with the same id
572 // Closest event
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
OrientedBoundingBox.java     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java 90 * method - it simply uses the color of the texel closest to the pixel
107 * from texture level 0, the closest mipmap level is chosen based on
116 * texture level 0, the closest mipmap level is chosen based on
126 * closest (by distance) two mipmap levels. A weighted average of these
136 * texture lookup and bilinear filtering on the two closest mipmap
161 * mode - it simply uses the color of the texel closest to the pixel
169 * (at the closest mipmap level), and their colors are combined by
  /frameworks/base/core/java/android/view/
FocusFinder.java 244 View closest = null; local
259 closest = focusable;
262 return closest;
552 View closest = null; local
592 if (closest == null ||
596 closest = touchable;
615 return closest;
  /external/clang/include/clang/Sema/
Scope.h 168 /// getFnParent - Return the closest scope that is a function body.
173 /// getContinueParent - Return the closest scope that a continue statement
183 /// getBreakParent - Return the closest scope that a break statement
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 128 * Return a java object that's closest to the representation
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.h 70 // Convert a y-coordinate to the closest line / result.
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 53 // the app's launch page seems closest to what they expect.
  /external/chromium/net/data/filter_unittests/
google.txt 15 To learn more about Google, click on the link at the left for the area that most interests you. Or type what you want to find into our search box and hit enter. Once you do, you'll be on your way to understanding why others say, "Google is the closest thing the Web has to an ultimate answer machine."
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
DirectionalLight.java 56 lastDistance = 0; // directional lights are always closest to their owner
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
TransparentComparator.java 87 // to the bound's closest edge vs. the bound's center here.
  /external/oprofile/module/x86/
op_rtc.c 72 * closest power of two within the allowed range.
  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 81 // rim is now the closest point on the magnet circle
  /external/v8/src/
bignum-dtoa.h 57 // 'v' again. The buffer will choose the representation that is closest to
  /external/webkit/Source/WebKit/chromium/src/
WebImageCG.cpp 58 // Pick the frame closest to |desiredSize|'s area without being smaller,
WebImageSkia.cpp 57 // Pick the frame closest to |desiredSize|'s area without being smaller,
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java 75 * @return The label (closest thing to a value) for the item at position
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 228 * that has a timestamp closest to or the same as timeUs. Use
230 * or may not be a sync frame but is closest to or the same as timeUs.
351 * closest to (in time) or at the given time.
359 * is located closest to or at the given time.
  /packages/apps/Email/res/layout/
account_setup_exchange_fragment.xml 56 <!-- Note: we use inputType=textUri as the closest approximation to a server name -->
account_setup_outgoing_fragment.xml 29 <!-- Note: we use inputType=textUri as the closest approximation to a server name -->
  /packages/apps/Email/res/layout-sw600dp/
account_setup_outgoing_fragment.xml 32 <!-- Note: we use inputType=textUri as the closest approximation to a server name -->

Completed in 247 milliseconds

12 3 4 5 6 7 8 91011>>