OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionObject
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_PhysicsSpace.cpp
233
btActionInterface*
actionObject
= reinterpret_cast<btActionInterface*>(objectId);
239
if (
actionObject
== NULL) {
244
space->getDynamicsWorld()->addAction(
actionObject
);
255
btActionInterface*
actionObject
= reinterpret_cast<btActionInterface*>(objectId);
261
if (
actionObject
== NULL) {
266
space->getDynamicsWorld()->removeAction(
actionObject
);
277
btActionInterface*
actionObject
= reinterpret_cast<btActionInterface*>(objectId);
283
if (
actionObject
== NULL) {
288
space->getDynamicsWorld()->addVehicle(
actionObject
);
299
btActionInterface*
actionObject
= reinterpret_cast<btActionInterface*>(objectId)
[
all
...]
/frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java
279
Object
actionObject
= getActionObjectsLocked(notif)[actionIndex];
290
sActionIconField.getInt(
actionObject
),
291
(CharSequence) sActionTitleField.get(
actionObject
),
292
(PendingIntent) sActionIntentField.get(
actionObject
),
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 1181 milliseconds