Searched refs:areLaunchAnimationsEnabled (Results 1 – 3 of 3) sorted by relevance
66 when(mCallback.areLaunchAnimationsEnabled()).thenReturn(true); in setUp()77 when(mCallback.areLaunchAnimationsEnabled()).thenReturn(false); in testReturnsNullIfNotEnabled()86 when(mCallback.areLaunchAnimationsEnabled()).thenReturn(false); in testNotWorkingWhenOccluded()
84 …sourceView instanceof ExpandableNotificationRow) || !mCallback.areLaunchAnimationsEnabled() || occ… in getLaunchAnimation()107 && mCallback.areLaunchAnimationsEnabled()); in setLaunchResult()372 boolean areLaunchAnimationsEnabled(); in areLaunchAnimationsEnabled() method
1782 public boolean areLaunchAnimationsEnabled() { in areLaunchAnimationsEnabled() method