public void testDimension() {
   NativeResources.getDimension(SAMPLE_DIMENSION_NAME);
   NativeResources.getDimensionPixelOffset(SAMPLE_DIMENSION_NAME);
   NativeResources.getDimensionPixelSize(SAMPLE_DIMENSION_NAME);
 }