Searched refs:screenLong (Results 1 – 5 of 5) sorted by relevance
194 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong) { in AConfiguration_setScreenLong() argument196 | ((screenLong<<ResTable_config::SHIFT_SCREENLONG)&ResTable_config::MASK_SCREENLONG); in AConfiguration_setScreenLong()
599 void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);
189 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenLong)</td></tr>
190 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenLong)</td></tr>1355 <td class="paramname"><em>screenLong</em> </td>
2580 const int screenLong = screenLayout&MASK_SCREENLONG; in match() local2582 if (screenLong != 0 && screenLong != setScreenLong) { in match()