Searched refs:mRemoved (Results 1 - 8 of 8) sorted by relevance

/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/policy/
H A DRemoteInputView.java86 private boolean mRemoved; field in class:RemoteInputView
203 if (!mRemoved) {
428 mRemoved = true;
543 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java173 private boolean mRemoved; field in class:ExpandableNotificationRow
754 return mRemoved;
758 mRemoved = true;
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java297 if (inputChannel == null || inputWindowHandle == null || child.mRemoved
H A DWindowState.java412 boolean mRemoved; field in class:WindowState
1240 return isVisibleNow() && !mRemoved
2712 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) {
2716 pw.print(" mRemoved="); pw.println(mRemoved);
H A DWindowManagerService.java1563 if (!win.mRemoved) {
2538 if (win.mRemoved) {
2551 win.mRemoved = true;
9711 ": removed=" + win.mRemoved + " visible=" + win.isVisibleLw() +
9714 if (win.mRemoved || !win.mHasSurface || !win.mPolicyVisibility) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java391 private boolean mRemoved; field in class:ViewRootImpl
5815 writer.print(" mRemoved="); writer.println(mRemoved);
5912 if (mRemoved) {
5915 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 207 milliseconds