OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHostView
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ScrollAdapter.java
27
* @return Whether the view returned by {@link #
getHostView
()} is scrolled to the top
32
* @return Whether the view returned by {@link #
getHostView
()} is scrolled to the bottom
39
public View
getHostView
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java
51
public ViewGroup
getHostView
() {
StackScrollAlgorithm.java
256
ViewGroup hostView = resultState.
getHostView
();
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
315
isInside(mScrollAdapter.
getHostView
(), x, y)
415
isInside(mScrollAdapter.
getHostView
(), x, y);
Completed in 1150 milliseconds