OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hysteresis
(Results
1 - 21
of
21
) 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
...]
/packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java
156
final float
hysteresis
= 20F;
local
165
if (Math.abs(delta) <=
hysteresis
) {
187
boolean verticalCheck = (y >= r.top -
hysteresis
) && (y < r.bottom +
hysteresis
);
188
boolean horizCheck = (x >= r.left -
hysteresis
) && (x < r.right +
hysteresis
);
191
if ((Math.abs(r.left - x) <
hysteresis
) && verticalCheck) {
194
if ((Math.abs(r.right - x) <
hysteresis
) && verticalCheck) {
197
if ((Math.abs(r.top - y) <
hysteresis
) && horizCheck) {
200
if ((Math.abs(r.bottom - y) <
hysteresis
) && horizCheck)
[
all
...]
/external/webkit/WebKit/mac/Misc/
WebNSViewExtras.h
45
// passes expiration or the mouse moves less than the
hysteresis
before the mouseUp event,
/hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h
154
TI_UINT8 uHystersis; /**<
Hysteresis
range around the threshold value. Units: dB ; Threshold range: (0 .. 255) */
/system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h
154
TI_UINT8 uHystersis; /**<
Hysteresis
range around the threshold value. Units: dB ; Threshold range: (0 .. 255) */
/external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm
97
// Record the mouse down position so we can determine drag
hysteresis
.
WebHTMLView.mm
[
all
...]
/frameworks/base/core/java/android/view/
WindowOrientationListener.java
140
// between two states with a swing of 30 degrees for
hysteresis
. For ROTATION_180,
/dalvik/vm/alloc/
Heap.c
274
/* Used for a heap size change
hysteresis
to avoid collecting
299
* This is 4x the growth
hysteresis
because we don't want
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlParams.c
126
* Thus, the two thresholds provide
hysteresis
and prevent multiple triggering.
[
all
...]
/packages/apps/Email/src/com/android/email/activity/
MailboxList.java
559
* variants into localizable text. There is
hysteresis
in the show/hide logic: Once shown,
MessageList.java
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrlParams.c
126
* Thus, the two thresholds provide
hysteresis
and prevent multiple triggering.
[
all
...]
/external/speex/libspeex/
jitter.c
249
/* Two-frame penalty if we're going to increase the amount of late frames (
hysteresis
) */
/external/webkit/WebCore/page/
EventHandler.cpp
93
// The link drag
hysteresis
is much larger than the others because there
[
all
...]
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h
[
all
...]
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h
[
all
...]
/external/webkit/WebKit/mac/
ChangeLog-2002-12-03
[
all
...]
/external/bluetooth/bluez/tools/
csr.c
696
return "AGC
hysteresis
levels";
[
all
...]
/packages/apps/Email/src/com/android/exchange/
EasSyncService.java
149
* going into
hysteresis
; the NAT timeout isn't going to change without a change in connection,
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.c
[
all
...]
Completed in 186 milliseconds