/frameworks/base/core/java/com/android/internal/view/ |
InputConnectionWrapper.java | 36 public int mSeq; 70 callback.mSeq = sSequenceNumber++; 93 if (seq == mSeq) { 98 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq 106 if (seq == mSeq) { 111 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq 119 if (seq == mSeq) { 124 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq 132 if (seq == mSeq) { 137 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq [all...] |
BaseIWindow.java | 30 public int mSeq; 92 mSeq = seq;
|
/frameworks/base/core/java/android/view/ |
InputEvent.java | 37 protected int mSeq; 46 mSeq = mNextSeq.getAndIncrement(); 148 mSeq = mNextSeq.getAndIncrement(); 211 return mSeq;
|
SurfaceView.java | 491 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout, 510 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |
ViewRootImpl.java | 153 int mSeq; 498 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes, [all...] |
/frameworks/native/include/binder/ |
BufferedTextOutput.h | 57 const int32_t mSeq;
|
/system/core/include/sysutils/ |
NetlinkEvent.h | 24 int mSeq;
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 142 , mSeq(android_atomic_inc(&gSequence)) 145 mGlobalState = new BufferState(mSeq); 268 if (bs != NULL && bs->seq == mSeq) return bs;
|
/system/core/libsysutils/src/ |
NetlinkEvent.cpp | 315 mSeq = atoi(a);
|
/frameworks/base/services/java/com/android/server/wm/ |
WindowState.java | 97 int mSeq; 335 mSeq = seq; [all...] |
WindowManagerService.java | [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 615 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, 630 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |