Uses of Class
android.test.ActivityInstrumentationTestCase

Packages that use ActivityInstrumentationTestCase
android.test   
 

Uses of ActivityInstrumentationTestCase in android.test
 

Methods in android.test with parameters of type ActivityInstrumentationTestCase
static void TouchUtils.drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount)
           
static void TouchUtils.dragQuarterScreenDown(ActivityInstrumentationTestCase test)
           
static void TouchUtils.dragQuarterScreenUp(ActivityInstrumentationTestCase test)
           
static int TouchUtils.dragViewBy(ActivityInstrumentationTestCase test, android.view.View v, int gravity, int deltaX, int deltaY)
           
static int TouchUtils.dragViewTo(ActivityInstrumentationTestCase test, android.view.View v, int gravity, int toX, int toY)
           
static void TouchUtils.dragViewToBottom(ActivityInstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.dragViewToBottom(ActivityInstrumentationTestCase test, android.view.View v, int stepCount)
           
static void TouchUtils.dragViewToTop(ActivityInstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.dragViewToTop(ActivityInstrumentationTestCase test, android.view.View v, int stepCount)
           
static int TouchUtils.dragViewToX(ActivityInstrumentationTestCase test, android.view.View v, int gravity, int toX)
           
static int TouchUtils.dragViewToY(ActivityInstrumentationTestCase test, android.view.View v, int gravity, int toY)
           
static void TouchUtils.longClickView(ActivityInstrumentationTestCase test, android.view.View v)
           
static void TouchUtils.scrollToBottom(ActivityInstrumentationTestCase test, android.view.ViewGroup v)
           
static void TouchUtils.scrollToTop(ActivityInstrumentationTestCase test, android.view.ViewGroup v)
           
 



Copyright © 2008-2011. All Rights Reserved.