/packages/apps/Camera2/src/com/android/camera/app/ |
FilmstripBottomPanel.java | 289 public void hide() { method in class:FilmstripBottomPanel
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 78 * This is a transient state of the LOW_NOTIFICATION_STATE, where the user wants to hide the 82 * This state behaves like the LOW_NOTIFICATION_STATE, but doesn't allow the user to hide it. 400 LogUtils.i("Setting hide notification state to instance " + instance.mId); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ActivityState.java | 203 actionBar.hide();
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClearConfirm.java | 92 mProgressDialog.hide();
|
/packages/apps/Settings/src/com/android/settings/backup/ |
ToggleBackupSettingFragment.java | 108 mSwitchBar.hide();
|
/packages/apps/Settings/src/com/android/settings/security/ |
ScreenPinningSettings.java | 100 mSwitchBar.hide();
|
/packages/apps/TV/src/com/android/tv/guide/ |
ProgramGuide.java | 247 hide(); 415 mAutoHideScheduler = new AutoHideScheduler(activity, this::hide); 531 /** Hide the program guide. */ 532 public void hide() { method in class:ProgramGuide 580 hide(); method 716 // hidden. Therefore, we don't hide side panel when accessibility service is enabled. [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerController.java | 53 * cons: the activity's Controller has to specially handle show/hide conversation view, 177 * Hide the pager and cancel any running/pending animation 180 public void hide(boolean changeVisibility) { method in class:ConversationPagerController 182 LogUtils.d(LOG_TAG, "IN CPC.hide, but already hidden"); 194 LogUtils.d(LOG_TAG, "IN CPC.hide, clearing adapter and unregistering list observer"); 203 * to call {@link #hide(boolean)} afterwards to finish the cleanup. See go/xqaxk. Sorry... 270 * {@link #hide(boolean)}.
|
/packages/services/Car/evs/sampleDriver/ |
GlWrapper.cpp | 353 .hide(mFlingerSurfaceControl)
|
/test/vti/dashboard/src/main/webapp/js/ |
search_header.js | 124 wrapper.hide().appendTo(container).slideDown({
|
/external/adhd/scripts/audio_tuning/frontend/ |
audio.js | 1030 * function hide(h) - hide/unhide the slider. 1077 function hide(h) { function in function:slider_input_common 1086 this.hide = hide; [all...] |
/build/make/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 344 // Hide the "Go to top" link if there's no vertical scroll 449 $(".toggle-img", li).attr("title", "hide pages"); 539 node.siblings().css("display","none"); // hide all siblings 553 node.siblings().css("display","none"); // hide all siblings 596 /* Used to hide and reveal supplemental content, such as long code samples. 605 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot + "assets/images/triangle-opened.png");
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 271 // Hide the "Go to top" link if there's no vertical scroll 373 $(".toggle-img", li).attr("title", "hide pages"); 452 node.siblings().css("display","none"); // hide all siblings 466 node.siblings().css("display","none"); // hide all siblings 515 button.removeClass("show").addClass("hide"); 518 button.removeClass("hide").addClass("show");
|
/build/make/core/ |
binary.mk | [all...] |
/external/selinux/python/sepolicy/sepolicy/ |
gui.py | 527 loading_gui.hide() [all...] |
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
test_widgets.py | 922 self.nb.hide(self.child2) 952 self.assertRaises(tkinter.TclError, self.nb.hide, -1 [all...] |
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
test_widgets.py | 921 self.nb.hide(self.child2) 951 self.assertRaises(tkinter.TclError, self.nb.hide, -1) 952 self.assertRaises(tkinter.TclError, self.nb.hide, 'hi' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 560 self.nb.hide(self.child2) 590 self.assertRaises(Tkinter.TclError, self.nb.hide, -1) 591 self.assertRaises(Tkinter.TclError, self.nb.hide, 'hi') 592 self.assertRaises(Tkinter.TclError, self.nb.hide, None) 598 self.nb.hide(self.child1) 609 self.nb.hide(self.child2) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 560 self.nb.hide(self.child2) 590 self.assertRaises(Tkinter.TclError, self.nb.hide, -1) 591 self.assertRaises(Tkinter.TclError, self.nb.hide, 'hi') 592 self.assertRaises(Tkinter.TclError, self.nb.hide, None) 598 self.nb.hide(self.child1) 609 self.nb.hide(self.child2) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 560 self.nb.hide(self.child2) 590 self.assertRaises(Tkinter.TclError, self.nb.hide, -1) 591 self.assertRaises(Tkinter.TclError, self.nb.hide, 'hi') 592 self.assertRaises(Tkinter.TclError, self.nb.hide, None) 598 self.nb.hide(self.child1) 609 self.nb.hide(self.child2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 560 self.nb.hide(self.child2) 590 self.assertRaises(Tkinter.TclError, self.nb.hide, -1) 591 self.assertRaises(Tkinter.TclError, self.nb.hide, 'hi') 592 self.assertRaises(Tkinter.TclError, self.nb.hide, None) 598 self.nb.hide(self.child1) 609 self.nb.hide(self.child2) [all...] |
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 279 hide(); 289 hide();
|
/external/robolectric-shadows/ |
run_robolectric_module_tests.mk | 75 $(hide) $(private_java) \
|
/external/roboto-fonts/ |
Android.mk | 29 $(hide) ln -sf $$(notdir $$<) $$@
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
CallActivity.java | 172 // Show/hide call control fragment on view click. 330 // Show/hide call control fragment 337 ft.hide(callFragment); 338 ft.hide(hudFragment);
|