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

/frameworks/base/services/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.cpp40 mLocked.transactionNestingCount = 0;
41 mLocked.deferredSpriteUpdate = false;
60 mLocked.transactionNestingCount += 1;
66 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
69 mLocked.transactionNestingCount -= 1;
70 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
71 mLocked.deferredSpriteUpdate = false;
77 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
78 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.h239 } mLocked; member in class:android::PointerController
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp244 } mLocked; member in class:android::NativeInputManager
273 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
274 mLocked.pointerSpeed = 0;
275 mLocked.pointerGesturesEnabled = true;
276 mLocked.showTouches = false;
313 DisplayViewport& v = external ? mLocked.externalViewport : mLocked.internalViewport;
319 sp<PointerController> controller = mLocked.pointerController.promote();
403 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed
405 outConfig->pointerGesturesEnabled = mLocked
[all...]
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java112 private boolean mLocked; field in class:SlidingDrawer
355 if (mLocked) {
401 if (mLocked) {
917 mLocked = false;
926 mLocked = true;
949 if (mLocked) {

Completed in 74 milliseconds