HomeSort by relevance Sort by last modified time
    Searched refs:toIntExact (Results 1 - 8 of 8) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
WelcomeActivity.java 25 import static java.lang.Math.toIntExact;
41 int secondsRemaining = toIntExact(millisUntilFinished / 1000);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
WelcomeActivity.java 25 import static java.lang.Math.toIntExact;
41 int secondsRemaining = toIntExact(millisUntilFinished / 1000);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
WelcomeActivity.kt 25 import java.lang.Math.toIntExact
36 val secondsRemaining = toIntExact(millisUntilFinished / 1000)
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
WelcomeActivity.kt 25 import java.lang.Math.toIntExact
36 val secondsRemaining = toIntExact(millisUntilFinished / 1000)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java 758 maxLen = toIntExact(mLength - mOffset);
770 System.arraycopy(mMap.getDataPtr(), toIntExact(mOffset), buf, bufOffset, count);
776 System.arraycopy(mBuf, toIntExact(mOffset), buf, bufOffset, count);
891 allocLen = toIntExact(mLength);
909 if (mFp.read(buf, 0, toIntExact(mLength)) != (int) mLength) {
930 if (!map.create(null, -1, mStart, toIntExact(mLength), true)) {
    [all...]
FileMap.java 3 import static org.robolectric.res.android.Asset.toIntExact;
153 // adjust = Math.toIntExact(offset % mPageSize);
174 mDataLength = toIntExact(entry.getSize());
ZipFileRO.java 3 import static org.robolectric.res.android.Asset.toIntExact;
277 actualLen = toIntExact(ze.getSize());
279 actualLen = toIntExact(ze.getCompressedSize());
CppAssetManager.java 3 import static org.robolectric.res.android.Asset.toIntExact;
982 pAsset = Asset.createFromCompressedMap(dataMap, toIntExact(uncompressedLen.get()), mode);
    [all...]

Completed in 3706 milliseconds