Searched refs:InvalidateInfo (Results 1 - 2 of 2) 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...]
H A DViewRoot.java1850 final View.AttachInfo.InvalidateInfo info = (View.AttachInfo.InvalidateInfo) msg.obj;

Completed in 69 milliseconds