OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapPointFromParentToView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
337
float[]
mapPointFromParentToView
(View v, float x, float y) {
363
float[] p =
mapPointFromParentToView
(this, mParentDownMotionX, mParentDownMotionY);
578
float[] p =
mapPointFromParentToView
(this, mParentDownMotionX, mParentDownMotionY);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
380
float[]
mapPointFromParentToView
(View v, float x, float y) {
411
float[] p =
mapPointFromParentToView
(this, mParentDownMotionX, mParentDownMotionY);
700
float[] p =
mapPointFromParentToView
(this, mParentDownMotionX, mParentDownMotionY);
[
all
...]
Completed in 38 milliseconds