Home | History | Annotate | Download | only in recents

Lines Matching refs:mBounds

76     private Rect[] mBounds = {new Rect(), new Rect(), new Rect(), new Rect()};
126 for (int i = 0; i < mBounds.length; ++i) {
127 mBounds[i].set(rect);
135 mBounds[0].right = mBounds[0].centerX();
136 mBounds[1].left = mBounds[0].right;
140 mBounds[1].right = mBounds[1].centerX();
141 mBounds[0].left = mBounds[1].right;
145 mBounds[0].bottom = mBounds[0].centerY();
146 mBounds[1].top = mBounds[0].bottom;
150 mBounds[1].bottom = mBounds[1].centerY();
151 mBounds[0].top = mBounds[1].bottom;
155 mBounds[0].right = mBounds[0].centerX();
156 mBounds[0].bottom = mBounds[0].centerY();
157 mBounds[1].left = mBounds[0].right;
158 mBounds[1].bottom = mBounds[0].bottom;
159 mBounds[2].right = mBounds[0].right;
160 mBounds[2].top = mBounds[0].bottom;
161 mBounds[3].left = mBounds[0].right;
162 mBounds[3].top = mBounds[0].bottom;
166 mBounds[0].left = mBounds[0].centerX();
167 mBounds[0].bottom = mBounds[0].centerY();
168 mBounds[1].right = mBounds[0].left;
169 mBounds[1].bottom = mBounds[0].bottom;
170 mBounds[2].left = mBounds[0].left;
171 mBounds[2].top = mBounds[0].bottom;
172 mBounds[3].right = mBounds[0].left;
173 mBounds[3].top = mBounds[0].bottom;
177 mBounds[0].right = mBounds[0].centerX();
178 mBounds[0].top = mBounds[0].centerY();
179 mBounds[1].left = mBounds[0].right;
180 mBounds[1].top = mBounds[0].top;
181 mBounds[2].right = mBounds[0].right;
182 mBounds[2].bottom = mBounds[0].top;
183 mBounds[3].left = mBounds[0].right;
184 mBounds[3].bottom = mBounds[0].top;
188 mBounds[0].left = mBounds[0].centerX();
189 mBounds[0].top = mBounds[0].centerY();
190 mBounds[1].right = mBounds[0].left;
191 mBounds[1].top = mBounds[0].top;
192 mBounds[2].left = mBounds[0].left;
193 mBounds[2].bottom = mBounds[0].top;
194 mBounds[3].right = mBounds[0].left;
195 mBounds[3].bottom = mBounds[0].top;
219 mSsp.resizeTask(mTasks[i].key.id, mBounds[i]);