/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardViewMediator.java | 76 * - keyboard is slid open -> if the keyguard is not secure, hide it 79 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer 108 private static final int HIDE = 3; 194 * false caused us to hide the keyguard, so that we need to reshow it once [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/ |
KeyguardViewMediator.java | 74 * - keyboard is slid open -> if the keyguard is not secure, hide it 77 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer 107 private static final int HIDE = 3; 195 * false caused us to hide the keyguard, so that we need to reshow it once 790 * Send message to keyguard telling it to hide itself 795 Message msg = mHandler.obtainMessage(HIDE); [all...] |
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 89 /** {@hide} */ 782 record.callback.hide(); 784 Slog.w(TAG, "Object died trying to hide notification " + record.callback [all...] |
/gdk/build/core/ |
definitions.mk | 867 hide = $(empty) macro 869 hide = @ macro [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BaseUi.java | 288 mTitleBar.hide(); 490 mTitleBar.hide(); 804 * decide whether or not to hide based off a number of factors, such
|
Tab.java | [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
PieRenderer.java | 221 public void hide() { method in class:PieRenderer
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPage.java | 538 mDetailsHelper.hide();
|
AlbumSetPage.java | 424 // Hide the empty album toast if we are in the root instance of 448 // Don't hide menu here otherwise the list menu will disappear earlier than 685 mDetailsHelper.hide();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectPage.java | [all...] |
NewTemplatePage.java | 716 decorator.hide(); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 240 * @hide 246 * @hide 399 * Handle a request by the system to hide the soft input area. 772 // Otherwise hide the window. [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 336 // Hide all tabs (the current tab will later be reshown once a tab is selected) 385 // Hide all fragments for now. We adjust visibility when we get onSelectedTabChanged() 387 transaction.hide(mFavoritesFragment); 388 transaction.hide(mAllFragment); 389 transaction.hide(mGroupsFragment); 416 transaction.hide(mContactDetailFragment); 418 transaction.hide(mGroupDetailFragment); 718 // hide it so its options menu will be shown/hidden. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 917 // or formerly exploded nodes (on hide) [all...] |
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 71 virtual void hide() {} function in class:WebCore::EmptyPopupMenu
|
/ndk/build/core/ |
definitions.mk | 332 $$(hide) $$(HOST_ECHO_N) "$(call index-word-list,$10,$19,$2) " >> $$@ 339 $$(hide) $$(HOST_ECHO_N) "$(wordlist $10,$19,$2) " >> $$@ 346 $$(hide) $$(HOST_ECHO_N) "$(wordlist $10,$19,$2) " >> $$@ 457 $$(hide) $$(HOST_ECHO_N) "" > $$@ 466 $$(hide) $$(call copy-if-differ,$$@.tmp,$$@) 467 $$(hide) $$(call host-rm,$$@.tmp) 1338 hide = $(empty) macro 1340 hide = @ macro [all...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewClassic.java | 140 * @hide 642 public void hide() { method in class:WebViewClassic.PastePopupWindow [all...] |
/build/core/ |
definitions.mk | 713 hide := @ macro 717 hide := macro 752 $(hide) sed $(foreach var,$(REPLACE_VARS),-e "s/{{$(var)}}/$(subst /,\/,$(PWD)/$($(var)))/g") $< >$@ 753 $(hide) if [ "$(suffix $@)" = ".sh" ]; then chmod a+rx $@; fi 763 $(hide) cp $(1) $(2); \ 780 $(hide) $(LEX) -o$@ $< 809 $(hide) rm -rf $(PRIVATE_RS_OUTPUT_DIR) 810 $(hide) mkdir -p $(PRIVATE_RS_OUTPUT_DIR)/res/raw 811 $(hide) mkdir -p $(PRIVATE_RS_OUTPUT_DIR)/src 812 $(hide) $(PRIVATE_RS_CC) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
PhotoModule.java | [all...] |
VideoModule.java | 548 mPieRenderer.hide(); [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/development/samples/training/basic/ActivityLifecycle/libs/ |
android-support-v13.jar | |
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |