Home
last modified time | relevance | path

Searched defs:hostView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroupOverlay.java35 ViewGroupOverlay(Context context, View hostView) { in ViewGroupOverlay()
DViewOverlay.java48 ViewOverlay(Context context, View hostView) { in ViewOverlay()
129 OverlayViewGroup(Context context, View hostView) { in OverlayViewGroup()
DView.java4441 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) { in DeclaredOnClickListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java46 public StackScrollState(ViewGroup hostView) { in StackScrollState()
DStackScrollAlgorithm.java349 ViewGroup hostView = resultState.getHostView(); in updateVisibleChildren() local