Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java139 synchronized (mTmpPoint) { in getRectSize()
140 getSizeInternal(mTmpPoint, true); in getRectSize()
141 outSize.set(0, 0, mTmpPoint.x, mTmpPoint.y); in getRectSize()
165 synchronized (mTmpPoint) { in getWidth()
168 getSizeInternal(mTmpPoint, true); in getWidth()
171 return mTmpPoint.x; in getWidth()
180 synchronized (mTmpPoint) { in getHeight()
183 getSizeInternal(mTmpPoint, true); in getHeight()
186 return mTmpPoint.y; in getHeight()
306 synchronized (mTmpPoint) { in getMetrics()
[all …]