Searched defs:activity (Results 1 - 14 of 14) sorted by relevance

/external/quake/src/com/android/quake/
H A DPreconditionActivityHelper.java10 * activity, WaitActivity.class);
15 * // And in the wait activity:
22 * Create a precondition activity intent.
23 * @param activity the original activity
24 * @param preconditionActivityClazz the precondition activity's class
25 * @return an intent which will launch the precondition activity.
27 public static Intent createPreconditionIntent(Activity activity, argument
30 newIntent.setClass(activity, preconditionActivityClazz);
31 newIntent.putExtra(EXTRA_WRAPPED_INTENT, activity
41 startPreconditionActivityAndFinish(Activity activity, Intent intent) argument
[all...]
H A DDownloaderActivity.java71 * starts an activity to download the data and returns false. If this
73 * onCreate method. The calling activity will later be restarted
75 * @param activity The calling activity.
85 public static boolean ensureDownloaded(Activity activity, argument
98 activity, DownloaderActivity.class);
105 activity, intent);
246 // Happens when the Back button is used to exit the activity.
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java39 private final CaptureActivity activity; field in class:DecodeThread
44 DecodeThread(CaptureActivity activity, argument
48 this.activity = activity;
74 handler = new DecodeHandler(activity, hints);
H A DCaptureActivityHandler.java40 private final CaptureActivity activity; field in class:CaptureActivityHandler
51 CaptureActivityHandler(CaptureActivity activity, argument
54 this.activity = activity;
55 decodeThread = new DecodeThread(activity, characterSet,
56 new ViewfinderResultPointCallback(activity.getViewfinderView()));
84 activity.handleDecode((Result) message.obj, barcode);
91 activity.setResult(Activity.RESULT_OK, (Intent) message.obj);
92 activity.finish();
98 activity
[all...]
H A DDecodeHandler.java38 private final CaptureActivity activity; field in class:DecodeHandler
42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) { argument
45 this.activity = activity;
72 PlanarYUVLuminanceSource source = activity.getCameraManager().buildLuminanceSource(data, width, height);
84 Handler handler = activity.getHandler();
H A DInactivityTimer.java33 * Finishes an activity after a period of inactivity if the device is on battery power.
41 private final Activity activity; field in class:InactivityTimer
45 InactivityTimer(Activity activity) { argument
46 this.activity = activity;
54 inactivityFuture = inactivityTimer.schedule(new FinishListener(activity),
66 activity.unregisterReceiver(powerStatusReceiver);
70 activity.registerReceiver(powerStatusReceiver, new IntentFilter(Intent.ACTION_BATTERY_CHANGED));
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DJmeAndroidSystem.java25 private static Activity activity; field in class:JmeAndroidSystem
52 return new AndroidAudioRenderer(activity);
109 storageFolder = activity.getApplicationContext().getExternalFilesDir(null);
127 public static void setActivity(Activity activity) { argument
128 JmeAndroidSystem.activity = activity;
132 return activity;
H A DOGLESContext.java111 * @param activity The Android activity which is parent for the
115 public GLSurfaceView createView(Activity activity) { argument
116 return createView(new AndroidInput(activity));
/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.cc165 void AudioBuffer::set_activity(AudioFrame::VADActivity activity) { argument
166 activity_ = activity;
169 AudioFrame::VADActivity AudioBuffer::activity() const { function in class:webrtc::AudioBuffer
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c54 short activity; member in struct:__anon15112
247 aecpc->activity = 0;
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc876 // Test that AudioFrame activity is maintained when VAD is disabled.
878 AudioFrame::VADActivity activity[] = { local
883 for (size_t i = 0; i < sizeof(activity)/sizeof(*activity); i++) {
884 frame_->_vadActivity = activity[i];
886 EXPECT_EQ(activity[i], frame_->_vadActivity);
889 // Test that AudioFrame activity is set when VAD is enabled.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 306 milliseconds