• Home
  • Raw
  • Download

Lines Matching refs:screenLayout

255     } else if ((config->screenLayout & ResTable_config::MASK_SCREENSIZE)  in applyVersionForCompatibility()
257 || (config->screenLayout & ResTable_config::MASK_SCREENLONG) in applyVersionForCompatibility()
331 if (out) out->screenLayout = in parseLayoutDirection()
332 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
336 if (out) out->screenLayout = in parseLayoutDirection()
337 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
341 if (out) out->screenLayout = in parseLayoutDirection()
342 (out->screenLayout&~ResTable_config::MASK_LAYOUTDIR) in parseLayoutDirection()
352 if (out) out->screenLayout = in parseScreenLayoutSize()
353 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
357 if (out) out->screenLayout = in parseScreenLayoutSize()
358 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
362 if (out) out->screenLayout = in parseScreenLayoutSize()
363 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
367 if (out) out->screenLayout = in parseScreenLayoutSize()
368 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
372 if (out) out->screenLayout = in parseScreenLayoutSize()
373 (out->screenLayout&~ResTable_config::MASK_SCREENSIZE) in parseScreenLayoutSize()
383 if (out) out->screenLayout = in parseScreenLayoutLong()
384 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
388 if (out) out->screenLayout = in parseScreenLayoutLong()
389 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()
393 if (out) out->screenLayout = in parseScreenLayoutLong()
394 (out->screenLayout&~ResTable_config::MASK_SCREENLONG) in parseScreenLayoutLong()