Searched refs:pointerDisplayId (Results 1 – 2 of 2) sorted by relevance
388 int32_t pointerDisplayId; member420 mLocked.pointerDisplayId = ADISPLAY_ID_DEFAULT; in NativeInputManager()496 int32_t pointerDisplayId = getPointerDisplayId(); in setDisplayViewports() local501 mLocked.pointerDisplayId = pointerDisplayId; in setDisplayViewports()642 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()667 jint pointerDisplayId = env->CallIntMethod(mServiceObj, in getPointerDisplayId() local670 pointerDisplayId = ADISPLAY_ID_DEFAULT; in getPointerDisplayId()673 return pointerDisplayId; in getPointerDisplayId()
324 void setDefaultPointerDisplayId(int32_t pointerDisplayId) { in setDefaultPointerDisplayId() argument325 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()