Searched refs:mRemoved (Results 1 - 10 of 10) 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.java87 private boolean mRemoved; field in class:RemoteInputView
205 if (!mRemoved) {
443 mRemoved = true;
562 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved;
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java165 private boolean mRemoved; field in class:DividerView
335 mRemoved = true;
939 if (mRemoved) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java230 private boolean mRemoved; field in class:ExpandableNotificationRow
1013 return mRemoved;
1017 mRemoved = true;
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java641 if (inputChannel == null || inputWindowHandle == null || w.mRemoved
H A DAppWindowToken.java1624 if (w.mRemoved) {
1636 if (w.mRemoved) {
H A DWindowState.java480 boolean mRemoved; field in class:WindowState
1410 return isVisibleNow() && !mRemoved
1805 if (mRemoved) {
1812 mRemoved = true;
3555 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) {
3559 pw.print(" mRemoved="); pw.println(mRemoved);
H A DWindowManagerService.java5883 ": removed=" + win.mRemoved + " visible=" + win.isVisibleLw() +
5886 if (win.mRemoved || !win.mHasSurface || !win.mPolicyVisibility) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java458 private boolean mRemoved; field in class:ViewRootImpl
6227 writer.print(" mRemoved="); writer.println(mRemoved);
6324 if (mRemoved) {
6327 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 345 milliseconds