public void close(boolean paramBoolean) { this.mMiniView.destroy(); BitmapResourceCache.getInstance().clearResourceCacheOfOne(this, 0); InfoManager.getInstance().unRegisterSubscribeEventListener(this, new String[] { "RCPPL" }); super.close(paramBoolean); }
private void drawTriangular(Canvas paramCanvas) { paramCanvas.drawBitmap( BitmapResourceCache.getInstance() .getResourceCacheByParent(getResources(), this.hash, 2130838038), null, this.mTriangularRect, this.mPaint); }
public void close(boolean paramBoolean) { this.mInputView.close(paramBoolean); this.mHeadView.close(paramBoolean); this.mActionsView.close(paramBoolean); this.mInviteView.close(paramBoolean); BitmapResourceCache.getInstance().clearResourceCacheOfOne(this, 0); BaseUserInfoPool.removeListener(this); super.close(paramBoolean); }
private void drawItem(Canvas paramCanvas, int paramInt1, int paramInt2, int paramInt3) { this.mIconRect.offset(paramInt1, paramInt2); paramCanvas.drawBitmap( BitmapResourceCache.getInstance() .getResourceCache(getResources(), this, this.PLATFORM_ICONS[paramInt3]), null, this.mIconRect, this.mPaint); String str = this.PLATFORM_NAMES[paramInt3]; this.mNamePaint.getTextBounds(str, 0, str.length(), this.mTextBound); paramCanvas.drawText( str, paramInt1 + (this.itemLayout.width - this.mTextBound.width()) / 2, this.mIconRect.bottom + (this.nameLayout.height - this.mTextBound.top - this.mTextBound.bottom) / 2, this.mNamePaint); this.mIconRect.offset(-paramInt1, -paramInt2); }
public void close(boolean paramBoolean) { BitmapResourceCache.getInstance().clearResourceCacheOfOne(this, 0); super.close(paramBoolean); }
private void drawLivingLabel(Canvas paramCanvas) { paramCanvas.drawBitmap(BitmapResourceCache.getInstance().getResourceCache(getResources(), this, 2130837925), null, this.mLivingRect, this.iconPaint); }
private void drawArrow(Canvas paramCanvas) { paramCanvas.drawBitmap(BitmapResourceCache.getInstance().getResourceCacheByParent(getResources(), this.hash, 2130837697), null, this.mArrowRect, this.iconPaint); }