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
41
) sorted by null
1
2
/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) {
ActionBarDisplayOptions.java
34
implements View.OnClickListener, ActionBar.
TabListener
{
/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/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java
49
.setTabListener(new
TabListener
(new TabContentFragment(text))));
76
* A
TabListener
receives event callbacks from the action bar as tabs
88
private class
TabListener
implements ActionBar.
TabListener
{
91
public
TabListener
(TabContentFragment fragment) {
ActionBarDisplayOptions.java
34
implements View.OnClickListener, ActionBar.
TabListener
{
/cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java
20
import android.app.ActionBar.
TabListener
;
84
static class TestTabListener implements
TabListener
{
/developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/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/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java
29
public class CompatTabHoneycomb extends CompatTab implements ActionBar.
TabListener
{
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogActivity.java
23
import android.app.ActionBar.
TabListener
;
79
private final
TabListener
mTabListener = new
TabListener
() {
/frameworks/base/core/java/android/app/
ActionBar.java
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java
828
* Set the {@link
TabListener
} that will handle switching to and from this tab. All tabs
829
* must have a
TabListener
set before being added to the ActionBar.
834
public abstract Tab setTabListener(
TabListener
listener);
[
all
...]
ActionBarImplICS.java
376
class TabWrapper extends ActionBar.Tab implements android.app.ActionBar.
TabListener
{
380
private
TabListener
mTabListener;
454
public Tab setTabListener(
TabListener
listener) {
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java
32
public class Test4DetailFragment extends Fragment implements ActionBar.
TabListener
{
98
// the
TabListener
interface, as the listener for when this tab is
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
22
public class MainActivity extends FragmentActivity implements ActionBar.
TabListener
{
90
// specify this Activity object, which implements the
TabListener
interface, as the
117
* Unused. Required for {@link ActionBar.
TabListener
}.
124
* Unused. Required for {@link ActionBar.
TabListener
}.
/development/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 {
/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
/packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java
94
ActionBar.
TabListener
, ViewPager.OnPageChangeListener {
/development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java
52
implements OnQueryTextListener, ActionBar.
TabListener
{
ContentBrowserNavActivity.java
53
implements OnQueryTextListener, ActionBar.
TabListener
{
VideoPlayerActivity.java
53
implements OnQueryTextListener, ActionBar.
TabListener
{
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java
47
public class TitlesFragment extends ListFragment implements ActionBar.
TabListener
{
233
/* The following are callbacks implemented for the ActionBar.
TabListener
,
Completed in 1326 milliseconds
1
2