Searched refs:ready (Results 1 - 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRenderer.java78 public static native void ready(); method in class:MosaicRenderer
H A DMosaicRendererSurfaceViewRenderer.java69 MosaicRenderer.ready();
/packages/apps/Email/src/org/apache/commons/io/input/
H A DProxyReader.java89 * Invokes the delegate's <code>ready()</code> method.
90 * @return true if the stream is ready to be read
93 public boolean ready() throws IOException { method in class:ProxyReader
94 return in.ready();
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java1951 // Page pageNo's ending information is not ready.
1963 // Make sure the starting information for page pageNo is ready.
1968 // Page pageNo's ending information is also ready.

Completed in 84 milliseconds