Searched refs:x (Results 1 – 6 of 6) sorted by relevance
56 float x = e.getX(); in onTouchEvent() local62 float dx = x - mPreviousX; in onTouchEvent()71 if (x < getWidth() / 2) { in onTouchEvent()81 mPreviousX = x; in onTouchEvent()
155 for (String x : tombstones) { in checkNativeCrashes()156 newStones.add(x); in checkNativeCrashes()
368 int dx = targetPosition.x - currentPosition.x; in launchApp()
73 if (mDevice.getDisplaySizeDp().x < TAB_MIN_WIDTH) { in setUp()
209 if (mDevice.getDisplaySizeDp().x < TAB_MIN_WIDTH) { in getNavigationDrawerContainer()
154 app.drag(new Point(removeButton.getVisibleCenter().x, removeButton.getVisibleCenter().y), in removeObject()