Searched defs:mLocked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DPointerController.h239 } mLocked; member in class:android::PointerController
H A DSpriteController.h229 return mLocked.state;
233 mLocked.state.dirty = 0;
238 mLocked.state.surfaceControl = surfaceControl;
239 mLocked.state.surfaceWidth = width;
240 mLocked.state.surfaceHeight = height;
241 mLocked.state.surfaceDrawn = drawn;
242 mLocked.state.surfaceVisible = visible;
250 } mLocked; // guarded by mController->mLock member in class:android::SpriteController::SpriteImpl
280 } mLocked; // guarded by mLock member in class:android::SpriteController
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java106 private boolean mLocked; field in class:SlidingDrawer
349 if (mLocked) {
395 if (mLocked) {
899 mLocked = false;
908 mLocked = true;
931 if (mLocked) {
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp253 } mLocked; member in class:android::NativeInputManager
282 mLocked.displayWidth = -1;
283 mLocked.displayHeight = -1;
284 mLocked.displayExternalWidth = -1;
285 mLocked.displayExternalHeight = -1;
286 mLocked.displayOrientation = DISPLAY_ORIENTATION_0;
288 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
289 mLocked.pointerSpeed = 0;
290 mLocked.pointerGesturesEnabled = true;
291 mLocked
[all...]

Completed in 89 milliseconds