[go: nahoru, domu]

Searched defs:previous (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DTestUtilsTests.cpp25 bool previous = Properties::debugOverdraw; local
30 EXPECT_EQ(previous, Properties::debugOverdraw);
35 EXPECT_EQ(previous, Properties::debugOverdraw);
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp90 const FastCaptureState * const previous = (const FastCaptureState *) mPrevious; local
128 if ((!Format_isEqual(mFormat, previousFormat)) || (frameCount != previous->mFrameCount)) {
H A DFastMixer.cpp139 const FastMixerState * const previous = (const FastMixerState *) mPrevious; local
148 // we're prepared for previous == &sInitial the first time through
174 if ((!Format_isEqual(mFormat, previousFormat)) || (frameCount != previous->mFrameCount)) {
226 previousTrackMask = previous->mTrackMask;
H A DLinearMap.h153 // The difference between the new sample and the previous sample
175 // simply extend the previous line segment. This extends the useful
182 // if both current step and previous step are valid (non-negative and
269 // Returns the previous position in the mSamples array
309 ssize_t previous = 0; local
328 // values on modulo wrap. previous is always valid here since
331 int32_t uStep = uArray[previous] - uArray[current]; // non-negative
332 int32_t vStep = vArray[previous] - vArray[current]; // positive
344 previous = current;
346 // previous i
[all...]
/frameworks/base/libs/hwui/
H A DPatchCache.cpp195 BufferBlock* previous = nullptr; local
202 previous = block;
211 previous = nullptr;
222 if (previous) {
223 previous->next = block->next;
H A DSnapshot.h84 * Each snapshot has a link to a previous snapshot, indicating the previous
238 Snapshot* previous; member in class:android::uirenderer::Snapshot
H A DCanvasState.cpp42 mSnapshotPool = mSnapshotPool->previous;
80 Snapshot* CanvasState::allocSnapshot(Snapshot* previous, int savecount) { argument
84 mSnapshotPool = mSnapshotPool->previous;
89 return new (memory) Snapshot(previous, savecount);
98 snapshot->previous = mSnapshotPool;
107 mSnapshot = mSnapshot->previous;
136 Snapshot* toRestore = mSnapshot->previous;
H A DFrameBuilder.cpp377 // OR if its caster's Z value is similar to the previous potential caster
836 auto previous = mCanvasState.currentSnapshot(); local
837 Vector3 lightCenter = previous->getRelativeLightCenter();
841 Matrix4 contentTransform(*(previous->transform));
857 saveLayerBounds.doIntersect(previous->getRenderTargetClip());
890 auto previous = mCanvasState.currentSnapshot(); local
891 Vector3 lightCenter = previous->getRelativeLightCenter();
895 Matrix4 contentTransform(*(previous->transform));
912 saveLayerBounds.doIntersect(previous->getRenderTargetClip());
921 // record the draw operation into the previous laye
[all...]
H A DRecordingCanvas.cpp124 const Snapshot& previous = *mState.currentSnapshot(); local
132 // determine clipped bounds relative to previous viewport.
134 previous.transform->mapRect(visibleBounds);
137 && previous.transform->rectToRect()
138 && visibleBounds.contains(previous.getRenderTargetClip()))) {
145 visibleBounds.doIntersect(previous.getRenderTargetClip());
147 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight()));
152 inverse.loadInverse(*previous.transform);
182 *previous
[all...]
H A DOpenGLRenderer.cpp500 const Snapshot& previous = *(currentSnapshot()->previous); local
501 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight());
738 // Unbind current FBO and restore previous one
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp73 RenderTask* previous = nullptr; local
76 previous = next;
79 if (!previous) {
83 previous->mNext = task;
116 RenderTask* previous = mHead; local
117 while (previous->mNext != task) {
118 previous = previous->mNext;
120 previous->mNext = task->mNext;
122 mTail = previous;
[all...]
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp204 DestructorNode* previous = nullptr; local
207 if (previous) {
208 previous->next = node->next;
216 previous = node;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java283 mEventQueue.previous = holder;
307 current = current.previous;
478 public MotionEventHolder previous; field in class:AccessibilityInputFilter.MotionEventHolder
495 previous = null;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java170 public void copyRankingInformation(NotificationRecord previous) { argument
171 mContactAffinity = previous.mContactAffinity;
172 mRecentlyIntrusive = previous.mRecentlyIntrusive;
173 mPackagePriority = previous.mPackagePriority;
174 mPackageVisibility = previous.mPackageVisibility;
175 mIntercept = previous.mIntercept;
176 mRankingTimeMs = calculateRankingTimeMs(previous.getRankingTimeMs());
177 mCreationTimeMs = previous.mCreationTimeMs;
178 mVisibleSinceMs = previous.mVisibleSinceMs;
179 if (previous
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java267 * @param previous the previous snapshot head.
273 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { argument
274 assert previous != null;
275 mPrevious = previous;
392 * a previous snapshot.
549 GcSnapshot previous = doRestore();
552 return previous;
554 return previous.doRestoreTo(size - 1, saveCount);
595 // then go to previous laye
[all...]
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp308 // If our previous time is before the reference (because the reference
652 nsecs_t previous = -1; local
660 sampleTime, sampleTime - previous);
662 previous = sampleTime;
668 previous = 0;
677 } else if (previous == 0) {
682 presentTime, presentTime - previous,
683 (presentTime - previous) / (double) mPeriod,
686 previous = presentTime;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java1006 public void previous() { method in class:MediaSessionRecord.SessionCb
1010 Slog.e(TAG, "Remote failure in previous.", e);
1251 public void previous() throws RemoteException { method in class:MediaSessionRecord.ControllerStub
1253 mSessionCb.previous();
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java350 * The previous Y coordinate while scrolling the selector.
500 * @param oldVal The previous value.
1718 int previous = mValue;
1722 notifyChange(previous, current);
1934 private void notifyChange(int previous, int current) { argument
1936 mOnValueChangeListener.onValueChange(this, previous, mValue);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java562 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { argument
563 super.onFocusChanged(hasFocus, direction, previous);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java424 * should contain the current item, and previous or upcoming items if they
688 * Override to handle requests to skip to the previous media item.
1890 public void previous() throws RemoteException { method in class:MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
/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 674 milliseconds