OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:app
(Results
176 - 200
of
1575
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyWithText.java
17
package com.example.android.apis.
app
;
21
import android.
app
.Activity;
NotifyingController.java
17
package com.example.android.apis.
app
;
19
// Need the following import to get access to the
app
resources, since this
23
import android.
app
.Activity;
RedirectEnter.java
17
package com.example.android.apis.
app
;
19
// Need the following import to get access to the
app
resources, since this
23
import android.
app
.Activity;
ReorderFour.java
17
package com.example.android.apis.
app
;
21
import android.
app
.Activity;
ReorderOnLaunch.java
17
package com.example.android.apis.
app
;
21
import android.
app
.Activity;
ReorderThree.java
17
package com.example.android.apis.
app
;
21
import android.
app
.Activity;
ReorderTwo.java
17
package com.example.android.apis.
app
;
21
import android.
app
.Activity;
SaveRestoreState.java
17
package com.example.android.apis.
app
;
19
// Need the following import to get access to the
app
resources, since this
23
import android.
app
.Activity;
36
* {@link android.
app
.Activity#onSaveInstanceState onSaveInstanceState()} method is called before
40
* {@link android.
app
.Activity#onCreate}.</p>
49
*
App
/Activity/Save & Restore State
53
<td class="LinkColumn">src/com.example.android.apis/
app
/SaveRestoreState.java</td>
66
* {@link android.
app
.Activity#setContentView setContentView()} to set up
SearchSuggestionSampleProvider.java
17
package com.example.android.apis.
app
;
SendResult.java
17
package com.example.android.apis.
app
;
19
// Need the following import to get access to the
app
resources, since this
23
import android.
app
.Activity;
38
* call {@link android.
app
.Activity#setContentView setContentView()} to
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
ContentCategoryActivity.java
17
package com.example.android.appnavigation.
app
;
21
import android.
app
.Activity;
InterstitialMessageActivity.java
17
package com.example.android.appnavigation.
app
;
21
import android.
app
.Activity;
22
import android.
app
.TaskStackBuilder;
OutsideTaskActivity.java
16
package com.example.android.appnavigation.
app
;
20
import android.
app
.Activity;
ViewFromOtherTaskActivity.java
17
package com.example.android.appnavigation.
app
;
21
import android.
app
.Activity;
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentNestingTabsSupport.java
16
package com.example.android.supportv4.
app
;
22
import android.support.v4.
app
.FragmentActivity;
23
import android.support.v4.
app
.FragmentTabHost;
FragmentTabs.java
16
package com.example.android.supportv4.
app
;
22
import android.support.v4.
app
.FragmentActivity;
23
import android.support.v4.
app
.FragmentTabHost;
SendResult.java
17
package com.example.android.supportv4.
app
;
19
// Need the following import to get access to the
app
resources, since this
23
import android.
app
.Activity;
38
* call {@link android.
app
.Activity#setContentView setContentView()} to
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarActionMode.java
17
package com.example.android.supportv7.
app
;
24
import android.support.v7.
app
.AppCompatActivity;
ActionBarPreferences.java
16
package com.example.android.supportv7.
app
;
AppCompatAnimatedVector.java
17
package com.example.android.supportv7.
app
;
24
import android.support.v7.
app
.AppCompatActivity;
AppCompatWidgetsSpinners.java
17
package com.example.android.supportv7.
app
;
23
import android.support.v7.
app
.AppCompatActivity;
RecentSuggestionsProvider.java
17
package com.example.android.supportv7.
app
;
ToolbarActionMode.java
17
package com.example.android.supportv7.
app
;
22
import android.support.v7.
app
.AppCompatActivity;
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
InterstitialMessageActivity.java
17
package com.example.android.support.appnavigation.
app
;
21
import android.
app
.Activity;
24
import android.support.v4.
app
.TaskStackBuilder;
OutsideTaskActivity.java
16
package com.example.android.support.appnavigation.
app
;
20
import android.
app
.Activity;
Completed in 308 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>