HomeSort by relevance Sort by last modified time
    Searched refs:mLocked (Results 1 - 12 of 12) sorted by null

  /frameworks/base/services/input/
PointerController.cpp 61 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.pointerY = 0
    [all...]
SpriteController.cpp 42 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.invalidatedSprites.push(sprite)
    [all...]
SpriteController.h 227 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
278 } mLocked; // guarded by mLock
PointerController.h 239 } mLocked;
  /frameworks/av/camera/
CameraMetadata.cpp 32 mBuffer(NULL), mLocked(false) {
36 mLocked(false)
42 mLocked(false) {
47 mBuffer(NULL), mLocked(false) {
56 if (mLocked) {
70 mLocked = false;
75 mLocked = true;
80 if (!mLocked) {
89 mLocked = false;
94 if (mLocked) {
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 246 } mLocked;
275 mLocked.systemUiVisibility = ASYSTEM_UI_VISIBILITY_STATUS_BAR_VISIBLE;
276 mLocked.pointerSpeed = 0;
277 mLocked.pointerGesturesEnabled = true;
278 mLocked.showTouches = false;
315 DisplayViewport& v = external ? mLocked.externalViewport : mLocked.internalViewport;
321 sp<PointerController> controller = mLocked.pointerController.promote();
405 outConfig->pointerVelocityControlParameters.scale = exp2f(mLocked.pointerSpeed
407 outConfig->pointerGesturesEnabled = mLocked.pointerGesturesEnabled
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 67 private boolean mLocked;
102 mLocked = false;
109 mLocked = cursor.getInt(COLUMN_LOCKED) == 1;
169 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 112 private boolean mLocked;
355 if (mLocked) {
401 if (mLocked) {
    [all...]
  /frameworks/av/include/camera/
CameraMetadata.h 211 bool mLocked;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 75 boolean mLocked; // locked to prevent auto-deletion
160 mLocked = cursor.getInt(columnsMap.mColumnSmsLocked) != 0;
174 mLocked = cursor.getInt(columnsMap.mColumnMmsLocked) != 0;
ComposeMessageActivity.java 668 mMessageItem.mLocked ? null : "locked=0", null);
    [all...]
MessageListItem.java 715 if (msgItem.mLocked) {
    [all...]

Completed in 402 milliseconds