Searched refs:mLocked (Results 1 – 8 of 8) 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 …]
42 mLocked.transactionNestingCount = 0; in SpriteController()43 mLocked.deferredSpriteUpdate = false; in SpriteController()62 mLocked.transactionNestingCount += 1; in openTransaction()68 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0, in closeTransaction()71 mLocked.transactionNestingCount -= 1; in closeTransaction()72 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) { in closeTransaction()73 mLocked.deferredSpriteUpdate = false; in closeTransaction()79 bool wasEmpty = mLocked.invalidatedSprites.isEmpty(); in invalidateSpriteLocked()80 mLocked.invalidatedSprites.push(sprite); in invalidateSpriteLocked()82 if (mLocked.transactionNestingCount != 0) { in invalidateSpriteLocked()[all …]
227 return mLocked.state; in getStateLocked()231 mLocked.state.dirty = 0; in resetDirtyLocked()236 mLocked.state.surfaceControl = surfaceControl; in setSurfaceLocked()237 mLocked.state.surfaceWidth = width; in setSurfaceLocked()238 mLocked.state.surfaceHeight = height; in setSurfaceLocked()239 mLocked.state.surfaceDrawn = drawn; in setSurfaceLocked()240 mLocked.state.surfaceVisible = visible; in setSurfaceLocked()248 } mLocked; // guarded by mController->mLock variable278 } mLocked; // guarded by mLock variable
162 } mLocked; variable
35 mBuffer(NULL), mLocked(false) { in CameraMetadata()39 mLocked(false) in CameraMetadata()45 mLocked(false) { in CameraMetadata()50 mBuffer(NULL), mLocked(false) { in CameraMetadata()59 if (mLocked) { in operator =()73 mLocked = false; in ~CameraMetadata()78 mLocked = true; in getAndLock()83 if (!mLocked) { in unlock()92 mLocked = false; in unlock()97 if (mLocked) { in release()[all …]
263 } mLocked; member in android::NativeInputManager290 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE; in NativeInputManager()291 mLocked.pointerSpeed = 0; in NativeInputManager()292 mLocked.pointerGesturesEnabled = true; in NativeInputManager()293 mLocked.showTouches = false; in NativeInputManager()330 DisplayViewport& v = external ? mLocked.externalViewport : mLocked.internalViewport; in setDisplayViewport()336 sp<PointerController> controller = mLocked.pointerController.promote(); in setDisplayViewport()420 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed in getReaderConfiguration()422 outConfig->pointerGesturesEnabled = mLocked.pointerGesturesEnabled; in getReaderConfiguration()424 outConfig->showTouches = mLocked.showTouches; in getReaderConfiguration()[all …]
112 private boolean mLocked; field in SlidingDrawer376 if (mLocked) { in onInterceptTouchEvent()422 if (mLocked) { in onTouchEvent()938 mLocked = false; in unlock()947 mLocked = true; in lock()970 if (mLocked) { in onClick()
211 bool mLocked; variable