Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DPointerIconTest.java210 void assertPointerIconForCalendarView(int pointerType, boolean isMouse) { in assertPointerIconForCalendarView() argument
227 if (pointerType != Integer.MIN_VALUE) { in assertPointerIconForCalendarView()
228 assertThat(icon.getType()).isEqualTo(pointerType); in assertPointerIconForCalendarView()
244 public void assertOnResolvePointerIconForMouseEvent(int resId, int pointerType) { in assertOnResolvePointerIconForMouseEvent() argument
249 if (pointerType != Integer.MIN_VALUE) { in assertOnResolvePointerIconForMouseEvent()
250 assertThat(icon.getType()).isEqualTo(pointerType); in assertOnResolvePointerIconForMouseEvent()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go181 return &pointerType{pointee_type}
831 type pointerType struct { struct
835 func (*pointerType) Align(arch Arch) uint { argument
854 func (*pointerType) Bits(arch Arch) uint { argument
873 func (typе *pointerType) DeclareVar(var_name string, arch Arch) string { argument
882 func (typе *pointerType) BaseName(arch Arch) string { argument
886 func (typе *pointerType) Name(arch Arch) string { argument
895 func (*pointerType) Kind(Arch) Kind { argument
899 func (typе *pointerType) Elem(Arch) Type { argument
903 func (typе *pointerType) Field(i uint, arch Arch) FieldInfo { argument
[all …]
/frameworks/base/core/java/android/view/
DView.java6401 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);
6402 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {
6403 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));