Searched refs:pointerDisplayId (Results 1 – 2 of 2) sorted by relevance
315 int32_t pointerDisplayId; member348 mLocked.pointerDisplayId = ADISPLAY_ID_DEFAULT; in NativeInputManager()421 int32_t pointerDisplayId = getPointerDisplayId(); in setDisplayViewports() local426 mLocked.pointerDisplayId = pointerDisplayId; in setDisplayViewports()548 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()573 jint pointerDisplayId = env->CallIntMethod(mServiceObj, in getPointerDisplayId() local576 pointerDisplayId = ADISPLAY_ID_DEFAULT; in getPointerDisplayId()579 return pointerDisplayId; in getPointerDisplayId()
258 void setDefaultPointerDisplayId(int32_t pointerDisplayId) { in setDefaultPointerDisplayId() argument259 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()