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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java34 float mHandleBarHeight; field in class:NotificationPanelView
54 mHandleBarHeight = resources.getDimension(R.dimen.close_handle_height);
78 mHandleBar.setBounds(pl, 0, getWidth() - pr, (int) mHandleBarHeight);
85 final int off = (int) (getHeight() - mHandleBarHeight - getPaddingBottom());
108 if (maxy - miny < mHandleBarHeight) {
109 if (getMeasuredHeight() < mHandleBarHeight) {
H A DSettingsPanelView.java44 float mHandleBarHeight; field in class:SettingsPanelView
59 mHandleBarHeight = resources.getDimension(R.dimen.close_handle_height);
126 mHandleBar.setBounds(pl, 0, getWidth() - pr, (int) mHandleBarHeight);
133 final int off = (int) (getHeight() - mHandleBarHeight - getPaddingBottom());

Completed in 43 milliseconds