Added Methods
|
void drag(InstrumentationTestCase, float, float, float, float, int)
|
|
void dragQuarterScreenDown(InstrumentationTestCase, Activity)
|
|
void dragQuarterScreenUp(InstrumentationTestCase, Activity)
|
|
int dragViewBy(InstrumentationTestCase, View, int, int, int)
|
|
int dragViewTo(InstrumentationTestCase, View, int, int, int)
|
|
void dragViewToBottom(ActivityInstrumentationTestCase, View, int)
|
|
void dragViewToBottom(InstrumentationTestCase, Activity, View, int)
|
|
void dragViewToTop(InstrumentationTestCase, View)
|
|
void dragViewToTop(InstrumentationTestCase, View, int)
|
|
int dragViewToX(InstrumentationTestCase, View, int, int)
|
|
int dragViewToY(InstrumentationTestCase, View, int, int)
|
|
void longClickView(InstrumentationTestCase, View)
|
|
void scrollToBottom(InstrumentationTestCase, Activity, ViewGroup)
|
|
void scrollToTop(InstrumentationTestCase, Activity, ViewGroup)
|
|
Changed Methods
|
void drag(ActivityInstrumentationTestCase, float, float, float, float, int)
|
Now deprecated.
|
|
void dragQuarterScreenDown(ActivityInstrumentationTestCase )
|
Now deprecated.
|
|
void dragQuarterScreenUp(ActivityInstrumentationTestCase )
|
Now deprecated.
|
|
int dragViewBy(ActivityInstrumentationTestCase, View, int, int, int)
|
Now deprecated.
|
|
int dragViewTo(ActivityInstrumentationTestCase, View, int, int, int)
|
Now deprecated.
|
|
void dragViewToBottom(ActivityInstrumentationTestCase, View)
|
Now deprecated.
|
|
void dragViewToBottom(InstrumentationTestCase, Activity, View)
|
Change in signature from (ActivityInstrumentationTestCase, View, int ) to (InstrumentationTestCase, Activity, View ).
|
|
void dragViewToTop(ActivityInstrumentationTestCase, View)
|
Now deprecated.
|
|
void dragViewToTop(ActivityInstrumentationTestCase, View, int)
|
Now deprecated.
|
|
int dragViewToX(ActivityInstrumentationTestCase, View, int, int)
|
Now deprecated.
|
|
int dragViewToY(ActivityInstrumentationTestCase, View, int, int)
|
Now deprecated.
|
|
void longClickView(ActivityInstrumentationTestCase, View)
|
Now deprecated.
|
|
void scrollToBottom(ActivityInstrumentationTestCase, ViewGroup)
|
Now deprecated.
|
|
void scrollToTop(ActivityInstrumentationTestCase, ViewGroup)
|
Now deprecated.
|
|