OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisible
(Results
126 - 150
of
1223
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/Home/res/layout-land/
home.xml
38
android:visibility="
invisible
" />
/development/samples/Home/res/layout-port/
home.xml
38
android:visibility="
invisible
" />
/development/samples/Support4Demos/res/menu/
shortcuts.xml
22
android:title="
Invisible
item" />
/development/samples/Wiktionary/res/layout/
lookup.xml
34
android:visibility="
invisible
"
/development/samples/devbytes/animation/ToonGame/res/layout/
activity_toon_game.xml
32
android:visibility="
invisible
"
/external/chromium_org/ash/touch/
touch_hud_debug.h
32
INVISIBLE
,
/external/chromium_org/chrome/browser/resources/sync_internals/
sync_node_browser.css
54
visibility: hidden; /* Element is
invisible
until first refresh. */
/external/chromium_org/tools/gn/
visibility.h
48
// to is
invisible
to from, returns false and sets the error.
/external/proguard/src/proguard/classfile/attribute/annotation/
RuntimeInvisibleAnnotationsAttribute.java
27
* This Attribute represents a runtime
invisible
annotations attribute.
/frameworks/base/core/res/res/layout/
input_method.xml
45
android:visibility="
invisible
">
input_method_extract_view.xml
55
android:visibility="
invisible
"
/frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java
33
* Tests views with popupWindows becoming
invisible
/frameworks/base/libs/hwui/
Snapshot.cpp
35
,
invisible
(false)
54
,
invisible
(s->
invisible
)
270
return
invisible
|| empty;
Snapshot.h
178
* is typicalled ignored if its layer is
invisible
or empty.
211
* Indicates that this snapshot is
invisible
and nothing should be drawn
215
bool
invisible
;
member in class:android::uirenderer::Snapshot
219
*
invisible
but this flag is not passed to subsequent snapshots.
/frameworks/base/packages/SystemUI/res/layout/
split_clock_view.xml
45
android:visibility="
invisible
"
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java
190
setVisibility(View.
INVISIBLE
);
212
setVisibility(View.
INVISIBLE
);
231
setVisibility(View.
INVISIBLE
);
331
setVisibility(View.
INVISIBLE
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java
75
// bar for the task view, then just mark this thumbnail view as
invisible
178
boolean
invisible
= mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight();
179
if (
invisible
!= mInvisible) {
180
mInvisible =
invisible
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardIndicationTextView.java
56
setVisibility(View.
INVISIBLE
);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java
48
if (visibility == View.
INVISIBLE
|| visibility == View.GONE) {
/frameworks/support/v17/leanback/res/layout/
lb_title_view.xml
43
android:visibility="
invisible
" />
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewStubCompat.java
112
* Specifies the layout resource to inflate when this StubbedView becomes visible or
invisible
156
* When visibility is set to {@link #VISIBLE} or {@link #
INVISIBLE
},
161
* @param visibility One of {@link #VISIBLE}, {@link #
INVISIBLE
}, or {@link #GONE}.
176
if (visibility == VISIBLE || visibility ==
INVISIBLE
) {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
Space.java
36
setVisibility(
INVISIBLE
);
/packages/apps/Camera/res/layout/
count_down_to_capture.xml
20
android:visibility="
invisible
" >
/packages/apps/Camera2/res/layout/
capture_module.xml
38
android:visibility="
invisible
"
mode_list_layout.xml
24
android:visibility="
invisible
" >
Completed in 2275 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>