Package quicktime.app.actions

Examples of quicktime.app.actions.TickleList


/*     */   {
/* 830 */     if ((this.mSpriteWorld != null) && ((paramObject instanceof DynamicImage))) {
/* 831 */       Invalidator localInvalidator = ((DynamicImage)paramObject).addedToCompositor(this, paramTwoDSprite);
/* 832 */       if (localInvalidator != null) {
/* 833 */         if (this.invalList == null)
/* 834 */           this.invalList = new TickleList();
/* 835 */         this.invalList.addMember(localInvalidator);
/*     */       }
/*     */     }
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.app.actions.TickleList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.