Home
last modified time | relevance | path

Searched refs:mDetachedCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTransientViewTest.java67 assertEquals(0, mTestView.mDetachedCount); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()
83 assertEquals(1, mTestView.mDetachedCount); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
137 int mDetachedCount; field in ViewGroupTransientViewTest.TestView
153 mDetachedCount++; in onDetachedFromWindow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceTest.java150 assertEquals(1, mPluginListener.mDetachedCount); in testOnDestroy()
311 public int mDetachedCount = 0; field in PluginInstanceTest.FakeListener
324 mDetachedCount++; in onPluginDetached()