| /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 | 85 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/ |
| D | MediaScrollView.kt | 89 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 | 292 public int touch; field in DisplayDeviceInfo 506 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/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 | 74 static void touch(const char* path, int len, int time) { in touch() function
|
| D | installd_service_test.cpp | 79 static void touch(const char* path, uid_t owner, gid_t group, mode_t mode) { in touch() function
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | Scheduler.h | 288 TouchState touch = TouchState::Inactive; member
|
| D | RefreshRateConfigs.h | 250 bool touch = false; member
|
| D | Scheduler.cpp | 716 const TouchState touch = state == TimerState::Reset ? TouchState::Active : TouchState::Inactive; in touchTimerCallback() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
| D | DataCollector.java | 197 File touch = new File(dir, "rejected_touch_report_" + System.currentTimeMillis()); in reportRejectedTouch() local
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| D | FileUtilsTest.java | 644 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 | 127 FileOutputStream touch = new FileOutputStream(empty); in onFullBackup() local
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 6908 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; in TEST_F() local 6953 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; in TEST_F() local
|
| D | InputDispatcher_test.cpp | 4732 void touch(const std::vector<PointF>& points = {PointF{100, 200}}) { in touch() function in android::inputdispatcher::InputDispatcherUntrustedTouchesTest
|