Home | History | Annotate | Download | only in view

Lines Matching refs:writeInt

1655             out.writeInt(width);
1656 out.writeInt(height);
1657 out.writeInt(x);
1658 out.writeInt(y);
1659 out.writeInt(type);
1660 out.writeInt(flags);
1661 out.writeInt(privateFlags);
1662 out.writeInt(softInputMode);
1663 out.writeInt(gravity);
1666 out.writeInt(format);
1667 out.writeInt(windowAnimations);
1672 out.writeInt(rotationAnimation);
1676 out.writeInt(screenOrientation);
1678 out.writeInt(preferredDisplayModeId);
1679 out.writeInt(systemUiVisibility);
1680 out.writeInt(subtreeSystemUiVisibility);
1681 out.writeInt(hasSystemUiListeners ? 1 : 0);
1682 out.writeInt(inputFeatures);
1684 out.writeInt(surfaceInsets.left);
1685 out.writeInt(surfaceInsets.top);
1686 out.writeInt(surfaceInsets.right);
1687 out.writeInt(surfaceInsets.bottom);
1688 out.writeInt(hasManualSurfaceInsets ? 1 : 0);
1689 out.writeInt(needsMenuKey);