Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java93 public void setTouching(boolean touching, boolean animate) { in setTouching() argument
94 if (touching == mTouching) { in setTouching()
102 if (touching) { in setTouching()
111 animateToTarget(touching ? mTouchingWidth : mWidth, in setTouching()
112 touching ? mTouchingHeight : mHeight, touching); in setTouching()
114 mTouching = touching; in setTouching()
117 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget() argument
124 mAnimator.setDuration(touching in animateToTarget()
127 mAnimator.setInterpolator(touching in animateToTarget()
/aosp12/art/runtime/
H A Dmutator_gc_coord.md14 while running Java code or touching heap-related data structures. The collector
35 not touching Java data, and hence the collector can safely perform the required
48 it may in fact still be running native code and touching data structures that
52 up for reasons beyond ARTs control, which will normally result in touching the
/aosp12/frameworks/av/services/mediacodec/seccomp_policy/
H A Dmediacodec-arm.policy22 # |old_address| and |new_address| from touching the exception vector page, which
H A Dmediacodec-arm64.policy22 # |old_address| and |new_address| from touching the exception vector page, which
H A Dmediaswcodec-arm.policy30 # |old_address| and |new_address| from touching the exception vector page, which
H A Dmediaswcodec-arm64.policy34 # |old_address| and |new_address| from touching the exception vector page, which
/aosp12/frameworks/av/services/mediaextractor/seccomp_policy/
H A Dmediaextractor-arm.policy53 # |old_address| and |new_address| from touching the exception vector page, which
/aosp12/frameworks/av/media/codec2/hidl/services/seccomp_policy/
H A Dandroid.hardware.media.c2@1.2-default-arm.policy30 # |old_address| and |new_address| from touching the exception vector page, which
H A Dandroid.hardware.media.c2@1.2-default-arm64.policy34 # |old_address| and |new_address| from touching the exception vector page, which
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogTags.logtags12 # - by touching text field
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java413 public boolean startDragging(boolean animate, boolean touching) { in startDragging() argument
415 if (touching) { in startDragging()
421 if (touching) { in startDragging()
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dapp_neverallows.te99 # No untrusted component should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dapp_neverallows.te94 # No untrusted component should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dapp_neverallows.te108 # No untrusted component should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dapp_neverallows.te149 # No untrusted component except mediaprovider_app should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dapp_neverallows.te155 # No untrusted component except mediaprovider_app should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dapp_neverallows.te155 # No untrusted component except mediaprovider_app should be touching /dev/fuse
/aosp12/system/sepolicy/private/
H A Dapp_neverallows.te155 # No untrusted component except mediaprovider_app should be touching /dev/fuse
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dapp_neverallows.te140 # No untrusted component should be touching /dev/fuse
/aosp12/bionic/docs/
H A Dnative_allocator.md175 single allocation, touching every page in the allocation to make it resident
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md37 without touching the underlying C++.
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal403 * same gesture. For example, if there are two pointers touching the screen
/aosp12/system/update_engine/
H A DREADME.md181 Developers should be careful when touching any rollback related feature and make
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12