Searched refs:byteValue (Results 1 – 7 of 7) sorted by relevance
60 static const jmethodID byteValue = env->GetMethodID(intClass, "byteValue", "()B"); in android_hardware_display_DisplayViewport_toNative() local78 viewport->physicalPort = std::make_optional(env->CallByteMethod(physicalPort, byteValue)); in android_hardware_display_DisplayViewport_toNative()
479 return setValue(((Byte) obj).byteValue()); in setValue()509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); in setValue()
228 public byte byteValue() { in byteValue() method in Half
460 return ((Byte)value).byteValue(); in getByte()
399 return value != null ? ((Number) value).byteValue() : null; in getAsByte()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
24648 HSPLjava/lang/Byte;->byteValue()B24902 HSPLjava/lang/Integer;->byteValue()B