Home
last modified time | relevance | path

Searched refs:Pointer (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md1 # Pointer Capture in InputFlinger
5Pointer Capture](https://developer.android.com/training/gestures/movement#pointer-capture) is a fe…
7 - The position of the mouse cursor is fixed to its location before Pointer Capture was enabled.
14 …InputWindow`s can only gain Pointer Capture if they have window focus. If a window with Pointer Ca…
16 ## Pointer Capture pipeline in InputFlinger
18 …le for controlling the state of Pointer Capture. Since the feature requires changes to how events …
20 We use a sequence number to synchronize different requests to enable Pointer Capture between InputR…
22 ### Enabling Pointer Capture
24 There are four key steps that take place when Pointer Capture is enabled:
26 1. Requests to enable Pointer Capture are forwarded from `InputManagerService` to `InputDispatcher`.
[all …]
/frameworks/base/libs/protoutil/include/android/util/
DEncodedBuffer.h49 class Pointer {
51 Pointer();
52 explicit Pointer(size_t chunkSize);
58 Pointer* move(size_t amt);
59 inline Pointer* move() { return move(1); }; in move()
60 Pointer* rewind();
62 Pointer copy() const;
85 Pointer* wp();
148 Pointer* ep();
206 Pointer mRp;
[all …]
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp30 EncodedBuffer::Pointer::Pointer() : Pointer(BUFFER_SIZE) in Pointer() function in android::util::EncodedBuffer::Pointer
34 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() function in android::util::EncodedBuffer::Pointer
42 EncodedBuffer::Pointer::pos() const in pos()
48 EncodedBuffer::Pointer::index() const in index()
54 EncodedBuffer::Pointer::offset() const in offset()
59 EncodedBuffer::Pointer*
60 EncodedBuffer::Pointer::move(size_t amt) in move()
68 EncodedBuffer::Pointer*
69 EncodedBuffer::Pointer::rewind() in rewind()
76 EncodedBuffer::Pointer
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserializable.h33 template <typename Type, typename Class, Type Class::*Pointer>
34 struct MemberPointer<Type Class::*, Pointer> {
40 static Type& Resolve(Class& instance) { return (instance.*Pointer); }
42 return (instance.*Pointer);
/frameworks/native/libs/input/tests/
DStructLayout_test.cpp120 static_assert(sizeof(InputMessage::Body::Motion::Pointer) == 136); in TestBodySize()
123 sizeof(InputMessage::Body::Motion::Pointer) * MAX_POINTERS); in TestBodySize()
139 sizeof(InputMessage::Body::Motion::Pointer) * MAX_POINTERS); in TestBodySize()
161 sizeof(InputMessage::Body::Motion::Pointer) * pointerCount; in CalculateSinglePointerInputMessageSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto42 message Pointer { message
55 repeated Pointer pointers = 4;
/frameworks/native/services/inputflinger/reader/mapper/
DSingleTouchInputMapper.cpp49 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[0]; in syncTouch()
DTouchInputMapper.h55 struct Pointer { struct
73 Pointer pointers[MAX_POINTERS];
96 inline const Pointer& pointerForId(uint32_t id) const { return pointers[idToIndex[id]]; } in pointerForId()
DTouchInputMapper.cpp127 const Pointer& pointer = pointerForId(id); in getCentroidOfTouchingPointers()
289 const RawPointerData::Pointer& pointer = mLastRawState.rawPointerData.pointers[i]; in dump()
1624 const RawPointerData::Pointer& pointer = in cookAndDispatch()
1638 const RawPointerData::Pointer& pointer = in cookAndDispatch()
1833 const RawPointerData::Pointer& pointer = in consumeRawTouches()
1862 const RawPointerData::Pointer& pointer = mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()
2141 const RawPointerData::Pointer& in = mCurrentRawState.rawPointerData.pointers[i]; in cookPointerData()
2713 const RawPointerData::Pointer& pointer = in preparePointerGestures()
2852 const RawPointerData::Pointer& currentPointer = in preparePointerGestures()
2854 const RawPointerData::Pointer& lastPointer = in preparePointerGestures()
[all …]
DMultiTouchInputMapper.cpp291 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[outCount]; in syncTouch()
/frameworks/native/include/input/
DInputTransport.h154 struct Pointer { struct
166 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS in size()
167 + sizeof(Pointer) * pointerCount; in size()
/frameworks/rs/script_api/include/
Drs_time.rsh80 * local: Pointer to time structure where the local time will be stored.
83 * Returns: Pointer to the output local time, i.e. the same value as the parameter local.
/frameworks/compile/slang/
Dslang_rs_export_type.cpp351 case clang::Type::Pointer: { in TypeExportableHelper()
363 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
456 if (T->getTypeClass() != clang::Type::Pointer) { in ValidateRSObjectInVarDecl()
596 case clang::Type::Pointer: { in ValidateTypeHelper()
795 case clang::Type::Pointer: { in GetTypeName()
891 case clang::Type::Pointer: { in Create()
1258 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
Dslang_rs_export_element.cpp90 case clang::Type::Pointer: { in Create()
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLImplHeader.java-impl81 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
/frameworks/base/libs/protoutil/tests/
DEncodedBuffer_test.cpp25 static void expectPointer(EncodedBuffer::Pointer* p, size_t pos) { in expectPointer()
/frameworks/base/core/java/android/view/
DPointerIcon.java246 com.android.internal.R.style.LargePointer : com.android.internal.R.style.Pointer; in getSystemIcon()
248 com.android.internal.R.styleable.Pointer, in getSystemIcon()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp299 BASIC_TYPE(Pointer,ptrValue,void *) in BASIC_TYPE()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44396 Landroid/R$styleable;->Pointer:[I
79871 Lcom/android/internal/R$style;->Pointer:I
81721 Lcom/android/internal/R$styleable;->Pointer:[I