Searched refs:activityConfigLandscape (Results 1 – 1 of 1) sorted by relevance
311 final Configuration activityConfigLandscape = new Configuration(); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder() local312 activityConfigLandscape.orientation = ORIENTATION_LANDSCAPE; in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()313 activityConfigLandscape.windowConfiguration.setBounds(new Rect(0, 0, 100, 50)); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()314 activityConfigLandscape.seq = BASE_SEQ + 2; in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()334 transaction.addCallback(ActivityConfigurationChangeItem.obtain(activityConfigLandscape)); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()