Searched refs:old (Results 51 - 53 of 53) sorted by relevance

123

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1360 // as well, as the old visible region
1668 uint32_t old = android_atomic_or(flags, &mTransactionFlags); local
1669 if ((old & flags)==0) { // wake the server up
1672 return old;
/frameworks/base/core/java/android/view/
H A DView.java4498 * This is what clears the old focus.
8383 int old = mViewFlags;
8386 int changed = mViewFlags ^ old;
8395 if (((old & FOCUSABLE_MASK) == FOCUSABLE)
8399 } else if (((old & FOCUSABLE_MASK) == NOT_FOCUSABLE)
8589 * you were just added to the view hierarchy, you're called with the old
8992 // Double-invalidation is necessary to capture view's old and new areas
9371 * the new value for the alpha property is different from the old value
9427 // Double-invalidation is necessary to capture view's old and new areas
9500 // Double-invalidation is necessary to capture view's old an
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp287 // if module is 0, the request comes from an old policy manager and we should load
2403 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2404 if (old == -1) {
2737 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2738 if (old == -1) {

Completed in 271 milliseconds

123