OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hide
(Results
176 - 200
of
435
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h
134
inline void
hide
()
function in class:NCursesPanel
138
//
Hide
the panel. It stays in the stack but becomes invisible.
/bionic/linker/
Android.mk
65
$(
hide
) $(TARGET_OBJCOPY) --prefix-symbols=__dl_ $@
/build/tools/apicheck/
Android.mk
37
$(
hide
) chmod 755 $@
/cts/tools/cts-api-coverage/
Android.mk
35
$(
hide
) chmod 755 $@
/cts/tools/cts-java-scanner/
Android.mk
35
$(
hide
) chmod 755 $@
/cts/tools/cts-native-scanner/
Android.mk
35
$(
hide
) chmod 755 $@
/cts/tools/cts-xml-generator/
Android.mk
35
$(
hide
) chmod 755 $@
/dalvik/tools/dexdeps/
Android.mk
35
$(
hide
) chmod 755 $@
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailActivity.java
90
// Enable "up" navigation on ActionBar icon and
hide
title text
94
// Start low profile mode and
hide
ActionBar
96
actionBar.
hide
();
98
//
Hide
and show the ActionBar as the visibility changes
104
actionBar.
hide
();
/external/proguard/src/proguard/gui/
FilterDialog.java
157
hide
();
166
hide
();
OptimizationsDialog.java
162
hide
();
172
hide
();
/external/webkit/Source/WebCore/html/shadow/
MediaControlElements.h
79
void
hide
();
156
void
hide
();
/external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js
98
hide
: function()
100
WebInspector.View.prototype.
hide
.call(this);
CookieItemsView.js
64
hide
: function()
66
WebInspector.View.prototype.
hide
.call(this);
Popover.js
49
// This should not happen, but we
hide
previous popup to be on the safe side.
67
hide
: function()
235
this._popup.
hide
();
/external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp
54
hide
();
137
void PopupMenuGtk::
hide
()
function in class:WebCore::PopupMenuGtk
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
272
// We're done,
hide
the popup if necessary.
273
hide
();
276
void PopupMenuWin::
hide
()
function in class:WebCore::PopupMenuWin
854
hide
();
857
hide
();
879
hide
();
885
hide
();
947
//
hide
the popup.
953
hide
();
972
// Only
hide
the popup if the mouse is inside the popup window
[
all
...]
/external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.cpp
99
void WebPopup::
hide
()
function in class:WebPopup
272
m_mediaWidget->
hide
();
/frameworks/base/core/java/android/widget/
Toast.java
122
mTN.
hide
();
361
public void
hide
() {
method in class:Toast.TN
362
if (localLOGV) Log.v(TAG, "
HIDE
: " + this);
413
if (localLOGV) Log.v(TAG, "HANDLE
HIDE
: " + this + " mView=" + mView);
Editor.java
105
* @
hide
427
mInsertionPointCursorController.
hide
();
441
mEasyEditSpanController.
hide
();
447
// Should be done before
hide
insertion point controller since it triggers a show of it
448
mSuggestionsPopupWindow.
hide
();
647
* @
hide
802
getSelectionController().
hide
();
1885
hide
();
method
1897
public void
hide
() {
method in class:Editor.EasyEditSpanController
2152
public void
hide
() {
method in class:Editor.PinnedPopupWindow
2165
hide
();
method
2402
public void
hide
() {
method in class:Editor.SuggestionsPopupWindow
2556
hide
();
method
2564
hide
();
method
2642
hide
();
method
2823
hide
();
method
2979
public void
hide
() {
method in class:Editor.HandleView
3394
public void
hide
();
method in interface:Editor.CursorController
3415
public void
hide
() {
method in class:Editor.InsertionPointCursorController
3423
hide
();
method
3504
public void
hide
() {
method in class:Editor.SelectionModifierCursorController
3610
hide
();
method
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
AccountUnlockScreen.java
157
mCheckingDialog.
hide
();
297
getProgressDialog().
hide
();
/frameworks/base/services/java/com/android/server/wm/
BlackFrame.java
151
public void
hide
() {
method in class:BlackFrame
155
mBlackSurfaces[i].surface.
hide
();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java
67
public void
hide
() {
method in class:DialogDetailsView
68
mDialog.
hide
();
/system/core/toolbox/
Android.mk
120
$(
hide
) ln -sf $(TOOLBOX_BINARY) $@
/build/core/
java.mk
256
$(
hide
) $(ACP) -fp $(PRIVATE_SOURCE_FILE) $@
285
$(
hide
) java -jar $(JARJAR) process $(PRIVATE_JARJAR_RULES) $< $@
289
$(
hide
) $(ACP) -fp $< $@
327
$(
hide
) $(ACP) -fp $< $@
388
$(
hide
) $(ACP) -fp $< $@
402
$(
hide
) $(FINDBUGS) -textui -effort:min -xml:withMessages \
415
$(
hide
) prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl $(PRIVATE_XML_FILE) \
Completed in 449 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>