Home | History | Annotate | Download | only in cc

Lines Matching refs:mCurrentWindowLayout

66     private CaptionWindowLayout mCurrentWindowLayout;
180 mCurrentWindowLayout = windowLayout;
249 mCurrentWindowLayout = null;
263 if (mCurrentWindowLayout != null) {
264 mCurrentWindowLayout.setWindowAttr(windowAttr);
281 mCurrentWindowLayout = mCaptionWindowLayouts[windowId] = windowLayout;
308 if (mCurrentWindowLayout != null) {
309 mCurrentWindowLayout.sendControl(control);
314 if (mCurrentWindowLayout != null) {
315 mCurrentWindowLayout.sendBuffer(buffer);
324 if (mCurrentWindowLayout != null) {
325 mCurrentWindowLayout.setPenAttr(attr);
330 if (mCurrentWindowLayout != null) {
331 mCurrentWindowLayout.setPenColor(color);
336 if (mCurrentWindowLayout != null) {
337 mCurrentWindowLayout.setPenLocation(location.row, location.column);