OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hysteresis
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
181
final float
hysteresis
= 20F;
local
191
if (Math.abs(delta) <=
hysteresis
) {
213
boolean verticalCheck = (y >= r.top -
hysteresis
)
214
&& (y < r.bottom +
hysteresis
);
215
boolean horizCheck = (x >= r.left -
hysteresis
)
216
&& (x < r.right +
hysteresis
);
219
if ((Math.abs(r.left - x) <
hysteresis
) && verticalCheck) {
222
if ((Math.abs(r.right - x) <
hysteresis
) && verticalCheck) {
225
if ((Math.abs(r.top - y) <
hysteresis
) && horizCheck) {
228
if ((Math.abs(r.bottom - y) <
hysteresis
) && horizCheck)
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
driver_i.h
499
int threshold, int
hysteresis
)
503
threshold,
hysteresis
);
/external/wpa_supplicant_8/src/drivers/
driver.h
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 22 milliseconds