Searched refs:mockNavLayout (Results 1 – 1 of 1) sorted by relevance
30 @Mock lateinit var mockNavLayout: LinearLayout variable in com.android.launcher3.taskbar.navbutton.NavButtonLayoutFactoryTest45 whenever(mockNavLayout.childCount).thenReturn(3) in setup()46 whenever(mockNavLayout.findViewById<View>(R.id.back)).thenReturn(mockBackButton) in setup()47 whenever(mockNavLayout.findViewById<View>(R.id.home)).thenReturn(mockHomeButton) in setup()48 whenever(mockNavLayout.findViewById<View>(R.id.recent_apps)).thenReturn(mockRecentsButton) in setup()52 .thenReturn(mockNavLayout) in setup()