Searched refs:isDestroyed (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPairedTask.java56 if (mOwner.isDestroyed()) {
64 if (mOwner.isDestroyed()) {
72 if (mOwner.isDestroyed()) {
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java78 if (isDestroyed()) {
93 if (isDestroyed()) {
108 if (isDestroyed()) {
120 if (isDestroyed()) {
132 if (isDestroyed()) {
144 if (isDestroyed()) {
151 if (isDestroyed()) {
158 public final boolean isDestroyed() { method in class:PrinterDiscoverySession
199 if (isDestroyed()) {
239 if (isDestroyed()) {
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBaseTestActivity.java58 public boolean isDestroyed() { method in class:BaseTestActivity
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java141 * @see #isDestroyed()
160 * @see #isDestroyed()
189 * @see #isDestroyed()
206 * @see #isDestroyed()
225 public boolean isDestroyed() { method in class:GraphicBuffer
H A DWindow.java712 public final boolean isDestroyed() { method in class:Window
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java141 if (mCurTransaction != null && !mFragmentManager.isDestroyed()) {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DBaseTestActivity.java198 public boolean isDestroyed() { method in class:BaseTestActivity
H A DTestUtils.java191 while (!activity.isDestroyed()) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java332 if (!isDestroyed() && (st == null || st.menu == null)) {
660 if (cb != null && !isDestroyed()) {
723 if (mAppCompatCallback != null && !isDestroyed()) {
1084 if (st.isOpen || isDestroyed()) {
1197 if (cb != null && !isDestroyed()) {
1217 if (!isDestroyed()) {
1298 if (isDestroyed()) {
1409 if (cb != null && !isDestroyed()) {
1473 if (!isDestroyed() && preparePanel(st, event)) {
1535 if (!isDestroyed()) {
[all...]
H A DAppCompatDelegateImplBase.java216 final boolean isDestroyed() { method in class:AppCompatDelegateImplBase
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java315 if (!mWindow.isDestroyed()) {
345 handled = cb != null && !mWindow.isDestroyed() && mFeatureId < 0
372 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0
379 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0
386 return cb != null && !mWindow.isDestroyed() && mFeatureId < 0
554 if (cb != null && !mWindow.isDestroyed()) {
831 if (mWindow.getCallback() != null && !mWindow.isDestroyed()) {
864 if (mode != null && mWindow.getCallback() != null && !mWindow.isDestroyed()) {
1413 if (cb != null && !mWindow.isDestroyed() && mFeatureId < 0) {
1432 if (cb != null && !mWindow.isDestroyed()
[all...]
H A DPhoneWindow.java418 if (cb != null && !isDestroyed()) {
449 if (cb != null && !isDestroyed()) {
467 if (cb != null && !isDestroyed()) {
569 if (isDestroyed()) {
755 if (st.isOpen || isDestroyed()) {
947 if (cb != null && !isDestroyed()) {
1054 if (!isDestroyed() && preparePanel(st, event)) {
1214 if (cb != null && !isDestroyed()) {
1233 if (cb != null && !isDestroyed()) {
1254 if (st != null && cb != null && !isDestroyed()) {
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java141 * @see #isDestroyed()
164 * @see #isDestroyed()
228 * @see #isDestroyed()
453 * @see #isDestroyed()
465 * any calls to the methods of this class will be ignored, {@link #isDestroyed()}
468 * @see #isDestroyed()
479 public final boolean isDestroyed() { method in class:PrinterDiscoverySession
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java277 public boolean isDestroyed() { method in class:FrameSequenceDrawable
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java896 if (getFragmentManager().isDestroyed()) {
990 if (getChildFragmentManager().isDestroyed()) {
1013 if (getChildFragmentManager().isDestroyed()) {
H A DBrowseSupportFragment.java898 if (getFragmentManager().isDestroyed()) {
992 if (getChildFragmentManager().isDestroyed()) {
1015 if (getChildFragmentManager().isDestroyed()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java272 if (isFinishing() || isDestroyed()) {
324 if (isFinishing() || isDestroyed() ||
1000 if (isFinishing() || isDestroyed()) {
1012 if (isFinishing() || isDestroyed()) {
1023 if (isFinishing() || isDestroyed()) {
1390 if (!(isFinishing() || isDestroyed())) {
1994 if (mPrintedDocument.isDestroyed()) {
/frameworks/base/core/java/android/app/
H A DUiAutomation.java307 public boolean isDestroyed() { method in class:UiAutomation
H A DDialog.java351 if (mWindow.isDestroyed()) {
H A DInstrumentation.java209 if ((mUiAutomation != null) && !mUiAutomation.isDestroyed()) {
1900 boolean mustCreateNewAutomation = (mUiAutomation == null) || (mUiAutomation.isDestroyed());
H A DFragmentManager.java334 public abstract boolean isDestroyed(); method in class:FragmentManager
686 public boolean isDestroyed() { method in class:FragmentManagerImpl
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java124 if (activity.getWindow().isDestroyed()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java330 public boolean isDestroyed() { method in class:RemotePrintDocument
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java154 if (isDestroyed()) {
157 // Even though {@link #isDestroyed} might also return true in different
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java355 public abstract boolean isDestroyed(); method in class:FragmentManager
713 public boolean isDestroyed() { method in class:FragmentManagerImpl

Completed in 6917 milliseconds

12