Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java226 View closest = null; in findNextFocusInAbsoluteDirection() local
241 closest = focusable; in findNextFocusInAbsoluteDirection()
244 return closest; in findNextFocusInAbsoluteDirection()
520 View closest = null; in findNearestTouchable() local
560 if (closest == null || in findNearestTouchable()
564 closest = touchable; in findNearestTouchable()
583 return closest; in findNearestTouchable()
/frameworks/support/v4/java/android/support/v4/widget/
DFocusStrategy.java164 T closest = null; in findNextFocusInAbsoluteDirection() local
178 closest = focusable; in findNextFocusInAbsoluteDirection()
182 return closest; in findNextFocusInAbsoluteDirection()
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dlayered_filter_f32_helper.rsh15 // A function that visits neighboring pixels around (x,y) and finds the closest
16 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the
17 // depth of the closest pixel to sharp->dilated_depth.
Dlayered_filter_d1new_helper.rsh32 // A function that visits neighboring pixels around (x,y) and finds the closest
33 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the
34 // depth of the closest pixel to sharp->dilated_depth.
Dpixel_format_f32.rsh44 // closest active pixels;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java2062 final View closest = nextViewInLimitedList(ignore);
2063 if (closest == null) {
2066 mCurrentPosition = ((LayoutParams) closest.getLayoutParams())
2073 View closest = null;
2090 closest = view;
2097 return closest;
/frameworks/base/docs/html/preview/features/
Dmultilingual-support.jd145 for Android N. Here the course of action is to match the closest parent dialect,
/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/base/docs/html/distribute/tools/promote/
Ddevice-art.jd483 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/rs/api/
Drs_math.spec1025 The function @remainder() is similar but rounds toward the closest interger.
2876 The function @fmod() is similar but rounds toward the closest interger.
/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.rsh1873 * The function remainder() is similar but rounds toward the closest interger.
5673 * The function fmod() is similar but rounds toward the closest interger.
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1438 (closest) zoom level is 23.
/frameworks/base/docs/html/topic/libraries/support-library/
Drevisions.jd1305 partially visible, the view is snapped and scrolled to its closest edge.</li>
/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.
6410 …a href='rs_math.html#android_rs:fmod'>fmod</a>() is similar but rounds toward the closest interger.