HomeSort by relevance Sort by last modified time
    Searched defs:inputWidth (Results 1 - 5 of 5) sorted by null

  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 135 const float inputWidth = 60;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 163 int inputWidth = inputView.getWidth();
164 final int x = inputWidth / 20; // Half of 1/10th
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 211 int inputWidth = inputView.getWidth();
213 final int x = inputWidth / 20;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 215 int inputWidth = inputView.getWidth();
217 final int x = inputWidth / 20;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 215 OMX_U32 inputWidth; /* Input frame width */

Completed in 323 milliseconds