Searched refs:touching (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerHandleView.java | 112 public void setTouching(boolean touching, boolean animate) { in setTouching() argument 113 if (touching == mTouching) { in setTouching() 116 setInputState(touching, animate, mTouchingWidth, mTouchingHeight); in setTouching() 117 mTouching = touching; in setTouching() 144 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget() argument 151 mAnimator.setDuration(touching in animateToTarget() 154 mAnimator.setInterpolator(touching in animateToTarget()
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.policy | 22 # |old_address| and |new_address| from touching the exception vector page, which
|
D | mediacodec-arm64.policy | 22 # |old_address| and |new_address| from touching the exception vector page, which
|
D | mediaswcodec-arm.policy | 30 # |old_address| and |new_address| from touching the exception vector page, which
|
D | mediaswcodec-arm64.policy | 34 # |old_address| and |new_address| from touching the exception vector page, which
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm.policy | 53 # |old_address| and |new_address| from touching the exception vector page, which
|
/frameworks/av/media/codec2/hal/services/seccomp_policy/ |
D | android.hardware.media.c2-default-arm.policy | 30 # |old_address| and |new_address| from touching the exception vector page, which
|
D | android.hardware.media.c2-default-arm64.policy | 34 # |old_address| and |new_address| from touching the exception vector page, which
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/ |
D | README.md | 20 In addition, touching other parts of the screen or locking the phone through other means
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 640 touches.back().touching = !isUpOrCancel; in getTouches()
|
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 388 expected.touching = true; in TEST()
|