Home | History | Annotate | Download | only in view

Lines Matching refs:_format

1165         public LayoutParams(int _type, int _flags, int _format) {
1169 format = _format;
1172 public LayoutParams(int w, int h, int _type, int _flags, int _format) {
1176 format = _format;
1180 int _flags, int _format) {
1186 format = _format;