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

  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 61 private int errorResourceId;
99 int errorResourceId,
125 errorResourceId,
171 int errorResourceId,
192 this.errorResourceId = errorResourceId;
380 if (errorDrawable == null && errorResourceId > 0) {
381 errorDrawable = context.getResources().getDrawable(errorResourceId);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 406 public final int errorResourceId; // Error string or INVALID_RES_ID.
412 errorResourceId = Calculator.INVALID_RES_ID;
419 errorResourceId = errorId;
426 return errorResourceId != Calculator.INVALID_RES_ID;
641 if (result.errorResourceId == R.string.timeout) {
651 mListener.onError(mIndex, result.errorResourceId);
    [all...]
Calculator.java     [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 128 milliseconds