Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DFocusFinder.java354 View closest = null; in findNextFocusInAbsoluteDirection() local
369 closest = focusable; in findNextFocusInAbsoluteDirection()
372 return closest; in findNextFocusInAbsoluteDirection()
694 View closest = null; in findNearestTouchable() local
734 if (closest == null || in findNearestTouchable()
738 closest = touchable; in findNearestTouchable()
757 return closest; in findNearestTouchable()
/frameworks/rs/perf-test-scripts/
Dset-gpu-freq66 freq=`printf "%d\n" "${frequencies[@]}" | awk -v closest=${frequencies[0]} -v target=$targetFreq 'B…
/frameworks/rs/tests/java_api/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/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java2171 final View closest = nextViewInLimitedList(ignore);
2172 if (closest == null) {
2175 mCurrentPosition = ((LayoutParams) closest.getLayoutParams())
2182 View closest = null;
2199 closest = view;
2206 return closest;
/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp740 FakedFont closest = family.getClosestMatch(testCase.wantedStyle); in TEST_F() local
744 if (dummyFonts[i].get() == closest.font->typeface().get()) { in TEST_F()
/frameworks/rs/script_api/
Drs_math.spec1039 The function @remainder() is similar but rounds toward the closest interger.
2890 The function @fmod() is similar but rounds toward the closest interger.
/frameworks/rs/script_api/include/
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.