OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMenuView
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
IMenuView.java
26
public interface
IMenuView
{
Menu.java
90
private final
IMenuView
mMenuView;
124
public Menu(Context context,
IMenuView
menuView, MenuRowFactory menuRowFactory,
MenuView.java
37
public class MenuView extends FrameLayout implements
IMenuView
{
/packages/apps/TV/tests/unit/src/com/android/tv/menu/
MenuTest.java
34
private
IMenuView
mMenuView;
40
mMenuView = Mockito.mock(
IMenuView
.class);
79
//
IMenuView
.show should be called with the same parameter.
99
//
IMenuView
.show should be called with the same parameter.
119
//
IMenuView
.show should be called with the same parameter.
Completed in 783 milliseconds