Home | History | Annotate | Download | only in am

Lines Matching defs:extracted

1565         final Configuration extracted = new Configuration(Configuration.EMPTY);
1566 extracted.screenWidthDp = config.screenWidthDp;
1567 extracted.screenHeightDp = config.screenHeightDp;
1568 extracted.smallestScreenWidthDp = config.smallestScreenWidthDp;
1569 extracted.orientation = config.orientation;
1570 extracted.screenLayout = config.screenLayout;
1571 extracted.fontScale = config.fontScale;
1572 return extracted;