OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabListener
(Results
1 - 25
of
55
) sorted by null
1
2
3
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java
44
.setTabListener(new
TabListener
<FragmentMenuFragment>(
48
.setTabListener(new
TabListener
<FragmentArgumentsFragment>(
52
.setTabListener(new
TabListener
<FragmentStackFragment>(
56
.setTabListener(new
TabListener
<FragmentTabsFragment>(
70
public static class
TabListener
<T extends Fragment> implements ActionBar.
TabListener
{
77
public
TabListener
(Activity activity, String tag, Class<T> clz) {
81
public
TabListener
(Activity activity, String tag, Class<T> clz, Bundle args) {
FragmentTabs.java
44
.setTabListener(new
TabListener
<FragmentStack.CountingFragment>(
48
.setTabListener(new
TabListener
<LoaderCursor.CursorLoaderListFragment>(
52
.setTabListener(new
TabListener
<LoaderCustom.AppListFragment>(
56
.setTabListener(new
TabListener
<LoaderThrottle.ThrottledLoaderListFragment>(
70
public static class
TabListener
<T extends Fragment> implements ActionBar.
TabListener
{
77
public
TabListener
(Activity activity, String tag, Class<T> clz) {
81
public
TabListener
(Activity activity, String tag, Class<T> clz, Bundle args) {
ActionBarTabs.java
50
.setTabListener(new
TabListener
(new TabContentFragment(text))));
77
* A
TabListener
receives event callbacks from the action bar as tabs
89
private class
TabListener
implements ActionBar.
TabListener
{
92
public
TabListener
(TabContentFragment fragment) {
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
CompatActionBarNavHandler.java
21
import android.app.ActionBar.
TabListener
;
28
* An instance of this class must be installed as a
TabListener
or OnNavigationListener on an
35
public class CompatActionBarNavHandler implements
TabListener
, OnNavigationListener {
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
ShortcutLauncherMain.java
20
import android.app.ActionBar.
TabListener
;
57
private
TabListener
mTabListener = new
TabListener
() {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java
49
.setTabListener(new
TabListener
(new TabContentFragment(text))));
74
* A
TabListener
receives event callbacks from the action bar as tabs
86
private class
TabListener
implements ActionBar.
TabListener
{
89
public
TabListener
(TabContentFragment fragment) {
/cts/tests/app/src/android/app/cts/
ActionBarTest.java
20
import android.app.ActionBar.
TabListener
;
88
static class TestTabListener implements
TabListener
{
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java
38
public class MainActivity extends ActionBarActivity implements ActionBar.
TabListener
{
63
// Implemented from ActionBar.
TabListener
69
// Implemented from ActionBar.
TabListener
75
// Implemented from ActionBar.
TabListener
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
56
*
TabListener
that replaces a Fragment when a tab is clicked.
58
private static class FragmentTabListener implements ActionBar.
TabListener
{
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
56
*
TabListener
that replaces a Fragment when a tab is clicked.
58
private static class FragmentTabListener implements ActionBar.
TabListener
{
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java
38
public class MainActivity extends ActionBarActivity implements ActionBar.
TabListener
{
63
// Implemented from ActionBar.
TabListener
69
// Implemented from ActionBar.
TabListener
75
// Implemented from ActionBar.
TabListener
/development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java
38
public class MainActivity extends ActionBarActivity implements ActionBar.
TabListener
{
63
// Implemented from ActionBar.
TabListener
69
// Implemented from ActionBar.
TabListener
75
// Implemented from ActionBar.
TabListener
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java
56
*
TabListener
that replaces a Fragment when a tab is clicked.
58
private static class FragmentTabListener implements ActionBar.
TabListener
{
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java
29
public class CompatTabHoneycomb extends CompatTab implements ActionBar.
TabListener
{
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java
[
all
...]
/developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
18
public class MainActivity extends FragmentActivity implements ActionBar.
TabListener
{
86
// specify this Activity object, which implements the
TabListener
interface, as the
113
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
120
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
/developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
18
public class MainActivity extends FragmentActivity implements ActionBar.
TabListener
{
86
// specify this Activity object, which implements the
TabListener
interface, as the
113
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
120
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java
18
public class MainActivity extends FragmentActivity implements ActionBar.
TabListener
{
86
// specify this Activity object, which implements the
TabListener
interface, as the
113
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
120
* Unused. Required for {@link android.app.ActionBar.
TabListener
}.
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java
33
public class MainActivity extends FragmentActivity implements ActionBar.
TabListener
{
84
// Also specify this Activity object, which implements the
TabListener
interface, as the
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java
84
implements ActionBar.
TabListener
, ViewPager.OnPageChangeListener {
FragmentNestingPagerSupport.java
82
implements ActionBar.
TabListener
, ViewPager.OnPageChangeListener {
FragmentNestingStatePagerSupport.java
82
implements ActionBar.
TabListener
, ViewPager.OnPageChangeListener {
/packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java
94
ActionBar.
TabListener
, ViewPager.OnPageChangeListener {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBarWrapper.java
36
import android.app.ActionBar.
TabListener
;
349
Tab tab = mActionBar.newTab().setText("Tab" + i).setTabListener(new
TabListener
() {
/frameworks/base/core/java/android/app/
ActionBar.java
[
all
...]
Completed in 869 milliseconds
1
2
3