Searched refs:touching (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerHandleView.java | 89 public void setTouching(boolean touching, boolean animate) { in setTouching() argument 90 if (touching == mTouching) { in setTouching() 98 if (touching) { in setTouching() 107 animateToTarget(touching ? mCircleDiameter : mWidth, in setTouching() 108 touching ? mCircleDiameter : mHeight, touching); in setTouching() 110 mTouching = touching; in setTouching() 113 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget() argument 120 mAnimator.setDuration(touching in animateToTarget() 123 mAnimator.setInterpolator(touching in animateToTarget()
|
D | DividerView.java | 400 public boolean startDragging(boolean animate, boolean touching) { in startDragging() argument 402 if (touching) { in startDragging() 413 if (touching) { in startDragging()
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.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/media/codec2/hidl/services/seccomp_policy/ |
D | codec2.software.base-arm.policy | 33 # |old_address| and |new_address| from touching the exception vector page, which
|
D | codec2.vendor.base-arm.policy | 33 # |old_address| and |new_address| from touching the exception vector page, which
|