HomeSort by relevance Sort by last modified time
    Searched full:hide (Results 951 - 975 of 1658) sorted by null

<<31323334353637383940>>

  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 43 * {@hide} Not needed for SDK
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 114 /** @hide */
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 45 * {@hide} Not needed for 1.0 SDK.
  /frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java 28 * {@hide}
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
RecentApplicationsDialog.java 221 // hide the rest
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsDialog.java 239 // hide the rest
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 75 public static final String ACTION_HIDE = "android.btopp.intent.action.HIDE";
  /packages/apps/Mms/src/com/android/mms/
MmsConfig.java 41 * Whether to hide MMS functionality from the user (i.e. SMS only).
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 200 // Hide button till progress is being displayed
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 414 // Show the "hide dialpad" state.
588 * Apply an animation to hide the incoming call widget.
596 // Hide the incoming call screen with a transition
610 // hide the incoming call UI.
    [all...]
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 201 // No settings preference available - hide the preference.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 100 * hide the error as appropriate but the pref panel will fail to validate the apply/ok buttons
  /system/core/libcutils/
mspace.c 36 * defined, so hide the definition of it and
  /external/bison/m4/
po_gl.m4 126 # Hide the ALL_LINGUAS assigment from automake.
202 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
311 # Hide the ALL_LINGUAS assigment from automake.
  /external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml 50 were created for: they hide the details of callback invocation from the
112 As was explained above, closures hide the details of callback invocation. In C,
446 The two other functions hide the detail parameter in the signal name identification:
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 349 void PluginView::hide() function in class:WebCore::PluginView
351 LOG(Plugins, "PluginView::hide()");
355 Widget::hide();
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 151 void PluginView::hide() function in class:WebCore::PluginView
154 Widget::hide();
483 // be performed, so in that case we hide the plugin view
  /frameworks/base/
Android.mk 270 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
518 $(hide) mkdir -p $(dir $@)
519 $(hide) $(ACP) $< $@
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 374 * @hide
384 * @hide
394 * @hide
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 398 // Hide the title template
407 /* Display the title if a title is supplied, else hide it */
434 // Hide the title template
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 49 * @hide
577 * @hide
590 * @hide
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 41 <li style="padding-top: 4px;"><a href=#dim_hide_menu_items>Dim or hide menu items not available</a></li>
484 <h3 id="dim_hide_menu_items">Dim or hide menu items that are not available in the current context</h3>
500 <b>In Context menu</b> - hide the menu item. This makes the menu shorter so the
  /frameworks/base/graphics/java/android/graphics/
Rect.java 104 * @hide
153 * @hide
593 * @hide
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 53 * {@hide}
591 * {@hide}
748 /** @hide */
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ContactListTreeAdapter.java 191 public void setHideOfflineContacts(boolean hide) {
192 if (mHideOfflineContacts != hide) {
193 mHideOfflineContacts = hide;

Completed in 230 milliseconds

<<31323334353637383940>>