Home
last modified time | relevance | path

Searched refs:htods (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DUtil.java35 static short htods(short v) { in htods() method in Util
DResTable.java26 import static org.robolectric.res.android.Util.htods;
248 final boolean notDeviceEndian = htods((short) 0xf0) != 0xf0; in addInternal()