Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
DFocusFinder.java222 View closest = null; in findNextFocusInAbsoluteDirection() local
237 closest = focusable; in findNextFocusInAbsoluteDirection()
240 return closest; in findNextFocusInAbsoluteDirection()
516 View closest = null; in findNearestTouchable() local
556 if (closest == null || in findNearestTouchable()
560 closest = touchable; in findNearestTouchable()
579 return closest; in findNearestTouchable()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1995 final View closest = nextViewInLimitedList(ignore);
1996 if (closest == null) {
1999 mCurrentPosition = ((LayoutParams) closest.getLayoutParams())
2006 View closest = null;
2023 closest = view;
2030 return closest;
/frameworks/base/docs/html/training/implementing-navigation/
Dancestral.jd210 // Navigate up to the closest parent
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd397 g_currentDevice = getDeviceById($(this).closest('li').data('deviceId'));
/frameworks/rs/api/
Drs_math.spec704 The function @remainder() is similar but rounds toward the closest interger.
1901 The function @fmod() is similar but rounds toward the closest interger.
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd468 g_currentDevice = getDeviceById($(this).closest('li').data('deviceId'));
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd414 the smallestWidth qualifier, the system uses the one closest to (without exceeding) the
442 for this configuration, the system uses the one closest to (without exceeding)
470 for this configuration, the system uses the one closest to (without exceeding)
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd215 selects the configuration that is the closest match. For precise control over
Dandroid-4.1.jd264 is not the closest parent, then all other activities between the current activity and the
Dkitkat.jd12 sectionId = $(hashy).closest(".version-section").attr("id");
Dandroid-4.4.jd293 …he {@link android.media.AudioTimestamp} (which is monotonic) to find the closest associated video …
Dandroid-4.0-highlights.jd714 auto-complete, to keep the most relevant contacts ranked closest to the top.</p>
Djelly-bean.jd20 sectionId = $(hashy).closest(".version-section").attr("id");
/frameworks/rs/scriptc/
Drs_math.rsh1208 * The function remainder() is similar but rounds toward the closest interger.
3690 * The function fmod() is similar but rounds toward the closest interger.
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1433 (closest) zoom level is 23.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd3223 …_math.html#android_rs:remainder'>remainder</a>() is similar but rounds toward the closest interger.
6380 …a href='rs_math.html#android_rs:fmod'>fmod</a>() is similar but rounds toward the closest interger.