Searched refs:activityConfigLandscape (Results 1 – 1 of 1) sorted by relevance
414 final Configuration activityConfigLandscape = new Configuration(); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder() local415 activityConfigLandscape.orientation = ORIENTATION_LANDSCAPE; in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()416 activityConfigLandscape.windowConfiguration.setBounds(new Rect(0, 0, 100, 50)); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()417 activityConfigLandscape.seq = BASE_SEQ + 2; in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()438 transaction.addCallback(ActivityConfigurationChangeItem.obtain(activityConfigLandscape)); in testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()