/external/parameter-framework/support/android/ |
build_pfw_settings.mk | 43 $(hide) mkdir -p "$(dir $@)"
|
/external/proguard/src/proguard/gui/ |
FilterDialog.java | 170 hide(); 179 hide();
|
MemberSpecificationDialog.java | 243 hide(); 253 hide();
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
CommonControllerOverlay.java | 122 hide(); method 190 public void hide() { method in class:CommonControllerOverlay
|
GalleryActionBar.java | 346 public void hide() { method in class:GalleryActionBar 347 if (mActionBar != null) mActionBar.hide();
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
DialogDetailsView.java | 71 public void hide() { method in class:DialogDetailsView 72 mDialog.hide();
|
/packages/apps/TV/src/com/android/tv/menu/ |
Menu.java | 160 mAutoHideScheduler = new AutoHideScheduler(context, () -> hide(true)); 228 public void hide(boolean withAnimation) { method in class:Menu 259 /** Schedules to hide the menu in some seconds. */ 266 * is set to {@code true}, the hide schedule doesn't close the main menu, but calling {@link 267 * #hide} still hides it. If {@code keepVisible} is set to {@code false}, the hide schedule
|
/system/core/healthd/ |
Android.mk | 133 LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_ROOT_OUT) \
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
FillUi.java | 436 mWindow.hide(false); 631 public void hide(Rect transitionEpicenter) { 632 UiThread.getHandler().post(mWindow::hide); 680 // since show() and hide() are always called in the UIThread - but when it does, 690 void hide() { 691 hide(true); 694 void hide(boolean destroyCallbackOnError) { 702 // happen - since show() and hide() are always called in the UIThread - but if it [all...] |
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | 170 private void hide(int id) { method in class:CryptKeeper.DecryptTask 205 hide(R.id.passwordEntry); 206 hide(R.id.switch_ime_button); 207 hide(R.id.lockPattern); 208 hide(R.id.owner_info); 209 hide(R.id.emergencyCallButton); 603 // Hide the encryption-bot to make room for the "factory reset" button [all...] |
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionSession.java | 226 public void hide() { 1177 public void hide() { method in class:VoiceInteractionSession 1541 hide(); method 1550 hide(); method 1557 hide(); method 1614 hide(); method [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowStateAnimator.java | 308 void hide(SurfaceControl.Transaction transaction, String reason) { method in class:WindowStateAnimator 319 mSurfaceController.hide(transaction, reason); 324 void hide(String reason) { method in class:WindowStateAnimator 325 hide(mTmpTransaction, reason); method 549 + width + "x" + height + "), layer=" + mAnimLayer + " HIDE", false); 641 // Don't hide wallpaper if we're deferring the surface destroy 669 // Don't hide wallpaper if we're destroying a deferred surface [all...] |
WindowSurfaceController.java | 76 // However, we need to somehow handle the situation where the cropping would completely hide 140 void hide(SurfaceControl.Transaction transaction, String reason) { method in class:WindowSurfaceController 141 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); 156 transaction.hide(mSurfaceControl);
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
FragmentViewTests.java | 247 fm.beginTransaction().add(R.id.fragmentContainer, fragment1, "1").hide(fragment1).commit(); 325 // Hide a fragment and its View should be GONE. Then pop it and the View should be VISIBLE 339 fm.beginTransaction().hide(fragment).addToBackStack(null).commit(); 362 .hide(fragment) 363 .hide(fragment) 375 .hide(fragment) 389 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); 475 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); 565 .hide(fragment) 662 .hide(fragment2 [all...] |
FragmentAnimatorTest.java | 123 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit(); 168 .hide(fragment) 221 .hide(fragment)
|
/external/fio/ |
graph.c | 67 int hide; member in struct:graph_label 594 if (i->hide || i->r < 0) /* invisible data */ 822 i->hide = 1; 824 i->hide = 0; 981 if (i->hide)
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/ |
CaptionWindowLayout.java | 164 hide(); method 172 public void hide() { method in class:CaptionWindowLayout 435 hide(); method
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 287 // CPC.hide() correctly clears them. 292 mPagerController.hide(false /* changeVisibility */); 427 // in normal conv mode, always hide the extra 'mark-read' item 467 mPagerController.hide(false /* changeVisibility */); 759 mToastBar.hide(false, false /* actionClicked */); [all...] |
OnePaneController.java | 207 // When entering conversation list mode, hide and clean up any currently visible 210 mPagerController.hide(true /* changeVisibility */); 394 mToastBar.hide(false, false /* actionClicked */);
|
/external/selinux/gui/ |
polgengui.py | 552 self.boolean_dialog.hide() 561 self.file_dialog.hide() 575 self.file_dialog.hide() 586 self.file_dialog.hide() 608 dlg.hide() 665 self.file_dialog.hide() [all...] |
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
OldMainActivityPeer.java | 712 fab.hide(); [all...] |
/external/mesa3d/src/intel/ |
Android.isl.mk | 203 $(hide) $(PRIVATE_SCRIPT) --csv $(PRIVATE_CSV) --out $@
|
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
RecyclerViewFastScrollerTest.java | 152 public void hide(int duration) { 391 public void hide(int duration) {
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModeListView.java | 274 * Hide the mode drawer and switch to fully hidden state. 276 public void hide() { method in class:ModeListView.ModeListState 281 * Hide the mode drawer (with animation, if supported) 283 * Default is to simply call {@link #hide()}. 286 hide(); method 532 public void hide() { method in class:ModeListView.FullyShownState 550 * setting up to show mode drawer (without text) and hide it with shimmy animation. 755 public void hide() { method in class:ModeListView.ShimmyState 908 public void hide() { method in class:ModeListView.SelectedState 1473 public void hide() { method in class:ModeListView [all...] |
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripLayout.java | 178 public void hide() { method in class:FilmstripLayout 223 hide(); method
|