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

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 469 SCRIPT_STATE inputState;
470 inputState.uBidiLevel = m_isRtl;
471 inputState.fOverrideDirection = m_directionalOverride;
472 inputState.fInhibitSymSwap = false;
473 inputState.fCharShape = false; // Not implemented in Uniscribe
474 inputState.fDigitSubstitute = false; // Do we want this for Arabic?
475 inputState.fInhibitLigate = m_inhibitLigate;
476 inputState.fDisplayZWG = false; // Don't draw control characters.
477 inputState.fArabicNumContext = m_isRtl; // Do we want this for Arabic?
478 inputState.fGcpClusters = false
    [all...]
  /system/core/libcutils/
mq.c 85 } InputState;
168 InputState inputState;
274 peerProxy->inputState = READING_HEADER;
584 peerProxy->inputState = READING_BYTES;
680 masterProxy->inputState = ACCEPTING_CONNECTION;
968 int state = peerProxy->inputState;
    [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 700 class InputState {
722 InputState();
723 ~InputState();
793 InputState inputState;
    [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp 468 InputState::CANCEL_NON_POINTER_EVENTS, reason);
474 InputState::CANCEL_POINTER_EVENTS, reason);
477 InputState::CANCEL_NON_POINTER_EVENTS, reason);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 161 milliseconds