Searched refs:otherActivity (Results 1 – 4 of 4) sorted by relevance
74 LLOfButtons2 otherActivity = null; in testTouchModeFalseAcrossActivites() local76 otherActivity = in testTouchModeFalseAcrossActivites()78 assertNotNull(otherActivity); in testTouchModeFalseAcrossActivites()79 assertFalse(otherActivity.isInTouchMode()); in testTouchModeFalseAcrossActivites()81 if (otherActivity != null) { in testTouchModeFalseAcrossActivites()82 otherActivity.finish(); in testTouchModeFalseAcrossActivites()90 LLOfButtons2 otherActivity = null; in testTouchModeTrueAcrossActivites() local92 otherActivity = in testTouchModeTrueAcrossActivites()94 assertNotNull(otherActivity); in testTouchModeTrueAcrossActivites()95 assertTrue(otherActivity.isInTouchMode()); in testTouchModeTrueAcrossActivites()[all …]
504 final ActivityRecord otherActivity = new ActivityBuilder(mAtm) in testConcurrentLaunches() local510 onActivityLaunched(otherActivity); in testConcurrentLaunches()514 setLastExpectedStartedId(otherActivity); in testConcurrentLaunches()515 transitToDrawnAndVerifyOnLaunchFinished(otherActivity); in testConcurrentLaunches()
475 final ActivityRecord otherActivity = mActivityStack.getFromTop(/* fromTop */ fromTop); in checkTopActivityHasInheritedBoundsFrom() local476 final Rect opaqueBounds = otherActivity.getConfiguration().windowConfiguration in checkTopActivityHasInheritedBoundsFrom()
943 @Nullable ActivityRecord otherActivity, in PendingTaskFragmentEvent() argument953 mOtherActivity = otherActivity; in PendingTaskFragmentEvent()1025 Builder setOtherActivity(@NonNull ActivityRecord otherActivity) { in setOtherActivity() argument1026 mOtherActivity = otherActivity; in setOtherActivity()