Searched defs:running (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerThreadPriorityBooster.java71 void setAppTransitionRunning(boolean running) { argument
73 if (mAppTransitionRunning != running) {
74 mAppTransitionRunning = running;
80 void setBoundsAnimationRunning(boolean running) { argument
82 if (mBoundsAnimationRunning != running) {
83 mBoundsAnimationRunning = running;
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsTimeBaseTest.java40 public void populate(long uptime, long realtime, boolean running, long pastUptime, argument
45 mRunning = running;
54 public void verify(long uptime, long realtime, boolean running, long pastUptime, argument
59 Assert.assertEquals(running, mRunning);
76 // Toggle running once, to accumulate past uptime and past realtime
102 // Start running, make sure we get a started call on the two active observers
136 // Stop running, make sure we get a stopped call on the two active observers
161 // is the same as the time when running went to false.
167 * Test that reset while running updates the plugged and unplugged times
176 // Not sure if this is a bug: reset while running doe
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h36 virtual bool running() { return false; } function in class:android::WebmFrameThread
74 bool running() { function in class:android::WebmFrameSinkThread
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java159 * completes running a graph, whether the completion is due to a stop() call
160 * or the filters running out of data to process.
168 * when a graph is already running.
172 throw new RuntimeException("Graph is already running!");
189 throw new RuntimeException("Graph is already running!");
214 throw new RuntimeException("Cannot close graph while it is running!");
231 synchronized private void setRunning(boolean running) { argument
232 isProcessing = running;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java236 public void onFaceUnlockStateChanged(boolean running, int userId) { } argument
239 * Called when the fingerprint running state changed.
241 public void onFingerprintRunningStateChanged(boolean running) { } argument
H A DKeyguardUpdateMonitor.java537 // asynchronousness of the cancel cycle. So only notify them if the actualy running state
552 private void handleFaceUnlockStateChanged(boolean running, int userId) { argument
553 mUserFaceUnlockRunning.put(userId, running);
557 cb.onFaceUnlockStateChanged(running, userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java467 public void onFingerprintRunningStateChanged(boolean running) { argument
468 if (running) {
H A DExpandableNotificationRow.java267 public void setIconAnimationRunning(boolean running) { argument
269 setIconAnimationRunning(running, l);
272 setIconAnimationRunningForChild(running, mChildrenContainer.getHeaderView());
273 setIconAnimationRunningForChild(running, mChildrenContainer.getLowPriorityHeaderView());
278 child.setIconAnimationRunning(running);
281 mIconAnimationRunning = running;
284 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { argument
289 setIconAnimationRunningForChild(running, contractedChild);
290 setIconAnimationRunningForChild(running, expandedChild);
291 setIconAnimationRunningForChild(running, headsUpChil
295 setIconAnimationRunningForChild(boolean running, View child) argument
305 setIconRunning(ImageView imageView, boolean running) argument
680 setChronometerRunning(boolean running) argument
694 setChronometerRunning(boolean running, NotificationContentView layout) argument
706 setChronometerRunningForChild(boolean running, View child) argument
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java222 boolean running = false; field in class:TestWebServer.AcceptThread
253 running = true;
255 while (running) {
260 running = false;
279 running = false;
283 running = false;
291 running = false;
349 boolean running = false; field in class:TestWebServer.Worker
375 running = false;
385 running
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java201 public ProcessStats(boolean running) { argument
202 mRunning = running;
204 if (running) {
205 // If we are actively running, we need to determine whether the system is
718 // First commit all running times.
1462 // Skip restarting service state -- that is not actually a running process.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java220 // If there is a current command that is running we ask for a
606 * running the old one.
641 throw new IllegalStateException("Command not pending or running.");
657 protected final void running() { method in class:RemotePrintDocument.AsyncCommand
670 throw new IllegalStateException("Not running.");
681 throw new IllegalStateException("Not running.");
750 running();
921 // Don't remote force-cancel as command is still running and might need to
1029 running();
1031 // This is a long running operatio
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java161 * it keeps running and locking again it can prevent the main thread from
1184 void onRunningStateChanged(boolean running); argument
/frameworks/av/services/audioflinger/
H A DThreads.cpp3825 // Start the fast mixer if it's not already running
3867 // Idle the fast mixer if it's currently running
5608 // a resume so we must ensure hardware is running
5637 bool running = false; local
5640 // The running check restarts the retry counter at least once.
5643 running = true;
5647 ALOGVV("underrun counter, running(%d): %lld vs %lld", running,
5650 if (running) { // still running, giv
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1713 * @param cancelAnimators Should running animations be cancelled.
1726 * @param cancelAnimators Should running animations be cancelled.
2627 // An animation is already running, add it to the Overlay
2842 boolean running = mAnimationsEnabled || hasPulsingNotifications();
2843 mShelf.setAnimationsEnabled(running);
2847 running &= mIsExpanded || isPinnedHeadsUp(child);
2848 updateAnimationState(running, child);
2858 private void updateAnimationState(boolean running, View child) { argument
2861 row.setIconAnimationRunning(running);
4233 public void setUnlockHintRunning(boolean running) { argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java289 // CPU update, even if we aren't currently running wake locks.
723 // TODO: Since mUptimeStart was just reset and we are running, getUptime will
783 public boolean setRunning(boolean running, long uptime, long realtime) { argument
784 if (mRunning != running) {
785 mRunning = running;
786 if (running) {
1260 * The total time this timer has been running until the latest mark has been set.
1261 * Subtract this from mTotalTime to get the time spent running since the mark was set.
1765 * -1 if the timer is currently not running or the time base is not running
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1389 milliseconds