Home
last modified time | relevance | path

Searched refs:mSeq (Results 1 – 10 of 10) 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
92 mSeq = seq; in dispatchSystemUiVisibilityChanged()
/frameworks/base/core/java/android/view/
DInputEvent.java37 protected int mSeq; field in InputEvent
46 mSeq = mNextSeq.getAndIncrement(); in InputEvent()
148 mSeq = mNextSeq.getAndIncrement(); in prepareForReuse()
211 return mSeq; in getSequenceNumber()
DSurfaceView.java491 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout, in updateWindow()
510 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, in updateWindow()
DViewRootImpl.java153 int mSeq; field in ViewRootImpl
498 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes, in setView()
4994 if (mSeq != args.seq) { in handleDispatchSystemUiVisibilityChanged()
4998 mSeq = args.seq; in handleDispatchSystemUiVisibilityChanged()
5080 mWindow, mSeq, params, in relayoutWindow()
/frameworks/native/libs/binder/
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/binder/
DBufferedTextOutput.h57 const int32_t mSeq; variable
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java97 int mSeq; field in WindowState
335 mSeq = seq; in WindowState()
1353 pw.print(prefix); pw.print("mSeq="); pw.print(mSeq); in dump()
DWindowManagerService.java2791 if (attrs != null && seq == win.mSeq) { in relayoutWindow()
10130 ws.mSeq++; in updateStatusBarVisibilityLocked()
10134 ws.mClient.dispatchSystemUiVisibilityChanged(ws.mSeq, in updateStatusBarVisibilityLocked()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java615 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, in updateSurface()
630 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, in updateSurface()