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

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

Completed in 240 milliseconds