Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 21 of 21) 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.kt105 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/
DMediaScrollView.kt99 var touch = false in onTouchEvent() variable
/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/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java360 public int touch; field in DisplayDeviceInfo
608 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/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp331 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
415 Region touch{Rect{0, 0, 1000, 1000}}; in TEST_F() local
DRefreshRateSelectorTest.cpp2062 bool touch = false; in TEST_P() member
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt232 fun touch( in <lambda>() method
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java379 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.cpp139 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/
DFileUtilsTest.java704 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java145 FileOutputStream touch = new FileOutputStream(empty); in onFullBackup() local
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h191 bool touch = false; member
DScheduler.cpp725 const TouchState touch = state == TimerState::Reset ? TouchState::Active : TouchState::Inactive; in touchTimerCallback() local
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp651 for (const ::ui::InProgressTouchEvdev& touch : touches) { in detectPalmPointers() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp8653 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
DInputDispatcher_test.cpp7944 void touch(const std::vector<PointF>& points = {PointF{100, 200}}) { in touch() function in android::inputdispatcher::InputDispatcherUntrustedTouchesTest