Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DWindowManagerState.java505 private Rectangle mAppRect = new Rectangle(); field in WindowManagerState.Display
525 return mAppRect; in getAppRect()
561 mAppRect.setBounds(0, 0, appWidth, appHeight); in extract()
573 + " mAppRect=" + mAppRect; in toString()