Searched defs:mTopPanel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DWatchListDecorLayout.java52 private View mTopPanel; field in class:WatchListDecorLayout
90 if (gravity == Gravity.TOP && mTopPanel == null) {
91 mTopPanel = child;
103 mTopPanel = null;
216 measureAndGetHeight(mTopPanel, widthMeasureSpec, heightMeasureSpec));
233 if (mListView == null || (child != mTopPanel && child != mBottomPanel)) {
290 if (mTopPanel != null) {
294 setScrolling(mTopPanel,
295 firstChild.getY() - mTopPanel.getHeight() - mTopPanel
[all...]
H A DWatchHeaderListView.java32 private View mTopPanel; field in class:WatchHeaderListView
57 if (mTopPanel == null) {
65 mTopPanel = v;
78 if (v == null && mTopPanel != null && !mTopPanel.isRootNamespace()) {
79 return mTopPanel.findViewById(id);
87 if (v == null && mTopPanel != null && !mTopPanel.isRootNamespace()) {
88 return mTopPanel.findViewWithTag(tag);
97 if (v == null && mTopPanel !
123 private View mTopPanel; field in class:WatchHeaderListView.WatchHeaderListAdapter
[all...]

Completed in 61 milliseconds