• Home
  • Raw
  • Download

Lines Matching refs:screenLayout

286     } else if ((config->screenLayout & ResTable_config::MASK_SCREENSIZE)  in applyVersionForCompatibility()
288 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
362 if (out) out->screenLayout = in parseLayoutDirection()
363 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
367 if (out) out->screenLayout = in parseLayoutDirection()
368 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
372 if (out) out->screenLayout = in parseLayoutDirection()
373 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
383 if (out) out->screenLayout = in parseScreenLayoutSize()
384 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
388 if (out) out->screenLayout = in parseScreenLayoutSize()
389 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
393 if (out) out->screenLayout = in parseScreenLayoutSize()
394 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
398 if (out) out->screenLayout = in parseScreenLayoutSize()
399 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
403 if (out) out->screenLayout = in parseScreenLayoutSize()
404 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
414 if (out) out->screenLayout = in parseScreenLayoutLong()
415 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
419 if (out) out->screenLayout = in parseScreenLayoutLong()
420 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
424 if (out) out->screenLayout = in parseScreenLayoutLong()
425 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()