OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisible
(Results
451 - 475
of
771
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Calendar/res/layout/
edit_event_1.xml
53
android:visibility="
invisible
" />
/packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml
60
android:visibility="
invisible
" />
/packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java
202
imageView.setVisibility(View.
INVISIBLE
);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
206
mSearchView.setVisibility(View.
INVISIBLE
);
/packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java
358
StatusUpdates.
INVISIBLE
, null,
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java
330
* Makes header
invisible
.
/packages/apps/DeskClock/src/com/android/deskclock/
TimePicker.java
204
mAmPmLabel.setVisibility(View.
INVISIBLE
);
Utils.java
97
// The help url string is empty or null, so set the help menu item to be
invisible
.
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java
451
mLoadingView.setVisibility(View.
INVISIBLE
);
/packages/apps/Gallery2/src/com/android/camera/
VideoUI.java
289
mBlocker.setVisibility(View.
INVISIBLE
);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java
213
// will change system ui visibility from
invisible
to visible. We show
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java
276
// nearly
invisible
.
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
436
setVisibilityOfSiblingsWithLowerZOrder(
INVISIBLE
);
/packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java
349
mUnsetPriamryHint.setVisibility(View.
INVISIBLE
);
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
612
root.getChildAt(i).setVisibility(View.
INVISIBLE
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java
337
mSetupWizard.setVisibility(View.
INVISIBLE
);
/system/core/liblinenoise/
linenoise.c
39
* - http://
invisible
-island.net/xterm/ctlseqs/ctlseqs.html
/external/guava/guava/src/com/google/common/base/
CharMatcher.java
175
* Determines whether a character is
invisible
; that is, if its Unicode category is any of
179
public static final CharMatcher
INVISIBLE
= inRange('\u0000', '\u0020')
[
all
...]
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
718
// This wallpaper is currently
invisible
, but its
720
// again that it is
invisible
in case the report about
[
all
...]
/frameworks/base/core/java/android/view/
VolumePanel.java
497
mMoreButton.setVisibility(View.
INVISIBLE
);
498
mDivider.setVisibility(View.
INVISIBLE
);
[
all
...]
/frameworks/base/core/java/android/widget/
ProgressBar.java
934
if (v == GONE || v ==
INVISIBLE
) {
[
all
...]
/frameworks/base/docs/html/training/sync-adapters/
creating-sync-adapter.jd
490
adapter
invisible
unless you have an account type or domain that's easily associated
491
with your app. If you make your account type
invisible
, you can still allow users to
/frameworks/base/libs/hwui/
OpenGLRenderer.h
599
* Given the local bounds + clip of the layer, updates current snapshot's empty/
invisible
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
565
// Skip the local
invisible
directory, because the default directory already includes
[
all
...]
/packages/apps/Camera/src/com/android/camera/
PanoramaModule.java
627
// We set "
INVISIBLE
" instead of "GONE" here because we need mPreviewArea to have layout
629
mPreviewArea.setVisibility(View.
INVISIBLE
);
[
all
...]
Completed in 1049 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>