OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs
(Results
501 - 525
of
696
) sorted by null
<<
21
22
23
24
25
26
27
28
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp
509
return IntSize(
abs
(transformedSize.width),
abs
(transformedSize.height));
[
all
...]
/external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c
212
if (
abs
(sr->dx) >= sw ||
abs
(sr->dy) >= sh) {
/external/webkit/Source/WebKit/wx/
WebView.cpp
770
if (
abs
(diff.x) <= wxSystemSettings::GetMetric(wxSYS_DCLICK_X) &&
771
abs
(diff.y) <= wxSystemSettings::GetMetric(wxSYS_DCLICK_Y)) {
/external/webp/src/enc/
frame.c
123
v =
abs
(v);
244
cost += VP8LevelCost(t,
abs
(v));
/frameworks/base/core/java/android/widget/
FastScroller.java
779
if (Math.
abs
(y - mInitialTouchY) > mScaledTouchSlop) {
803
if (Math.
abs
(mThumbY - newThumbY) < 2) {
Gallery.java
574
int childClosestEdgeDistance = Math.min(Math.
abs
(child.getLeft() - galleryCenter),
575
Math.
abs
(child.getRight() - galleryCenter));
[
all
...]
HorizontalScrollView.java
464
final int xDiff = (int) Math.
abs
(x - mLastMotionX);
606
if ((Math.
abs
(initialVelocity) > mMinimumVelocity)) {
[
all
...]
RemoteViewsAdapter.java
605
int dist = Math.
abs
(i-pos);
636
if (Math.
abs
(position - center) < mMaxCountSlack) {
[
all
...]
ScrollView.java
476
final int yDiff = (int) Math.
abs
(y - mLastMotionY);
620
if ((Math.
abs
(initialVelocity) > mMinimumVelocity)) {
[
all
...]
/hardware/invensense/mlsdk/mlutils/
mputest.c
423
if (
abs
(packet_count - test_setup.packet_thresh)
692
if (
abs
(packet_count - test_setup.packet_thresh)
[
all
...]
/packages/apps/Calculator/
arity-2.1.2.jar
/packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java
375
d = Math.
abs
(d);
640
if (Math.
abs
(panningRate * mHorizontalViewAngle) > PANNING_SPEED_THRESHOLD) {
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
ViewImage.java
693
View normalPanel = findViewById(R.id.
abs
);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java
447
|| Math.
abs
(start - mContentStart) > MIN_LOAD_COUNT) {
562
if (Math.
abs
(i - mCurrentIndex) > 1) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java
616
return Math.
abs
(matrix[MSKEW_X]) > eps
617
|| Math.
abs
(matrix[MSKEW_Y]) > eps
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java
560
if (Math.
abs
(sharedY - sourceY) < 2 * ARROW_SIZE) {
717
if (Math.
abs
(sharedX - sourceX) < 2 * ARROW_SIZE) {
[
all
...]
/external/sonivox/jet_tools/JetCreator/
JetDialogs.py
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
364
// Make sure target_width is at least
abs
(kTabHOffset), otherwise if
367
std::max(
abs
(kTabHOffset),
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pnggccrd.c
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
37
import static java.lang.Math.
abs
;
[
all
...]
/system/core/libpixelflinger/
trap.cpp
356
const GGLcoord dx =
abs
(v0[0] - v1[0]);
357
const GGLcoord dy =
abs
(v0[1] - v1[1]);
618
//
abs
(e) <= 1/2^(p+1) by construction
620
// therefore
abs
(x'-x) = y*
abs
(e) <= y/2^(p+1) <= DY/2^(p+1) <= DMAX/2^(p+1)
622
// which means that if DMAX <= 2^p, therefore
abs
(x-x') <= 1/2, including
894
edge->y_incr =
abs
(gglDivQ16(dy, dx));
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java
[
all
...]
/dalvik/dx/src/com/android/dx/io/
DexBuffer.java
467
int handlersCount = Math.
abs
(size);
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
275
if (Math.
abs
(value) > flat) {
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js
404
if (Math.
abs
(t.clientX - lastTouchStartPosition.x) > DRAG_DISTANCE ||
405
Math.
abs
(t.clientY - lastTouchStartPosition.y) > DRAG_DISTANCE) {
Completed in 1539 milliseconds
<<
21
22
23
24
25
26
27
28