Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java86 private int mPointerWidth; field in BubbleExpandedView
169 mPointerWidth = res.getDimensionPixelSize(R.dimen.bubble_pointer_width); in onFinishInflate()
174 mPointerWidth, mPointerHeight, true /* pointUp */)); in onFinishInflate()
439 float halfPointerWidth = mPointerWidth / 2f; in setPointerPosition()