Home
last modified time | relevance | path

Searched refs:touching (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerHandleView.java112 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/
Dmediacodec-arm.policy22 # |old_address| and |new_address| from touching the exception vector page, which
Dmediacodec-arm64.policy22 # |old_address| and |new_address| from touching the exception vector page, which
Dmediaswcodec-arm.policy30 # |old_address| and |new_address| from touching the exception vector page, which
Dmediaswcodec-arm64.policy34 # |old_address| and |new_address| from touching the exception vector page, which
/frameworks/av/services/mediaextractor/seccomp_policy/
Dmediaextractor-arm.policy53 # |old_address| and |new_address| from touching the exception vector page, which
/frameworks/av/media/codec2/hal/services/seccomp_policy/
Dandroid.hardware.media.c2-default-arm.policy30 # |old_address| and |new_address| from touching the exception vector page, which
Dandroid.hardware.media.c2-default-arm64.policy34 # |old_address| and |new_address| from touching the exception vector page, which
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/
DREADME.md20 In addition, touching other parts of the screen or locking the phone through other means
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp640 touches.back().touching = !isUpOrCancel; in getTouches()
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp388 expected.touching = true; in TEST()