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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java77 private boolean mRemoved; field in class:RemoteInputView
179 if (!mRemoved) {
364 mRemoved = true;
440 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DLayoutXmlProcessor.java348 private List<File> mRemoved = new ArrayList<File>(); field in class:LayoutXmlProcessor.ResourceInput
361 mRemoved.add(file);
376 return mRemoved;
403 logFiles(out, "removed", mRemoved);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java174 private boolean mRemoved; field in class:ExpandableNotificationRow
756 return mRemoved;
760 mRemoved = true;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java402 boolean mRemoved; field in class:WindowState
1219 return isVisibleNow() && !mRemoved
2663 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) {
2667 pw.print(" mRemoved="); pw.println(mRemoved);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java390 private boolean mRemoved; field in class:ViewRootImpl
5779 writer.print(" mRemoved="); writer.println(mRemoved);
5876 if (mRemoved) {
5879 mRemoved = true;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 2287 milliseconds