Searched defs:nativeGetCellRun (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Terminal/src/com/android/terminal/
H A DTerminal.java163 if (nativeGetCellRun(mNativePtr, row, col, run) != 0) {
198 private static native int nativeGetCellRun(long ptr, int row, int col, CellRun run); method in class:Terminal

Completed in 43 milliseconds