Searched refs:hide (Results 151 - 167 of 167) sorted by relevance

1234567

/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DBackStackRecord.java456 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DPlaybackFragment.java82 * Auto hide controls upon playing: best practice is calling
109 * @hide
188 * @hide
371 * @hide
380 * @hide
1120 * Show or hide other rows other than PlaybackRow.
1162 progressBarManager.hide();
1176 * Returns the ProgressBarManager that will show or hide progress bar in
1178 * @return The ProgressBarManager that will show or hide progress bar in
H A DPlaybackSupportFragment.java79 * Auto hide controls upon playing: best practice is calling
104 * @hide
183 * @hide
364 * @hide
373 * @hide
1113 * Show or hide other rows other than PlaybackRow.
1155 progressBarManager.hide();
1169 * Returns the ProgressBarManager that will show or hide progress bar in
1171 * @return The ProgressBarManager that will show or hide progress bar in
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DWindowDecorActionBar.java77 * @hide
186 * @hide
325 * Enables or disables animation between show/hide states.
704 public void hide() { method in class:WindowDecorActionBar
733 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
753 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset");
983 * @hide
1159 * @hide
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java623 // If we are showing the magnification border, hide it immediately so
839 mSurfaceControl.hide();
H A DTaskStack.java268 getPendingTransaction().hide(mAnimationBackgroundSurface);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1241 mActivity.getActionBarInterface().hide();
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentTransitionTest.java544 .hide(fragment1)
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java320 * @hide
329 * @hide
335 * @hide
524 * @hide
1057 // Otherwise hide the window.
1897 mWindow.hide();
2166 // hide them.
2195 * currently shown , to possibly hide it when the key goes up (if not canceled or long pressed).
2260 * KeyEvent.KEYCODE_BACK} to hide the current IME UI if it is shown. In
2508 * @hide
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java89 /** {@hide} */
484 /** {@hide} */
489 /** {@hide} */
494 /** {@hide} */
499 /** {@hide} */
506 * @hide
618 /** @hide */
620 /** @hide */
622 /** @hide */
624 /** @hide */
[all...]
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DAlertDialogTest.java125 mAlertDialog.hide();
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewLayoutTest.java1427 // scroll and hide 0 and 1
2543 // must un-hide before swap otherwise bucket indices will become invalid.
2556 mRecyclerView.mChildHelper.hide(v1);
2559 mRecyclerView.mChildHelper.hide(v2);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java239 /** {@hide} */
2009 record.callback.hide();
5014 record.callback.hide();
5016 Slog.w(TAG, "Object died trying to hide notification " + record.callback
5027 // rendering (as hide above is a one-way message), otherwise we could crash
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1245 mChildHelper.hide(view);
3463 // When this case is detected, RV will un-hide that view and add to the old
11088 * @hide
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java216 /** @hide */
1389 mChildHelper.hide(view);
3812 // When this case is detected, RV will un-hide that view and add to the old
11999 * @hide
/frameworks/base/config/
H A Dboot-image-profile.txt176 HPLandroid/app/ActionBar;->hide()V
445 HPLandroid/app/BackStackRecord;->hide(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
475 HPLandroid/app/Dialog;->hide()V
659 HPLandroid/app/ITransientNotification$Stub$Proxy;->hide()V
3416 HPLandroid/media/SubtitleController;->hide()V
5232 HPLandroid/service/voice/IVoiceInteractionSession$Stub$Proxy;->hide()V
5241 HPLandroid/service/voice/IVoiceInteractionSession;->hide()V
5268 HPLandroid/service/voice/VoiceInteractionSession$2;->hide()V
5287 HPLandroid/service/voice/VoiceInteractionSession;->hide()V
6976 HPLandroid/view/autofill/AutofillPopupWindow$WindowPresenter;->hide(Landroi
[all...]
/frameworks/base/core/java/android/view/
H A DView.java188 * <li><strong>Set visibility:</strong> You can hide or show views using
782 /** @hide */
793 * @hide
800 * @hide
812 * {@hide}
868 * {@hide}
918 /** @hide */
957 /** @hide */
985 * {@hide}
1193 /** @hide */
[all...]

Completed in 512 milliseconds

1234567