MCPcopy Create free account

hub / github.com/golang/mobile / types & classes

Types & classes327 in github.com/golang/mobile

↓ 21 callersTypeAliasPoolRef
PoolRef is the i'th string in a pool.
internal/binres/pool.go:18
↓ 16 callersTypeAliasPt
Pt is a length. The unit Pt is a typographical point, 1/72 of an inch (0.3527 mm). It can be converted to a length in current device pixels by multi
geom/geom.go:79
↓ 8 callersTypeAliasEnum
Enum is equivalent to GLenum, and is normally used with one of the constants defined in this package.
gl/types_prod.go:13
↓ 7 callersTypeAliasTime
A Time represents an instant in sprite time. The application using the sprite engine is responsible for determining sprite time. Typically time 0 is
exp/sprite/clock/clock.go:26
↓ 4 callersTypeAliasDataType
internal/binres/table.go:790
↓ 4 callersTypeAliasTableRef
TableRef uniquely identifies entries within a resource table.
internal/binres/table.go:20
↓ 4 callersTypeAliasType
Type represents a sensor type.
exp/sensor/sensor.go:15
↓ 3 callersTypeAliasResType
internal/binres/binres.go:64
↓ 2 callersTypeAliasRadian
exp/f32/f32.go:34
↓ 2 callersTypeAliasSequence
Sequence identifies a sequence of touch events.
event/touch/touch.go:35
↓ 2 callersTypeAliasbyAttrName
internal/binres/binres_test.go:276
↓ 1 callersTypeAliasCapability
Capability represents OpenAL extension capabilities.
exp/audio/al/al.go:28
↓ 1 callersTypeAliasDirection
Direction is the direction of the key event.
event/key/key.go:65
↓ 1 callersTypeAliasType
Type describes the type of a touch event.
event/touch/touch.go:38
↓ 1 callersFuncTypearrangerFunc
func(e sprite.Engine, n *sprite.Node, t clock.Time)
example/flappy/game.go:163
↓ 1 callersTypeAliasbyName
byName sorts attributes that have matching types based on string pool position of name.
internal/binres/binres.go:932
↓ 1 callersTypeAliasbyNamespace
byNamespace sorts attributes based on string pool position of namespace. Given that "android" always proceeds "" in the pool, this results in the corr
internal/binres/binres.go:914
↓ 1 callersTypeAliasbyType
byType sorts attributes by the uint8 value of the type.
internal/binres/binres.go:923
ClassAboutIvy
example/ivy/android/app/src/main/java/org/golang/ivy/AboutIvy.java:24
TypeAliasAffine
An Affine is a 3x3 matrix of float32 values for which the bottom row is implicitly always equal to [0 0 1]. Elements are indexed first by row then col
exp/f32/affine.go:12
ClassAnI
bind/java/SeqBench.java:20
ClassAnI
bind/java/SeqTest.java:219
StructAnI
bind/testdata/benchmark/benchmark.go:42
ClassAnI_Traced
bind/java/SeqTest.java:320
StructAnSer
bind/testdata/testpkg/testpkg.go:457
InterfaceApp
App is how a GUI mobile application interacts with the OS.
app/app.go:25
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
example/ivy/android/app/src/androidTest/java/org/golang/ivy/ApplicationTest.java:9
InterfaceArranger
exp/sprite/sprite.go:36
StructAttrib
Types are defined a structs so that in debug mode they can carry extra information, such as a string name. See typesdebug.go. Attrib identifies the lo
gl/types_prod.go:19
StructAttrib
gl/types_debug.go:16
StructAttribute
internal/binres/node.go:191
InterfaceB
bind/testdata/testpkg/testpkg.go:292
ClassBenchmarks
bind/java/SeqBench.java:25
InterfaceBenchmarks
bind/testdata/benchmark/benchmark.go:13
StructBuffer
Buffer identifies a GL buffer object.
gl/types_prod.go:37
StructBuffer
gl/types_debug.go:30
TypeAliasBuffer
A buffer represents a chunk of PCM audio data that could be buffered to an audio source. A single buffer could be shared between multiple sources.
exp/audio/al/al.go:410
TypeAliasButton
Button is a mouse button.
event/mouse/mouse.go:41
StructCharData
CharData represents a CDATA node and includes ref to node's text value.
internal/binres/node.go:219
StructClass
Class is the bind representation of a Java class or interface. Use Import to convert class references to Class.
internal/importers/java/java.go:30
StructClassGen
ClassGen generates Go and C stubs for Java classes so import statements on the form import "Java/classpath/to/Class" will work.
bind/genclasses.go:26
ClassClassesTest
bind/java/ClassesTest.java:23
TypeAliasCode
Code is the identity of a key relative to a notional "standard" keyboard.
event/key/key.go:84
StructComm
Comm is a simple text-based communication protocol. Assumes all sides are friendly and cooperative and that the communication is over at the first si
app/internal/apptest/apptest.go:27
StructCommonSig
CommonSig is a signature compatible with every overloaded variant of a FuncSet.
internal/importers/java/java.go:70
StructConcrete
bind/testdata/testpkg/testpkg.go:214
InterfaceConcreteDupper
bind/testdata/testpkg/testpkg.go:509
InterfaceContext
Context is an OpenGL ES context. A Context has a method for every GL function supported by ES 2 or later. In a program compiled with ES 3 support, a
gl/interface.go:22
InterfaceContext3
Context3 is an OpenGL ES 3 context. When the gl package is compiled with GL ES 3 support, the produced Context object also implements the Context3 in
gl/interface.go:846
ClassCountI
bind/java/SeqTest.java:360
TypeAliasCross
Cross is whether a lifecycle stage was crossed.
event/lifecycle/lifecycle.go:27
ClassCustomPkgTest
bind/java/CustomPkgTest.java:11
TypeAliasD
bind/testdata/objc.go:13
StructData
internal/binres/table.go:811
TypeAliasDirection
Direction is the direction of the mouse event.
event/mouse/mouse.go:64
StructElement
internal/binres/node.go:74
StructElementEnd
ElementEnd marks the end of an element node, either Element or CharData.
internal/binres/node.go:161
InterfaceEmptyErrorer
bind/testdata/testpkg/testpkg.go:526
InterfaceEngine
exp/sprite/sprite.go:52
StructEntry
Entry is a resource key typically followed by a value or resource map.
internal/binres/table.go:696
TypeAliasEnum
gl/types_debug.go:14
InterfaceError
bind/testdata/interfaces.go:36
TypeAliasErrorList
bind/gen.go:21
StructEvent
Event represents a sensor event.
exp/sensor/sensor.go:39
StructEvent
Event indicates that the app is ready to paint the next frame of the GUI. A frame is completed by calling the App's Publish method.
event/paint/paint.go:13
StructEvent
Event is a lifecycle change from an old stage to a new stage.
event/lifecycle/lifecycle.go:46
StructEvent
Event is a touch event.
event/touch/touch.go:20
StructEvent
Event holds the dimensions, physical resolution and orientation of the app's window.
event/size/size.go:19
StructEvent
Event is a key event.
event/key/key.go:20
StructEvent
Event is a mouse event.
event/mouse/mouse.go:17
FuncTypeF
func()
bind/testdata/ignore.go:32
TypeAliasF
bind/testdata/java.go:12
StructFPS
FPS draws a count of the frames rendered per second.
exp/app/debug/fps.go:22
InterfaceFile
File is an open asset.
asset/asset.go:21
StructFramebuffer
Framebuffer identifies a GL framebuffer.
gl/types_prod.go:42
StructFramebuffer
gl/types_debug.go:34
StructFunc
Func is a ObjC method, static functions as well as instance methods.
internal/importers/objc/objc.go:64
StructFunc
Func is a Java static function or method or constructor.
internal/importers/java/java.go:83
StructFuncSet
FuncSet is the set of overloaded variants of a function. If the function is not overloaded, its FuncSet contains one entry.
internal/importers/java/java.go:61
StructFuncSig
FuncSig uniquely identifies a Java Func.
internal/importers/java/java.go:100
StructFuture
bind/testdata/classes.go:35
StructGame
example/flappy/game.go:47
StructGenerator
Generator contains the common Go package information needed for the specific Go, Java, ObjC generators. After setting Printer, Fset, AllPkg, Pkg, the
bind/gen.go:80
StructGeneratorConfig
bind/bind.go:26
StructGoArrayList
java.util.ArrayList is a class with multiple constructors
bind/testdata/testpkg/javapkg/classes.go:127
InterfaceGoCallback
bind/testdata/testpkg/testpkg.go:242
StructGoFuture
bind/testdata/testpkg/javapkg/classes.go:60
StructGoInputStream
bind/testdata/testpkg/javapkg/classes.go:48
StructGoNSDate
bind/testdata/objcw.go:14
StructGoNSDate
bind/testdata/testpkg/objcpkg/classes.go:18
StructGoNSObject
bind/testdata/objcw.go:23
StructGoNSObject
bind/testdata/testpkg/objcpkg/classes.go:42
ClassGoNativeActivity
app/GoNativeActivity.java:12
InterfaceGoObject
bind/java/Seq.java:112
StructGoObject
bind/testdata/testpkg/javapkg/classes.go:85
StructGoPCE
java.beans.PropertyChangeEvent is a class a with no default constructors.
bind/testdata/testpkg/javapkg/classes.go:118
StructGoRand
bind/testdata/testpkg/javapkg/classes.go:168
ClassGoRef
bind/java/Seq.java:285
ClassGoRefQueue
bind/java/Seq.java:252
StructGoRunnable
bind/testdata/testpkg/javapkg/classes.go:29
next →1–100 of 327, ranked by callers