Searched refs:mLocked (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/input/
H A DPointerController.cpp61 mLocked.animationPending = false;
63 mLocked.displayWidth = -1;
64 mLocked.displayHeight = -1;
65 mLocked.displayOrientation = DISPLAY_ORIENTATION_0;
67 mLocked.presentation = PRESENTATION_POINTER;
68 mLocked.presentationChanged = false;
70 mLocked.inactivityTimeout = INACTIVITY_TIMEOUT_NORMAL;
72 mLocked.pointerFadeDirection = 0;
73 mLocked.pointerX = 0;
74 mLocked
[all...]
H A DSpriteController.cpp42 mLocked.transactionNestingCount = 0;
43 mLocked.deferredSpriteUpdate = false;
62 mLocked.transactionNestingCount += 1;
68 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
71 mLocked.transactionNestingCount -= 1;
72 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
73 mLocked.deferredSpriteUpdate = false;
79 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
80 mLocked
[all...]
H A DSpriteController.h227 return mLocked.state;
231 mLocked.state.dirty = 0;
236 mLocked.state.surfaceControl = surfaceControl;
237 mLocked.state.surfaceWidth = width;
238 mLocked.state.surfaceHeight = height;
239 mLocked.state.surfaceDrawn = drawn;
240 mLocked.state.surfaceVisible = visible;
248 } mLocked; // guarded by mController->mLock member in class:android::SpriteController::SpriteImpl
278 } mLocked; // guarded by mLock member in class:android::SpriteController
H A DPointerController.h162 } mLocked; member in class:android::PointerController
/frameworks/av/camera/
H A DCameraMetadata.cpp35 mBuffer(NULL), mLocked(false) {
39 mLocked(false)
45 mLocked(false) {
50 mBuffer(NULL), mLocked(false) {
59 if (mLocked) {
73 mLocked = false;
78 mLocked = true;
83 if (!mLocked) {
92 mLocked = false;
97 if (mLocked) {
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp263 } mLocked; member in class:android::NativeInputManager
290 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
291 mLocked.pointerSpeed = 0;
292 mLocked.pointerGesturesEnabled = true;
293 mLocked.showTouches = false;
330 DisplayViewport& v = external ? mLocked.externalViewport : mLocked.internalViewport;
336 sp<PointerController> controller = mLocked.pointerController.promote();
420 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed
422 outConfig->pointerGesturesEnabled = mLocked
[all...]
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java112 private boolean mLocked; field in class:SlidingDrawer
376 if (mLocked) {
422 if (mLocked) {
938 mLocked = false;
947 mLocked = true;
970 if (mLocked) {
/frameworks/av/include/camera/
H A DCameraMetadata.h211 bool mLocked; member in class:android::CameraMetadata

Completed in 2116 milliseconds