OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisible
(Results
701 - 725
of
1223
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h
56
// r: An
invisible
resize area. This is ToolbarView::kStandardSpacing pixels
70
// it be handled by the parent view, is so that when the chevron is
invisible
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java
177
setVisibility(
INVISIBLE
);
300
setVisibility(
INVISIBLE
);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotDataGrids.js
407
// Iterate over
invisible
nodes beyond the upper bound of viewport.
436
// Count the
invisible
nodes beyond the bottom bound of the viewport.
[
all
...]
/external/chromium_org/third_party/sqlite/src/test/
fts3cov.test
411
INSERT INTO t16 VALUES('solution of our problems on the
invisible
');
415
SELECT * FROM t16 WHERE t16 MATCH '
invisible
'
/external/chromium_org/ui/compositor/
layer.cc
834
// Don't schedule a draw if we're
invisible
. We'll schedule one
839
// Always schedule a paint, even if we're
invisible
.
/external/chromium_org/ui/message_center/views/
notifier_settings_view.cc
323
// The image itself is quite small, this large
invisible
border creates a
593
// This code emulates separators using borders. We will create an
invisible
/external/chromium_org/v8/src/
scopes.h
438
// Compiler-allocated (user-
invisible
) internals.
440
// Compiler-allocated (user-
invisible
) temporaries.
/external/fio/
graph.c
594
if (i->hide || i->r < 0) /*
invisible
data */
873
if (red < 0.0) { /*
invisible
color */
/external/llvm/include/llvm/MC/
MCInstrDesc.h
389
/// Examples of side effects would be modifying '
invisible
' machine state like
390
/// a control register, flushing a cache, modifying a register
invisible
to
/external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java
598
" Runtime
invisible
annotations attribute:");
620
" Runtime
invisible
parameter annotations attribute (parameter count = " + runtimeInvisibleParameterAnnotationsAttribute.u2parametersCount + "):");
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java
804
} else if (visibility.equals("
invisible
")) {
805
setVisibility(View.
INVISIBLE
);
/frameworks/base/core/java/android/app/
Fragment.java
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java
506
// Attached to
invisible
window means this view is not visible.
511
// An
invisible
predecessor means that this view is not visible.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java
552
// If the view has 0 alpha, we set it to be
invisible
so as to prevent
555
v.setVisibility(
INVISIBLE
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java
480
child.setVisibility(View.
INVISIBLE
);
497
child.setVisibility(View.
INVISIBLE
);
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
120
mSetWallpaperButton.setVisibility(View.
INVISIBLE
);
172
progressView.setVisibility(View.
INVISIBLE
);
[
all
...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
135
mGrayBox.setVisibility(View.
INVISIBLE
);
734
mGrayBox.setVisibility(inputEnabled? View.
INVISIBLE
: View.VISIBLE);
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java
488
// Attached to
invisible
window means this view is not visible.
493
// An
invisible
predecessor means that this view is not visible.
/packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java
495
usageIcon.setVisibility(View.
INVISIBLE
);
496
locationIcon.setVisibility(View.
INVISIBLE
);
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
550
mLeftButton.setVisibility(View.
INVISIBLE
);
551
mRightButton.setVisibility(View.
INVISIBLE
);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java
378
// If not a header, use the
invisible
index for left padding
379
holder.index.setVisibility(View.
INVISIBLE
);
/packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java
594
mCallButtonFragment.getView().setVisibility(View.
INVISIBLE
);
605
mConferenceManagerFragment.getView().setVisibility(View.
INVISIBLE
);
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
220
mFolderIcon.mPreviewBackground.setVisibility(
INVISIBLE
);
614
mFolderName.setVisibility(
INVISIBLE
);
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
251
mFolderIcon.mPreviewBackground.setVisibility(
INVISIBLE
);
687
mFolderName.setVisibility(
INVISIBLE
);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java
520
iconImageView.setVisibility(View.
INVISIBLE
);
627
dialogView.setVisibility(View.
INVISIBLE
);
[
all
...]
Completed in 1372 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>