OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hide
(Results
701 - 725
of
1658
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/app/
ActivityManager.java
63
/** @
hide
*/
148
* @
hide
572
* @
hide
875
* @
hide
[
all
...]
/frameworks/base/core/java/android/content/
ContentProviderOperation.java
31
/** @
hide
exposed for unit tests */
33
/** @
hide
exposed for unit tests */
35
/** @
hide
exposed for unit tests */
37
/** @
hide
exposed for unit tests */
180
/** @
hide
exposed for unit tests */
ContentValues.java
70
* {@
hide
}
474
* {@
hide
}
483
* {@
hide
}
ContentProvider.java
98
* @
hide
122
* @
hide
135
* @
hide
222
* @
hide
706
* @
hide
761
* @
hide
-- until interface has proven itself
/frameworks/base/core/java/android/view/
Menu.java
49
* @
hide
54
* @
hide
61
* @
hide
66
* @
hide
336
* Show or
hide
all menu items that are in the given group.
/frameworks/base/core/res/
AndroidManifest.xml
222
@
hide
Pending API council approval -->
230
@
hide
Pending API council approval -->
583
@
hide
-->
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java
106
/** Whether
hide
the view if there is no candidates */
255
* Set auto-
hide
mode.
256
* @param
hide
{@code true} if the view will hidden when no candidate exists;
259
public void setAutoHide(boolean
hide
) {
260
mAutoHideMode =
hide
;
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java
52
* @
hide
384
* @
hide
402
* @
hide
/frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java
42
* @
hide
pending API review
245
* @
hide
pending API review
254
* @
hide
pending API review
/frameworks/base/core/java/android/webkit/
WebChromeClient.java
80
* like to
hide
its custom view.
241
* Instructs the client to
hide
the Geolocation permissions prompt.
318
* @
hide
/frameworks/base/core/java/android/widget/
NumberPicker.java
42
* @
hide
389
* @
hide
396
* @
hide
TableRow.java
97
* {@
hide
}
282
* {@
hide
}
333
* {@
hide
}
/frameworks/base/media/java/android/media/
ThumbnailUtils.java
66
* @
hide
Only used by media framework and media provider internally.
72
* @
hide
Only used by media framework and media provider internally.
88
* @
hide
This method is only used by media framework and media provider internally.
/packages/apps/IM/src/com/android/im/app/
ContactListView.java
161
public void setHideOfflineContacts(boolean
hide
) {
163
mAdapter.setHideOfflineContacts(
hide
);
165
mHideOfflineContacts =
hide
;
/packages/apps/Mms/src/com/android/mms/ui/
NumberPicker.java
41
* @
hide
387
* @
hide
394
* @
hide
/build/tools/droiddoc/src/
DroidDoc.java
134
|| a[0].equals("-
hide
")) {
143
else if (a[0].equals("-
hide
")) {
376
if (option.equals("-
hide
")) {
437
|| a[0].equals("-
hide
")) {
990
* Returns true if the given element has an @
hide
or @pending annotation.
994
return comment.indexOf("@
hide
") != -1 || comment.indexOf("@pending") != -1;
[
all
...]
Comment.java
160
else if (name.equals("@
hide
") || name.equals("@pending") || name.equals("@doconly")) {
310
boolean b = mText.indexOf("@
hide
") >= 0 || mText.indexOf("@pending") >= 0;
/cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java
375
* @
hide
392
* @
hide
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
90
// Load animations used to show/
hide
progress bar
319
* {@link WebView} and
hide
the {@link ProgressBar}.
/external/icu4c/common/
util.h
66
* For example, in the string "abc'
hide
'h", the 'h' in "
hide
" will not be
/external/srec/portable/include/
pmemory.h
292
*
Hide
memory allocation from pmemReport() by pretending the memory was deallocating. This is used to
hide
/external/webkit/WebCore/html/
HTMLFormControlElement.cpp
319
// FIXME: Show/
hide
a validation message.
338
// FIXME: show/
hide
a validation message.
/external/webkit/WebCore/inspector/front-end/
CookieItemsView.js
65
hide
: function()
67
WebInspector.View.prototype.
hide
.call(this);
Panel.js
89
hide
: function()
91
WebInspector.View.prototype.
hide
.call(this);
/external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp
117
void PluginView::
hide
()
function in class:WebCore::PluginView
258
// be performed, so in that case we
hide
the plugin view
Completed in 85 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>