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

  /frameworks/base/libs/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 162 } mLocked;
  /frameworks/av/camera/
CameraMetadata.cpp 35 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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java 60 private boolean mLocked = false;
136 mLocked = locked;
146 mLocked = locked;
156 mLocked = false;
162 mLocked = false;
208 mLocked = false;
250 if (mSuccess && mLocked) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 263 } mLocked;
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.pointerGesturesEnabled
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 68 private boolean mLocked;
103 mLocked = false;
110 mLocked = cursor.getInt(COLUMN_LOCKED) == 1;
170 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 112 private boolean mLocked;
376 if (mLocked) {
422 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 717 if (msgItem.mLocked) {
    [all...]

Completed in 477 milliseconds