Searched refs:pointerDisplayId (Results 1 – 2 of 2) sorted by relevance
308 int32_t pointerDisplayId; member341 mLocked.pointerDisplayId = ADISPLAY_ID_DEFAULT; in NativeInputManager()415 int32_t pointerDisplayId = getPointerDisplayId(); in setDisplayViewports() local420 mLocked.pointerDisplayId = pointerDisplayId; in setDisplayViewports()541 outConfig->defaultPointerDisplayId = mLocked.pointerDisplayId; in getReaderConfiguration()565 jint pointerDisplayId = env->CallIntMethod(mServiceObj, in getPointerDisplayId() local568 pointerDisplayId = ADISPLAY_ID_DEFAULT; in getPointerDisplayId()571 return pointerDisplayId; in getPointerDisplayId()
288 void setDefaultPointerDisplayId(int32_t pointerDisplayId) { in setDefaultPointerDisplayId() argument289 mConfig.defaultPointerDisplayId = pointerDisplayId; in setDefaultPointerDisplayId()