Searched refs:mHistory (Results 1 – 2 of 2) sorted by relevance
23 private BlurRecord[] mHistory; field in MotionBlurComponent39 mHistory = new BlurRecord[STEP_COUNT]; in MotionBlurComponent()41 mHistory[x] = new BlurRecord(); in MotionBlurComponent()50 mHistory[x].texture = null; in reset()51 mHistory[x].position.zero(); in reset()72 mHistory[mCurrentStep].texture = currentTexture; in update()73 mHistory[mCurrentStep].position.set(((GameObject)parent).getPosition()); in update()74 mHistory[mCurrentStep].width = drawable.getWidth(); in update()75 mHistory[mCurrentStep].height = drawable.getHeight(); in update()77 mHistory[mCurrentStep].crop[0] = drawableCrop[0]; in update()[all …]
77 private EditHistory mHistory; field in ScriptEditor120 mHistory = new EditHistory(); in onCreate()121 mWatcher = new ContentTextWatcher(mHistory); in onCreate()535 EditItem edit = mHistory.getPrevious(); in undo()553 EditItem edit = mHistory.getNext(); in redo()