Searched refs:closest (Results 1 – 22 of 22) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 226 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/ |
D | FocusStrategy.java | 164 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/ |
D | layered_filter_f32_helper.rsh | 15 // 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.
|
D | layered_filter_d1new_helper.rsh | 32 // 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.
|
D | pixel_format_f32.rsh | 44 // closest active pixels;
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 2062 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/ |
D | multilingual-support.jd | 145 for Android N. Here the course of action is to match the closest parent dialect,
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | ancestral.jd | 210 // Navigate up to the closest parent
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 397 g_currentDevice = getDeviceById($(this).closest('li').data('deviceId'));
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 483 g_currentDevice = getDeviceById($(this).closest('li').data('deviceId'));
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 414 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/ |
D | rs_math.spec | 1025 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/ |
D | android-3.2.jd | 215 selects the configuration that is the closest match. For precise control over
|
D | android-4.1.jd | 264 is not the closest parent, then all other activities between the current activity and the
|
D | kitkat.jd | 12 sectionId = $(hashy).closest(".version-section").attr("id");
|
D | android-4.4.jd | 293 …he {@link android.media.AudioTimestamp} (which is monotonic) to find the closest associated video …
|
D | android-4.0-highlights.jd | 714 auto-complete, to keep the most relevant contacts ranked closest to the top.</p>
|
D | jelly-bean.jd | 20 sectionId = $(hashy).closest(".version-section").attr("id");
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 1873 * 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/ |
D | intents-common.jd | 1438 (closest) zoom level is 23.
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | revisions.jd | 1305 partially visible, the view is snapped and scrolled to its closest edge.</li>
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_math.jd | 3223 …_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.
|