OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Activity
(Results
1201 - 1225
of
2284
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java
23
import android.app.
Activity
;
33
public class Animation3 extends
Activity
implements AdapterView.OnItemSelectedListener {
AutoComplete4.java
21
import android.app.
Activity
;
37
public class AutoComplete4 extends
Activity
{
GridLayout3.java
19
import android.app.
Activity
;
38
public class GridLayout3 extends
Activity
{
LinearLayout8.java
23
import android.app.
Activity
;
34
public class LinearLayout8 extends
Activity
{
SearchViewActionBar.java
21
import android.app.
Activity
;
42
public class SearchViewActionBar extends
Activity
implements SearchView.OnQueryTextListener {
SecureView.java
21
import android.app.
Activity
;
34
* This
activity
demonstrates two different ways in which views can be made more secure to
37
* The
activity
presents 3 buttons that obtensibly perform a risky security critical
40
* overlay the contents of the
activity
in such a way as to make the user believe the buttons
42
*
activity
potentially yielding an effect other than what the user intended.
44
* To simulate the spoofing risk, this
activity
pops up a specially crafted overlay as
69
public class SecureView extends
Activity
{
WindowFocusObserver.java
19
import android.app.
Activity
;
34
public class WindowFocusObserver extends
Activity
implements SearchView.OnQueryTextListener {
/development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java
19
import android.app.
Activity
;
34
public final class ContactManager extends
Activity
45
* Called when the
activity
is first created. Responsible for initializing the UI.
50
Log.v(TAG, "
Activity
State: onCreate()");
118
* Launches the ContactAdder
activity
to add a new contact to the selected accont.
/development/samples/Home/src/com/example/android/home/
Wallpaper.java
19
import android.app.
Activity
;
40
public class Wallpaper extends
Activity
implements
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java
24
import android.app.
Activity
;
32
public class JetBoy extends
Activity
implements View.OnClickListener {
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
19
import android.app.
Activity
;
29
* This is a simple LunarLander
activity
that houses a single LunarView. It
37
public class LunarLander extends
Activity
{
59
* Invoked during init to give the
Activity
a chance to set up its Menu.
117
* Invoked when the
Activity
is created.
148
* Invoked when the
Activity
loses user focus.
152
mLunarView.getThread().pause(); // pause game when
Activity
pauses
157
* Notification that something is about to happen, to give the
Activity
a
160
* @param outState a Bundle into which this
Activity
should save its state
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java
19
import android.app.
Activity
;
32
* Main
activity
: shows media player buttons. This
activity
shows the media player buttons and
36
public class MainActivity extends
Activity
implements OnClickListener {
51
* Called when the
activity
is first created. Here, we simply set the event listeners and
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java
19
import android.app.
Activity
;
37
public class WordActivity extends
Activity
{
/development/samples/Snake/src/com/example/android/snake/
Snake.java
19
import android.app.
Activity
;
36
public class Snake extends
Activity
{
51
* Called when
Activity
is first created. Turns off the title bar, sets up the content views,
107
// Pause the game along with the
activity
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java
20
import android.app.
Activity
;
48
public class AccessibilityManagerSupportActivity extends
Activity
{
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java
25
import android.app.
Activity
;
45
// First-time init; create fragment to embed in
activity
.
74
@Override public void onInflate(
Activity
activity
, AttributeSet attrs,
76
super.onInflate(
activity
, attrs, savedInstanceState);
78
TypedArray a =
activity
.obtainStyledAttributes(attrs,
SharingReceiverSupport.java
21
import android.app.
Activity
;
39
public class SharingReceiverSupport extends
Activity
{
SharingSupport.java
22
import android.app.
Activity
;
41
* an
activity
that has been configured to receive ACTION_SEND and ACTION_SEND_MULTIPLE
47
public class SharingSupport extends
Activity
{
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java
19
import android.app.
Activity
;
41
public class ContentLoadingProgressBarActivity extends
Activity
implements
/development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java
18
import android.app.
Activity
;
34
public class CheckVoiceData extends
Activity
{
93
* The intent that launches this
activity
can contain an intent extra
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java
19
import android.app.
Activity
;
35
* types and custom. When launched under a restricted profile, this
activity
displays app
46
public class MainActivity extends
Activity
{
122
* restriction
activity
should be used.
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
ContactablesLoaderCallbacks.java
18
import android.app.
Activity
;
81
TextView tv = (TextView) ((
Activity
)mContext).findViewById(R.id.sample_output);
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java
22
import android.app.
Activity
;
36
* This example shows how to create a custom
activity
animation when you want something more
38
* activities and to instead launch or return from the sub-
activity
immediately, but use
45
public class ActivityAnimations extends
Activity
{
101
* details
activity
.
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java
21
import android.app.
Activity
;
41
public class Bouncer extends
Activity
{
Bouncer1.java
21
import android.app.
Activity
;
35
public class Bouncer1 extends
Activity
{
Completed in 4545 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>