OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisible
(Results
151 - 175
of
771
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Phone/src/com/android/phone/
AnimationUtils.java
91
* specified value (either View.
INVISIBLE
or View.GONE). If the view
102
* Must be either View.
INVISIBLE
or View.GONE.
107
(visibility == View.
INVISIBLE
|| visibility == View.GONE)) {
134
* should behave as if it's already
invisible
or gone. This
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
WebSearchSuggestionView.java
72
mIcon1.setVisibility(
INVISIBLE
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_packet.h
31
/* These ones are
invisible
by user level */
if_wanpipe.h
82
/* These ones are
invisible
by user level */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
31
/* These ones are
invisible
by user level */
if_wanpipe.h
82
/* These ones are
invisible
by user level */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
31
/* These ones are
invisible
by user level */
if_wanpipe.h
82
/* These ones are
invisible
by user level */
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt
37
android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is
invisible
, a java.lang.RuntimeException will result when the reference is accessed. [reference]
38
android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is
invisible
, a java.lang.RuntimeException will result when the reference is accessed. [reference]
39
android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is
invisible
, a java.lang.RuntimeException will result when the reference is accessed. [reference]
40
android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is
invisible
, a java.lang.RuntimeException will result when the reference is accessed. [reference]
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java
169
assertPrecedence(StatusUpdates.
INVISIBLE
);
182
assertResource(StatusUpdates.
INVISIBLE
);
/cts/tools/dasm/src/dasm/
ReservedWords.java
73
reserved_words.put("
invisible
", new token(sym.
INVISIBLE
));
/development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java
25
* list is made
invisible
and the picture is set visible.
117
* is rotated 90 degrees and thus
invisible
.
/external/icu4c/common/
servls.cpp
101
visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::
INVISIBLE
, status);
138
visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::
INVISIBLE
,
/external/webkit/Source/WebKit/chromium/tests/
WebFrameTest.cpp
114
EXPECT_EQ(std::string::npos, content.find("
invisible
pararaph"));
115
EXPECT_EQ(std::string::npos, content.find("
invisible
iframe"));
/frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java
31
* Tests views with popupWindows becoming
invisible
68
mFrame.setVisibility(v == mHide ? View.
INVISIBLE
: View.VISIBLE);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java
240
//
invisible
to visible. So we force the drawable to be
invisible
here.
/packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java
181
mTriangleAffordance.setVisibility(isPushable ? View.VISIBLE : View.
INVISIBLE
);
182
mFrameView.setVisibility(isPushable ? View.VISIBLE : View.
INVISIBLE
);
/packages/apps/Gallery/res/layout/
viewimage.xml
53
android:visibility="
invisible
"
64
android:visibility="
invisible
"
/packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java
130
* @return the preferred height of this view, including
invisible
padding
137
* @return the height of the time bar, excluding
invisible
padding
/packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java
205
v.setVisibility(enabled ? View.VISIBLE : View.
INVISIBLE
);
212
mCameraPicker.setVisibility(enabled ? View.VISIBLE : View.
INVISIBLE
);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java
100
mProgressBar.setVisibility(View.
INVISIBLE
);
161
mOkPanel.setVisibility(View.
INVISIBLE
);
/sdk/apps/SdkController/res/layout-land/
sensors.xml
92
<!-- This 1-pixel wide
invisible
edit field makes sure that row1 and
102
android:visibility="
invisible
"
/packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java
238
findViewById(R.id.blocker).setVisibility(View.
INVISIBLE
);
239
findViewById(R.id.menu).setVisibility(View.
INVISIBLE
);
240
findViewById(R.id.on_screen_indicators).setVisibility(View.
INVISIBLE
);
286
mCameraControls.setVisibility(View.
INVISIBLE
);
301
mSwitcher.setVisibility(View.
INVISIBLE
);
/frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.Contacts.PresenceColumns.html
115
<A NAME="android.provider.Contacts.PresenceColumns.
INVISIBLE
"></A>
116
<nobr><code>int</code> <A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#
INVISIBLE
" target="_top"><code>
INVISIBLE
</code></A></nobr>
android.provider.ContactsContract.StatusColumns.html
115
<A NAME="android.provider.ContactsContract.StatusColumns.
INVISIBLE
"></A>
116
<nobr><code>int</code> <A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#
INVISIBLE
" target="_top"><code>
INVISIBLE
</code></A></nobr>
Completed in 791 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>