Searched refs:mLocked (Results 1 – 6 of 6) sorted by relevance
61 mLocked.animationPending = false; in PointerController()63 mLocked.displayWidth = -1; in PointerController()64 mLocked.displayHeight = -1; in PointerController()65 mLocked.displayOrientation = DISPLAY_ORIENTATION_0; in PointerController()67 mLocked.presentation = PRESENTATION_POINTER; in PointerController()68 mLocked.presentationChanged = false; in PointerController()70 mLocked.inactivityTimeout = INACTIVITY_TIMEOUT_NORMAL; in PointerController()72 mLocked.pointerFadeDirection = 0; in PointerController()73 mLocked.pointerX = 0; in PointerController()74 mLocked.pointerY = 0; in PointerController()[all …]
40 mLocked.transactionNestingCount = 0; in SpriteController()41 mLocked.deferredSpriteUpdate = false; in SpriteController()60 mLocked.transactionNestingCount += 1; in openTransaction()66 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0, in closeTransaction()69 mLocked.transactionNestingCount -= 1; in closeTransaction()70 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) { in closeTransaction()71 mLocked.deferredSpriteUpdate = false; in closeTransaction()77 bool wasEmpty = mLocked.invalidatedSprites.isEmpty(); in invalidateSpriteLocked()78 mLocked.invalidatedSprites.push(sprite); in invalidateSpriteLocked()80 if (mLocked.transactionNestingCount != 0) { in invalidateSpriteLocked()[all …]
229 return mLocked.state; in getStateLocked()233 mLocked.state.dirty = 0; in resetDirtyLocked()238 mLocked.state.surfaceControl = surfaceControl; in setSurfaceLocked()239 mLocked.state.surfaceWidth = width; in setSurfaceLocked()240 mLocked.state.surfaceHeight = height; in setSurfaceLocked()241 mLocked.state.surfaceDrawn = drawn; in setSurfaceLocked()242 mLocked.state.surfaceVisible = visible; in setSurfaceLocked()250 } mLocked; // guarded by mController->mLock variable280 } mLocked; // guarded by mLock variable
239 } mLocked; variable
252 } mLocked; member in android::NativeInputManager281 mLocked.displayWidth = -1; in NativeInputManager()282 mLocked.displayHeight = -1; in NativeInputManager()283 mLocked.displayExternalWidth = -1; in NativeInputManager()284 mLocked.displayExternalHeight = -1; in NativeInputManager()285 mLocked.displayOrientation = DISPLAY_ORIENTATION_0; in NativeInputManager()287 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE; in NativeInputManager()288 mLocked.pointerSpeed = 0; in NativeInputManager()289 mLocked.pointerGesturesEnabled = true; in NativeInputManager()290 mLocked.showTouches = false; in NativeInputManager()[all …]
106 private boolean mLocked; field in SlidingDrawer349 if (mLocked) { in onInterceptTouchEvent()395 if (mLocked) { in onTouchEvent()899 mLocked = false; in unlock()908 mLocked = true; in lock()931 if (mLocked) { in onClick()