| /frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
| D | ControlActionCoordinator.kt | 52 fun touch(cvh: ControlViewHolder, templateId: String, control: Control) method
|
| D | ControlActionCoordinatorImpl.kt | 105 override fun touch(cvh: ControlViewHolder, templateId: String, control: Control) { in <lambda>() method in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
| D | ControlsMetricsLogger.kt | 36 fun touch(cvh: ControlViewHolder, isLocked: Boolean) { in assignInstanceId() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
| D | MediaScrollView.kt | 99 var touch = false in onTouchEvent() variable
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | AppIconDragShadowBuilder.java | 41 public void onProvideShadowMetrics(Point size, Point touch) { in onProvideShadowMetrics()
|
| /frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/ |
| D | IVirtualTouchpadService.aidl | 28 void touch(int touchpad, float x, float y, float pressure) = 2; in touch() method
|
| /frameworks/base/services/core/java/com/android/server/display/ |
| D | DisplayDeviceInfo.java | 360 public int touch; field in DisplayDeviceInfo 608 private static String touchToString(int touch) { in touchToString()
|
| /frameworks/native/services/vr/virtual_touchpad/ |
| D | VirtualTouchpadService.cpp | 69 binder::Status VirtualTouchpadService::touch(int touchpad, float x, float y, in touch() function in android::dvr::VirtualTouchpadService
|
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | LayerSnapshotTest.cpp | 331 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local 415 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
|
| D | RefreshRateSelectorTest.cpp | 2062 bool touch = false; in TEST_P() member
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
| D | SplitScreenUtils.kt | 232 fun touch( in <lambda>() method
|
| /frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
| D | FileRotatorTest.java | 379 private void touch(String... names) throws IOException { in touch() method in FileRotatorTest
|
| /frameworks/native/cmds/installd/tests/ |
| D | installd_cache_test.cpp | 79 static void touch(const char* path, int len, int time) { in touch() function
|
| D | installd_service_test.cpp | 139 static void touch(const std::string& path, uid_t owner, gid_t group, mode_t mode) { in touch() function
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| D | FileUtilsTest.java | 704 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
|
| /frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
| D | WallpaperBackupAgent.java | 145 FileOutputStream touch = new FileOutputStream(empty); in onFullBackup() local
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | RefreshRateSelector.h | 191 bool touch = false; member
|
| D | Scheduler.cpp | 725 const TouchState touch = state == TimerState::Reset ? TouchState::Active : TouchState::Inactive; in touchTimerCallback() local
|
| /frameworks/native/services/inputflinger/ |
| D | UnwantedInteractionBlocker.cpp | 651 for (const ::ui::InProgressTouchEvdev& touch : touches) { in detectPalmPointers() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 8653 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; in TEST_F() local 8697 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; in TEST_F() local
|
| D | InputDispatcher_test.cpp | 7944 void touch(const std::vector<PointF>& points = {PointF{100, 200}}) { in touch() function in android::inputdispatcher::InputDispatcherUntrustedTouchesTest
|