Home
last modified time | relevance | path

Searched refs:deallocateMemory (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesAdapter.java99 oldKeyboardView.deallocateMemory(); in setPrimaryItem()
111 oldKeyboardView.deallocateMemory(); in instantiateItem()
140 keyboardView.deallocateMemory(); in destroyItem()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DLatinIMEForTests.java28 protected void deallocateMemory() { in deallocateMemory() method in LatinIMEForTests
29 super.deallocateMemory(); in deallocateMemory()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DDrawingPreviewPlacerView.java63 public void deallocateMemory() { in deallocateMemory() method in DrawingPreviewPlacerView
73 deallocateMemory(); in onDetachedFromWindow()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java891 public void deallocateMemory() { in deallocateMemory() method in MainKeyboardView
892 super.deallocateMemory(); in deallocateMemory()
893 mDrawingPreviewPlacerView.deallocateMemory(); in deallocateMemory()
DKeyboardSwitcher.java451 public void deallocateMemory() { in deallocateMemory() method in KeyboardSwitcher
454 mKeyboardView.deallocateMemory(); in deallocateMemory()
DKeyboardView.java587 public void deallocateMemory() { in deallocateMemory() method in KeyboardView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java315 latinIme.deallocateMemory(); in handleMessage()
1099 protected void deallocateMemory() { in deallocateMemory() method in LatinIME
1100 mKeyboardSwitcher.deallocateMemory(); in deallocateMemory()