Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance
210 void assertPointerIconForCalendarView(int pointerType, boolean isMouse) { in assertPointerIconForCalendarView() argument227 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() argument249 if (pointerType != Integer.MIN_VALUE) { in assertOnResolvePointerIconForMouseEvent()250 assertThat(icon.getType()).isEqualTo(pointerType); in assertOnResolvePointerIconForMouseEvent()
181 return &pointerType{pointee_type}831 type pointerType struct { struct835 func (*pointerType) Align(arch Arch) uint { argument854 func (*pointerType) Bits(arch Arch) uint { argument873 func (typе *pointerType) DeclareVar(var_name string, arch Arch) string { argument882 func (typе *pointerType) BaseName(arch Arch) string { argument886 func (typе *pointerType) Name(arch Arch) string { argument895 func (*pointerType) Kind(Arch) Kind { argument899 func (typе *pointerType) Elem(Arch) Type { argument903 func (typе *pointerType) Field(i uint, arch Arch) FieldInfo { argument[all …]
6401 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);6402 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {6403 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));