Searched refs:mAttachedCount (Results 1 – 2 of 2) sorted by relevance
64 assertEquals(0, mTestView.mAttachedCount); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()77 assertEquals(1, mTestView.mAttachedCount); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()136 int mAttachedCount; field in ViewGroupTransientViewTest.TestView147 mAttachedCount++; in onAttachedToWindow()
140 assertEquals(1, mPluginListener.mAttachedCount); in testOnCreate()172 assertEquals(1, mPluginListener.mAttachedCount); in testOnAttach_SkipLoad()310 public int mAttachedCount = 0; field in PluginInstanceTest.FakeListener317 mAttachedCount++; in onPluginAttached()