OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPageDescription
(Results
1 - 7
of
7
) sorted by null
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
OnboardingDemoFragment.java
73
protected CharSequence
getPageDescription
(int i) {
OnboardingDemoSupportFragment.java
75
protected CharSequence
getPageDescription
(int i) {
/packages/apps/TV/src/com/android/tv/onboarding/
WelcomeFragment.java
727
protected String
getPageDescription
(int pageIndex) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java
78
* <li>{@link #
getPageDescription
} to provide the description of the page.</li>
449
mDescriptionView.setText(
getPageDescription
(mCurrentPageIndex));
511
abstract protected CharSequence
getPageDescription
(int pageIndex);
609
mDescriptionView.setText(
getPageDescription
(currentPageIndex));
OnboardingSupportFragment.java
80
* <li>{@link #
getPageDescription
} to provide the description of the page.</li>
451
mDescriptionView.setText(
getPageDescription
(mCurrentPageIndex));
513
abstract protected CharSequence
getPageDescription
(int pageIndex);
611
mDescriptionView.setText(
getPageDescription
(currentPageIndex));
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 3859 milliseconds