OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHotspotX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java
44
private float
mHotspotX
;
133
mHotspotX
= (handleWidth * 3) / 4f;
144
mHotspotX
= handleWidth / 4f;
156
mHotspotX
= handleWidth / 2f;
249
final int posX = getContainerPositionX() + (int)
mHotspotX
;
356
final float newPosX = rawX - mTouchToWindowOffsetX +
mHotspotX
;
364
moveTo(x - Math.round(
mHotspotX
), y - Math.round(mHotspotY));
370
return mPositionX + Math.round(
mHotspotX
);
382
return getContainerPositionX() + Math.round(
mHotspotX
);
/frameworks/base/core/java/android/widget/
Editor.java
[
all
...]
Completed in 368 milliseconds