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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java134 private boolean mIsRoot = true; field in class:RemoteViews
1554 mIsRoot = false;
2347 Preconditions.checkState(mIsRoot, "RemoteView has been attached to another RemoteView. "
2354 mIsRoot = false;
2357 mIsRoot = true;
2360 rv.mIsRoot = true;
2407 if (mIsRoot) {
3577 if (mIsRoot) {
3580 if (!mIsRoot && (flags & PARCELABLE_ELIDE_DUPLICATES) != 0) {
3604 if (mIsRoot) {
[all...]

Completed in 58 milliseconds