Home | History | Annotate | Download | only in cts

Lines Matching defs:orientation

101         assertNotSame("interpolater is orientation dependent, should change",
119 // y value changes in landscape orientation
160 int orientation = mActivity.getResources().getConfiguration().orientation;
190 Log.e(TAG, "New activity orientation does not match. Canceling test");
193 if (mActivity.getResources().getConfiguration().orientation == orientation) {
194 Log.e(TAG, "Screen orientation didn't change, test is canceled");
215 * orientation
242 * Tests a state list animator which has different xml descriptions per orientation.