OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCurrentPrimaryItem
(Results
1 - 25
of
46
) sorted by null
1
2
/frameworks/support/fragment/java/android/support/v4/app/
FragmentPagerAdapter.java
67
private Fragment
mCurrentPrimaryItem
= null;
106
if (fragment !=
mCurrentPrimaryItem
) {
127
if (fragment !=
mCurrentPrimaryItem
) {
128
if (
mCurrentPrimaryItem
!= null) {
129
mCurrentPrimaryItem
.setMenuVisibility(false);
130
mCurrentPrimaryItem
.setUserVisibleHint(false);
136
mCurrentPrimaryItem
= fragment;
FragmentStatePagerAdapter.java
73
private Fragment
mCurrentPrimaryItem
= null;
150
if (fragment !=
mCurrentPrimaryItem
) {
151
if (
mCurrentPrimaryItem
!= null) {
152
mCurrentPrimaryItem
.setMenuVisibility(false);
153
mCurrentPrimaryItem
.setUserVisibleHint(false);
159
mCurrentPrimaryItem
= fragment;
/frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java
71
private Fragment
mCurrentPrimaryItem
= null;
110
if (fragment !=
mCurrentPrimaryItem
) {
131
if (fragment !=
mCurrentPrimaryItem
) {
132
if (
mCurrentPrimaryItem
!= null) {
133
FragmentCompat.setMenuVisibility(
mCurrentPrimaryItem
, false);
134
FragmentCompat.setUserVisibleHint(
mCurrentPrimaryItem
, false);
140
mCurrentPrimaryItem
= fragment;
FragmentStatePagerAdapter.java
77
private Fragment
mCurrentPrimaryItem
= null;
154
if (fragment !=
mCurrentPrimaryItem
) {
155
if (
mCurrentPrimaryItem
!= null) {
156
FragmentCompat.setMenuVisibility(
mCurrentPrimaryItem
, false);
157
FragmentCompat.setUserVisibleHint(
mCurrentPrimaryItem
, false);
163
mCurrentPrimaryItem
= fragment;
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java
53
private Fragment
mCurrentPrimaryItem
= null;
96
if (fragment !=
mCurrentPrimaryItem
) {
127
if (fragment !=
mCurrentPrimaryItem
) {
128
if (
mCurrentPrimaryItem
!= null) {
129
mCurrentPrimaryItem
.setMenuVisibility(false);
134
mCurrentPrimaryItem
= fragment;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerPagerAdapter.java
49
private Fragment
mCurrentPrimaryItem
;
95
if (fragment !=
mCurrentPrimaryItem
) {
119
if (fragment !=
mCurrentPrimaryItem
) {
120
if (
mCurrentPrimaryItem
!= null) {
121
setItemVisible(
mCurrentPrimaryItem
, false);
124
mCurrentPrimaryItem
= fragment;
126
if (
mCurrentPrimaryItem
!= null) {
127
setItemVisible(
mCurrentPrimaryItem
, true);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java
54
private Fragment
mCurrentPrimaryItem
= null;
99
if (fragment !=
mCurrentPrimaryItem
) {
131
if (fragment !=
mCurrentPrimaryItem
) {
132
if (
mCurrentPrimaryItem
!= null) {
133
setItemVisible(
mCurrentPrimaryItem
, false);
138
mCurrentPrimaryItem
= fragment;
/prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/
support-v13-19.0.1.jar
/prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/
support-v13-19.1.0.jar
/packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java
710
private Fragment
mCurrentPrimaryItem
;
784
f.setUserVisibleHint(f ==
mCurrentPrimaryItem
);
813
if (
mCurrentPrimaryItem
!= fragment) {
814
if (
mCurrentPrimaryItem
!= null)
[
all
...]
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar
/sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar
Completed in 258 milliseconds
1
2