Searched refs:closest (Results 1 – 9 of 9) sorted by relevance
354 View closest = null; in findNextFocusInAbsoluteDirection() local369 closest = focusable; in findNextFocusInAbsoluteDirection()372 return closest; in findNextFocusInAbsoluteDirection()694 View closest = null; in findNearestTouchable() local734 if (closest == null || in findNearestTouchable()738 closest = touchable; in findNearestTouchable()757 return closest; in findNearestTouchable()
66 freq=`printf "%d\n" "${frequencies[@]}" | awk -v closest=${frequencies[0]} -v target=$targetFreq 'B…
15 // A function that visits neighboring pixels around (x,y) and finds the closest16 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the17 // depth of the closest pixel to sharp->dilated_depth.
32 // A function that visits neighboring pixels around (x,y) and finds the closest33 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the34 // depth of the closest pixel to sharp->dilated_depth.
44 // closest active pixels;
2171 final View closest = nextViewInLimitedList(ignore);2172 if (closest == null) {2175 mCurrentPosition = ((LayoutParams) closest.getLayoutParams())2182 View closest = null;2199 closest = view;2206 return closest;
740 FakedFont closest = family.getClosestMatch(testCase.wantedStyle); in TEST_F() local744 if (dummyFonts[i].get() == closest.font->typeface().get()) { in TEST_F()
1039 The function @remainder() is similar but rounds toward the closest interger.2890 The function @fmod() is similar but rounds toward the closest interger.
1873 * The function remainder() is similar but rounds toward the closest interger.5673 * The function fmod() is similar but rounds toward the closest interger.