Home
last modified time | relevance | path

Searched refs:anchorView (Results 1 – 3 of 3) sorted by relevance

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
DSystemUiHider.java110 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) { in getInstance() argument
112 return new SystemUiHiderHoneycomb(activity, anchorView, flags); in getInstance()
114 return new SystemUiHiderBase(activity, anchorView, flags); in getInstance()
118 protected SystemUiHider(Activity activity, View anchorView, int flags) { in SystemUiHider() argument
120 mAnchorView = anchorView; in SystemUiHider()
DSystemUiHiderBase.java38 protected SystemUiHiderBase(Activity activity, View anchorView, int flags) { in SystemUiHiderBase() argument
39 super(activity, anchorView, flags); in SystemUiHiderBase()
DSystemUiHiderHoneycomb.java61 protected SystemUiHiderHoneycomb(Activity activity, View anchorView, int flags) { in SystemUiHiderHoneycomb() argument
62 super(activity, anchorView, flags); in SystemUiHiderHoneycomb()