Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinator.kt52 fun touch(cvh: ControlViewHolder, templateId: String, control: Control) method
DControlActionCoordinatorImpl.kt103 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/
DControlsMetricsLogger.kt36 fun touch(cvh: ControlViewHolder, isLocked: Boolean) { in assignInstanceId() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaScrollView.kt107 var touch = false in onTouchEvent() variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp374 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
394 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
481 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
1167 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
1176 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
1362 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
1402 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
DRefreshRateSelectorTest.cpp2933 bool touch = false; in TEST_P() member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAppIconDragShadowBuilder.java41 public void onProvideShadowMetrics(Point size, Point touch) { in onProvideShadowMetrics()
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DIVirtualTouchpadService.aidl28 void touch(int touchpad, float x, float y, float pressure) = 2; in touch() method
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/
DUdfpsUtils.java84 Point touch; in getTouchInNativeCoordinates() local
118 Point touch; in isWithinSensorArea() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java388 public int touch; field in DisplayDeviceInfo
648 private static String touchToString(int touch) { in touchToString()
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadService.cpp69 binder::Status VirtualTouchpadService::touch(int touchpad, float x, float y, in touch() function in android::dvr::VirtualTouchpadService
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt242 fun touch( in <lambda>() method
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java406 private void touch(String... names) throws IOException { in touch() method in FileRotatorTest
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp79 static void touch(const char* path, int len, int time) { in touch() function
Dinstalld_service_test.cpp152 static void touch(const std::string& path, uid_t owner, gid_t group, mode_t mode) { in touch() function
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h579 TouchState touch = TouchState::Inactive; member
DRefreshRateSelector.h206 bool touch = false; member
DScheduler.cpp825 const TouchState touch = state == TimerState::Reset ? TouchState::Active : TouchState::Inactive; in touchTimerCallback() local
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java803 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp668 for (const ::ui::InProgressTouchEvdev& touch : touches) { in detectPalmPointers() local
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java166 FileOutputStream touch = new FileOutputStream(empty); in onFullBackup() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp7985 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; in TEST_F() local
8029 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; in TEST_F() local
DInputDispatcher_test.cpp11161 void touch(const std::vector<PointF>& points = {PointF{100, 200}}) { in touch() function in android::inputdispatcher::InputDispatcherUntrustedTouchesTest