Searched refs:old (Results 76 - 78 of 78) sorted by relevance

1234

/frameworks/base/core/java/android/view/
H A DView.java741 * Use the old (broken) way of building MeasureSpecs.
2400 * Flag indicating that we're in the process of fitting system windows using the old method.
4643 // not publicly available to the SDK. The old method has been renamed
5621 * This is what clears the old focus.
10533 int old = mViewFlags;
10536 int changed = mViewFlags ^ old;
10545 if (((old & FOCUSABLE_MASK) == FOCUSABLE)
10549 } else if (((old & FOCUSABLE_MASK) == NOT_FOCUSABLE)
10797 * you were just added to the view hierarchy, you're called with the old
11119 // Double-invalidation is necessary to capture view's old an
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1015 + " old mUnpluggedTime=" + mUnpluggedTime
1016 + " old mUnpluggedCount=" + mUnpluggedCount);
1031 + " old mTotalTime=" + mTotalTime);
1469 Log.v(TAG, "old mUpdateTime=" + mUpdateTime);
2297 int old = mActiveHistoryStates;
2299 writeAnyway |= old != mActiveHistoryStates;
2306 int old = mActiveHistoryStates2;
2308 writeAnyway |= old != mActiveHistoryStates2;
6573 // is the same importance as the old setting.
7246 Slog.w(TAG, "New history ends before old histor
[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 166 milliseconds

1234