HomeSort by relevance Sort by last modified time
    Searched refs:vKey (Results 1 - 4 of 4) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/wtk/
KeyInfo.java 31 public int vKey;
39 vKey = DEFAULT_VKEY;
NativeEvent.java 165 return (keyInfo != null) ? keyInfo.vKey : KeyInfo.DEFAULT_VKEY;
187 if (keyInfo.vKey == KeyEvent.VK_ENTER) {
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 187 OMX_U8 yKey,uKey,vKey; /* Color Key in YUV color space */
313 vKey = (OMX_U8)(((126*((OMX_S32)(iBKey) - (OMX_S32)(nKeyMin1)))>>8) + 128);
319 if(uKey>KColorKeyChannelPred && vKey>KColorKeyChannelPred)
322 nKeyMax3 = (OMX_U8)(((vKey+KAlgoChromaTolerance)<255)?(vKey+KAlgoChromaTolerance):255);
325 nKeyMin3 = (OMX_U8)(((KAlgoChromaTolerance)<vKey)?(vKey-KAlgoChromaTolerance):0);
327 else if(uKey>KColorKeyChannelPred && vKey<KColorKeyChannelMin)
334 else if(vKey>KColorKeyChannelPred && uKey<KColorKeyChannelMin)
344 nKeyMax3 = (OMX_U8)(((vKey+KAlgoChromaTolerance/2)<255)?(vKey+KAlgoChromaTolerance/2):255);
    [all...]
  /frameworks/base/awt/java/awt/
MenuComponent.java 181 * @Override void onKeyEvent(int eventId, int vKey, long when, int
182 * modifiers) { MenuComponent.this.onKeyEvent(eventId, vKey, when,
541 * @param vKey
548 void onKeyEvent(int eventId, int vKey, long when, int modifiers) {

Completed in 3631 milliseconds