Home
last modified time | relevance | path

Searched refs:mSeq (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DInputConnectionWrapper.java36 public int mSeq; field in InputConnectionWrapper.InputContextCallback
70 callback.mSeq = sSequenceNumber++; in getInstance()
93 if (seq == mSeq) { in setTextBeforeCursor()
98 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq in setTextBeforeCursor()
106 if (seq == mSeq) { in setTextAfterCursor()
111 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq in setTextAfterCursor()
119 if (seq == mSeq) { in setSelectedText()
124 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq in setSelectedText()
132 if (seq == mSeq) { in setCursorCapsMode()
137 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq in setCursorCapsMode()
[all …]
DBaseIWindow.java30 public int mSeq; field in BaseIWindow
78 mSeq = seq; in dispatchSystemUiVisibilityChanged()
/frameworks/base/core/java/android/view/
DInputEvent.java37 protected int mSeq; field in InputEvent
46 mSeq = mNextSeq.getAndIncrement(); in InputEvent()
136 mSeq = mNextSeq.getAndIncrement(); in prepareForReuse()
199 return mSeq; in getSequenceNumber()
DSurfaceView.java462 mSession.addWithoutInputChannel(mWindow, mWindow.mSeq, mLayout, in updateWindow()
481 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, in updateWindow()
DViewRootImpl.java171 int mSeq; field in ViewRootImpl
551 res = sWindowSession.add(mWindow, mSeq, mWindowAttributes, in setView()
3750 if (mSeq != args.seq) { in handleDispatchSystemUiVisibilityChanged()
3754 mSeq = args.seq; in handleDispatchSystemUiVisibilityChanged()
3836 mWindow, mSeq, params, in relayoutWindow()
/frameworks/native/libs/utils/
DBufferedTextOutput.cpp142 , mSeq(android_atomic_inc(&gSequence)) in BufferedTextOutput()
145 mGlobalState = new BufferState(mSeq); in BufferedTextOutput()
268 if (bs != NULL && bs->seq == mSeq) return bs; in getBuffer()
/frameworks/native/include/utils/
DBufferedTextOutput.h57 const int32_t mSeq; variable
/frameworks/base/include/android_runtime/
Dandroid_app_NativeActivity.h128 int mSeq; member
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp111 mWorkWrite(workWrite), mConsumer(channel), mSeq(0) { in AInputQueue()
363 mSeq++; in preDispatchKey()
364 if (mSeq < 0) mSeq = 1; in preDispatchKey()
365 inflight.seq = mSeq; in preDispatchKey()
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java83 int mSeq; field in WindowState
266 mSeq = seq; in WindowState()
1035 pw.print(prefix); pw.print("mSeq="); pw.print(mSeq); in dump()
DWindowManagerService.java2723 if (attrs != null && seq == win.mSeq) { in relayoutWindow()
9496 ws.mSeq++;
9500 ws.mClient.dispatchSystemUiVisibilityChanged(ws.mSeq,
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java607 … if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets, in updateSurface()
622 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, in updateSurface()