Home
last modified time | relevance | path

Searched refs:EXTRA_ON_MOTIONEVENT_DELAY_MS (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHostActivity.java19 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_MOTIONEVENT_DELAY_MS;
94 b.putInt(EXTRA_ON_MOTIONEVENT_DELAY_MS, in surfaceCreated()
95 getIntent().getIntExtra(EXTRA_ON_MOTIONEVENT_DELAY_MS, 2000)); in surfaceCreated()
DUnresponsiveActivity.java22 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_MOTIONEVENT_DELAY_MS;
60 final int delay = getIntent().getIntExtra(EXTRA_ON_MOTIONEVENT_DELAY_MS, 0); in onTouchEvent()
DRenderService.java19 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_MOTIONEVENT_DELAY_MS;
59 mOnMotionEventDelayMs = b.getInt(EXTRA_ON_MOTIONEVENT_DELAY_MS); in onBind()
DComponents.java560 public static final String EXTRA_ON_MOTIONEVENT_DELAY_MS = "ON_MOTIONEVENT_DELAY_MS"; field in Components.UnresponsiveActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAnrTests.java25 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_MOTIONEVENT_DELAY_MS;
123 startUnresponsiveActivity(EXTRA_ON_MOTIONEVENT_DELAY_MS, true /* waitForCompletion */, in slowOnTouchEventHandleTriggersAnr()
141 startUnresponsiveActivity(EXTRA_ON_MOTIONEVENT_DELAY_MS, true /* waitForCompletion */, in embeddedWindowTriggersAnr()