Searched refs:isInLayoutPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java101 * @param isInLayoutPass True if this was invoked from a layout pass, false otherwise.
103 void loadImageIfNecessary(final boolean isInLayoutPass) { argument
165 if (isImmediate && isInLayoutPass) {

Completed in 34 milliseconds