Searched refs:mUpdateCount (Results 1 – 4 of 4) sorted by relevance
62 private int mUpdateCount; field in UndoManager132 if (mUpdateCount > 0) { in saveInstanceState()181 if (mUpdateCount > 0) { in restoreInstanceState()426 if (mUpdateCount <= 0) { in beginUpdate()429 mUpdateCount = 0; in beginUpdate()433 mUpdateCount++; in beginUpdate()447 return mUpdateCount > 0; in isInUpdate()478 return mUpdateCount; in getUpdateNestingLevel()591 mUpdateCount--; in endUpdate()593 if (mUpdateCount == 0) { in endUpdate()
220 mUpdateCount++; in updateProgress()226 return mUpdateCount; in getUpdateCount()245 int mUpdateCount = 0; member
97 public int mUpdateCount = 0; field in TextServicesManagerService.TextServicesData176 mUpdateCount++; in initializeTextServicesData()221 pw.println(" Spell Checkers: " + "mUpdateCount=" + mUpdateCount); in dump()
17107 Landroid/content/UndoManager;->mUpdateCount:I