OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLastEntryCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java
89
int
mLastEntryCount
;
93
mLastEntryCount
= getFragmentManager().getBackStackEntryCount();
123
if (count >
mLastEntryCount
) {
128
} else if (count <
mLastEntryCount
) {
144
mLastEntryCount
= count;
[
all
...]
BrowseSupportFragment.java
91
int
mLastEntryCount
;
95
mLastEntryCount
= getFragmentManager().getBackStackEntryCount();
125
if (count >
mLastEntryCount
) {
130
} else if (count <
mLastEntryCount
) {
146
mLastEntryCount
= count;
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 39 milliseconds