Searched defs:InvalidateInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java5476 final AttachInfo.InvalidateInfo info = AttachInfo.InvalidateInfo.acquire();
9231 * InvalidateInfo is used to post invalidate(int, int, int, int) messages
9239 static class InvalidateInfo implements Poolable<InvalidateInfo> { class in class:View.AttachInfo
9241 private static final Pool<InvalidateInfo> sPool = Pools.synchronizedPool(
9242 Pools.finitePool(new PoolableManager<InvalidateInfo>() {
9243 public InvalidateInfo newInstance() {
9244 return new InvalidateInfo();
9247 public void onAcquired(InvalidateInfo elemen
[all...]

Completed in 51 milliseconds