OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisible
(Results
276 - 300
of
709
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Contacts/res/layout-sw580dp-land/
people_activity.xml
72
<!-- This
invisible
worker fragment loads the contact's details -->
/packages/apps/Contacts/res/layout-sw680dp/
people_activity.xml
75
<!-- This
invisible
worker fragment loads the contact's details -->
/packages/apps/Contacts/res/layout-sw680dp-land/
people_activity.xml
76
<!-- This
invisible
worker fragment loads the contact's details -->
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListPinnedHeaderView.java
138
* Sets section header or makes it
invisible
if the title is null.
ContactTileView.java
149
setVisibility(View.
INVISIBLE
);
ContactsUnavailableFragment.java
192
mSecondaryMessageView.setVisibility(View.
INVISIBLE
);
/packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java
79
* clears the contacts count in the pinned header and makes the view
invisible
.
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java
62
exchangeButton.setVisibility(View.
INVISIBLE
);
/packages/apps/Email/src/com/android/email/widget/
EmailWidget.java
322
views.setViewVisibility(R.id.widget_compose, View.
INVISIBLE
);
338
views.setViewVisibility(R.id.widget_compose, View.
INVISIBLE
);
458
views.setViewVisibility(R.id.color_chip, View.
INVISIBLE
);
469
views.setViewVisibility(R.id.color_chip, View.
INVISIBLE
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java
198
markView.setVisibility(View.
INVISIBLE
);
FilterShowActivity.java
402
filters.setVisibility(View.
INVISIBLE
);
794
findViewById(R.id.historyPanel).setVisibility(View.
INVISIBLE
);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java
112
mHighlightRectangle.setVisibility(GLView.
INVISIBLE
);
183
if (mHighlightRectangle.getVisibility() == GLView.
INVISIBLE
) return null;
274
setVisibility(GLView.
INVISIBLE
);
733
mFaceDetectionView.setVisibility(GLView.
INVISIBLE
);
UndoBarView.java
202
super.setVisibility(
INVISIBLE
);
/packages/apps/Launcher2/res/layout-land/
launcher.xml
94
android:visibility="
invisible
" />
/packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java
203
mCloseIcon.setVisibility(enabled ? View.VISIBLE : View.
INVISIBLE
);
/packages/apps/Phone/src/com/android/phone/
InCallScreenShowActivation.java
30
*
Invisible
activity that handles the com.android.phone.PERFORM_CDMA_PROVISIONING intent.
/packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java
142
// so set it
invisible
to avoid displaying the title text in the background.
/packages/providers/ContactsProvider/res/values/
strings.xml
44
<!-- The name of the
invisible
local contact directory -->
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java
178
iconView.setVisibility(View.
INVISIBLE
);
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h
47
* to a possibly-modified form that will be
invisible
to C programs.
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h
47
* to a possibly-modified form that will be
invisible
to C programs.
/tools/motodev/src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/
select_img_list_activity.java
156
* When we scroll the list, some items leave the screen becoming
invisible
to the user.
/tools/motodev/src/plugins/android.codeutils/templates/activity_samples/single_selection_img/
single_sel_img_activity.java
182
* When we scroll the list, some items leave the screen becoming
invisible
to the user.
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java
220
* 0.f = fully
invisible
/inaccessible to the user.
436
mExpandChallengeView.setVisibility(View.
INVISIBLE
);
445
mChallengeView.setVisibility(View.
INVISIBLE
);
828
mChallengeView.setVisibility(mChallengeShowing ? VISIBLE :
INVISIBLE
);
844
mExpandChallengeView.setVisibility(mChallengeShowing ?
INVISIBLE
: VISIBLE);
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
ViewImage.java
177
mActionIconPanel.setVisibility(View.
INVISIBLE
);
184
mNextImageView.setVisibility(View.
INVISIBLE
);
191
mPrevImageView.setVisibility(View.
INVISIBLE
);
595
v.setVisibility(View.
INVISIBLE
);
843
oldView.setVisibility(View.
INVISIBLE
);
[
all
...]
Completed in 1019 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>