/build/make/tools/droiddoc/templates-sac/ |
customizations.cs | 295 $('#nav-swap').hide();
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 78 $("#naMessage").hide();
|
/external/libjpeg-turbo/doc/html/ |
jquery.js | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
KeyguardViewMediator.java | 119 * - keyboard is slid open -> if the keyguard is not secure, hide it 122 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer 155 private static final int HIDE = 2; 234 * false caused us to hide the keyguard, so that we need to reshow it once 282 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be 601 mKeyguardDisplayManager.hide(); [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/ |
DialtactsActivity.java | 428 // Hide FAB, as the keyboard is shown. 577 // Hide dialpad since this is an explicit intent to show a specific tab, which is coming 664 transaction.hide(mDialpadFragment); [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mgcwork.go | 230 // ability to hide pointers during the concurrent mark phase.
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcwork.go | 230 // ability to hide pointers during the concurrent mark phase.
|
/cts/tests/app/src/android/app/cts/ |
DialogTest.java | 192 d.hide(); [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 173 def hide!
|
/frameworks/base/core/java/android/app/ |
BackStackRecord.java | 171 * @hide Entry of an operation on the fragment back stack. 320 cmdStr = "HIDE"; 480 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
WindowDecorActionBar.java | 182 * @hide 326 * Enables or disables animation between show/hide states. 679 public void hide() { method in class:WindowDecorActionBar 707 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll"); 727 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset"); [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
DockedStackDividerController.java | 323 // If the stack is invisible, we policy force hide it in WindowAnimator.shouldForceHide 425 // Hide the current IME to avoid problems with animations from IME adjustment when 436 * Resets the state that IME hide has been requested. See {@link #isImeHideRequested}. 444 * stack, to avoid animation problems. This flag indicates whether the request to hide the IME 447 * @return whether IME hide request has been sent 533 mDimLayer.hide(); [all...] |
WindowState.java | 207 * For example, {@link #mPolicyVisibility} might true during an exit animation to hide it and [all...] |
/frameworks/support/fragment/java/android/support/v4/app/ |
BackStackRecord.java | 301 case OP_HIDE: cmdStr="HIDE"; break; 451 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
PlaybackFragment.java | 78 * Auto hide controls upon playing: best practice is calling 103 * @hide 181 * @hide 361 * @hide 369 * @hide 616 * Hide controls overlay. [all...] |
PlaybackSupportFragment.java | 75 * Auto hide controls upon playing: best practice is calling 100 * @hide 178 * @hide 358 * @hide 366 * @hide 613 * Hide controls overlay. [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
WindowDecorActionBar.java | 76 * @hide 185 * @hide 324 * Enables or disables animation between show/hide states. 703 public void hide() { method in class:WindowDecorActionBar 732 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll"); 752 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset"); [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 734 transaction.hide(mContactsListFragment); [all...] |
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
PieRenderer.java | 218 public void hide() { method in class:PieRenderer
|
/packages/apps/Dialer/java/com/android/incallui/ |
InCallActivityCommon.java | 274 // If there is a pending request to show or hide the dialpad, handle that now. 277 // Exit fullscreen so that the user has access to the dialpad hide/show button and 278 // can hide the dialpad. Important when showing the dialpad from within dialer. 290 LogUtil.i("InCallActivityCommon.onResume", "force hide dialpad"); 699 "InCallActivityCommon.showDialpadFragment", "unable to show or hide dialpad fragment"); 703 // We don't do a FragmentTransaction on the hide case because it will be dealt with when 756 transaction.hide(fragment); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPage.java | 536 mDetailsHelper.hide();
|
AlbumSetPage.java | 420 // Hide the empty album toast if we are in the root instance of 444 // Don't hide menu here otherwise the list menu will disappear earlier than 681 mDetailsHelper.hide();
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
PieRenderer.java | 216 public void hide() { method in class:PieRenderer
|
/packages/apps/Settings/src/com/android/settings/print/ |
PrintServiceSettingsFragment.java | 184 mSwitchBar.hide();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectPage.java | [all...] |