Searched refs:mCancel (Results 1 – 4 of 4) sorted by relevance
45 public Button mCancel; field in SimpleSaveActivity68 mCancel = findViewById(R.id.cancel); in onCreate()71 mCancel.setOnClickListener((v) -> getAutofillManager().cancel()); in onCreate()
191 assertTrue(listener.mCancel); in testSetListener()247 assertTrue(listener.mCancel); in testNullObjectAnimator()253 boolean mCancel = false; field in AnimatorTest.MyListener257 mCancel = true; in onAnimationCancel()
52 assertFalse(option.mCancel); in testRequestCancelDecode()54 assertTrue(option.mCancel); in testRequestCancelDecode()
15584 field @Deprecated public boolean mCancel;