Home
last modified time | relevance | path

Searched refs:isPaused (Results 1 – 25 of 55) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/manager/
DRequestTracker.java20 private boolean isPaused; field in RequestTracker
27 if (!isPaused) { in runRequest()
47 public boolean isPaused() { in isPaused() method in RequestTracker
48 return isPaused; in isPaused()
55 isPaused = true; in pauseRequests()
67 isPaused = false; in resumeRequests()
92 if (!isPaused) { in restartRequests()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DBaseTween.java34 private boolean isPaused; // true if pause() was called field in BaseTween
53 isStarted = isInitialized = isFinished = isKilled = isPaused = false; in reset()
133 isPaused = true; in pause()
140 isPaused = false; in resume()
339 public boolean isPaused() { in isPaused() method in BaseTween
340 return isPaused; in isPaused()
414 if (!isStarted || isPaused || isKilled) return; in update()
DTweenManager.java52 private boolean isPaused = false; field in TweenManager
133 isPaused = true; in pause()
140 isPaused = false; in resume()
164 if (!isPaused) { in update()
/external/webrtc/webrtc/api/objc/
DRTCEAGLVideoView.m24 @property(nonatomic) BOOL isPaused; property
56 - (BOOL)isPaused { method
60 - (void)setIsPaused:(BOOL)isPaused {
61 _displayLink.paused = isPaused;
241 _timer.isPaused = NO;
246 _timer.isPaused = YES;
/external/angle/src/libANGLE/
DTransformFeedback_unittest.cpp93 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
96 EXPECT_TRUE(mFeedback->isPaused()); in TEST_F()
99 EXPECT_FALSE(mFeedback->isPaused()); in TEST_F()
DTransformFeedback.h77 bool isPaused() const;
/external/glide/library/src/main/java/com/bumptech/glide/request/
DThumbnailRequestCoordinator.java94 public boolean isPaused() { in isPaused() method in ThumbnailRequestCoordinator
95 return full.isPaused(); in isPaused()
DRequest.java27 boolean isPaused(); in isPaused() method
/external/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.cpp56 if(isActive() && !isPaused()) in addVertexOffset()
72 bool TransformFeedback::isPaused() const in isPaused() function in es2::TransformFeedback
DTransformFeedback.h43 bool isPaused() const;
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DScheduler.java131 public boolean isPaused() { in isPaused() method in Scheduler
159 …if ((idleState != CONSTANT_IDLE && (isPaused() || delayMillis > 0)) || Thread.currentThread() != a… in postDelayed()
172 if (isPaused() || Thread.currentThread() != associatedThread) { in postAtFrontOfQueue()
/external/webrtc/talk/app/webrtc/objc/
DRTCEAGLVideoView.m45 @property(nonatomic) BOOL isPaused; property
77 - (BOOL)isPaused { method
81 - (void)setIsPaused:(BOOL)isPaused {
82 _displayLink.paused = isPaused;
259 _timer.isPaused = NO;
264 _timer.isPaused = YES;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java350 public boolean isPaused() { in isPaused() method in ShadowLooper
351 return getScheduler().isPaused(); in isPaused()
355 boolean wasPaused = isPaused(); in setPaused()
/external/v8/src/inspector/
Dv8-debugger.cc131 if (isPaused()) { in disable()
158 return isPaused() && m_pausedContextGroupId == contextGroupId; in isPausedInContextGroup()
206 if (isPaused()) return; in setPauseOnNextCall()
234 if (isPaused()) return; in breakProgram()
242 if (isPaused()) return; in interruptAndBreak()
253 if (isPaused()) { in continueProgram()
265 if (isPaused()) return; in breakProgramOnAssert()
275 DCHECK(isPaused()); in stepIntoStatement()
285 DCHECK(isPaused()); in stepOverStatement()
294 DCHECK(isPaused()); in stepOutOfFunction()
[all …]
Dv8-debugger-agent-impl.cc370 if (isPaused()) { in enableImpl()
787 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in continueToLocation()
1019 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in restartFrame()
1092 if (isPaused() || !acceptsPause(false) || !m_breakpointsActive) return; in schedulePauseOnNextStatement()
1100 if (isPaused() || !acceptsPause(false) || !m_breakpointsActive) return; in cancelPauseOnNextStatement()
1109 if (isPaused()) return Response::Success(); in pause()
1122 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in resume()
1131 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in stepOver()
1148 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in stepInto()
1164 if (!isPaused()) return Response::ServerError(kDebuggerNotPaused); in stepOut()
[all …]
/external/skia/tools/skottie_ios_app/
DSkiaViewController.h16 - (bool)isPaused;
DSkottieViewController.h15 - (bool)isPaused;
DSkiaViewController.mm10 - (bool)isPaused { return false; } method
DSkiaUIContext.mm27 double next = [viewController isPaused] ? 0 : kFrameRate + SkTime::GetNSecs() * 1e-9;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRobolectricTest.java71 assertThat(Robolectric.getBackgroundThreadScheduler().isPaused()).isFalse(); in shouldResetBackgroundSchedulerBeforeTests()
77 assertThat(Robolectric.getBackgroundThreadScheduler().isPaused()).isFalse(); in shouldResetBackgroundSchedulerAfterTests()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java64 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isFalse(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
72 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isTrue(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
DServiceControllerTest.java65 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isFalse(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
73 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isTrue(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
DSchedulerTest.java37 assertThat(scheduler.isPaused()).isFalse(); in whenIdleStateIsConstantIdle_isPausedReturnsFalse()
43 assertThat(scheduler.isPaused()).isFalse(); in whenIdleStateIsUnPaused_isPausedReturnsFalse()
49 assertThat(scheduler.isPaused()).isTrue(); in whenIdleStateIsPaused_isPausedReturnsTrue()
548 scheduler.isPaused(); in schedulerAllowsConcurrentIsPaused_whileLockIsHeld()
/external/skqp/tools/timer/
DSkAnimTimer.h44 bool isPaused() const { return kPaused_State == fState; } in isPaused() function
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTimelineApplet.java50 private boolean isPaused = false; field in TimelineApplet
104 if (canvas.getTimeline() == null || isPaused) return; in load()
210 if (isPaused) return; in update()
584 isPaused = true; in pauseBtnActionPerformed()
588 isPaused = false; in resumeBtnActionPerformed()

123