Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTransientViewTest.java64 assertEquals(0, mTestView.mAttachedCount); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()
77 assertEquals(1, mTestView.mAttachedCount); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
136 int mAttachedCount; field in ViewGroupTransientViewTest.TestView
147 mAttachedCount++; in onAttachedToWindow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceTest.java140 assertEquals(1, mPluginListener.mAttachedCount); in testOnCreate()
172 assertEquals(1, mPluginListener.mAttachedCount); in testOnAttach_SkipLoad()
310 public int mAttachedCount = 0; field in PluginInstanceTest.FakeListener
317 mAttachedCount++; in onPluginAttached()