HomeSort by relevance Sort by last modified time
    Searched defs:reveal (Results 1 - 25 of 31) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 25 * Reveal a particular line in the given application.
28 * @param line the line to reveal
31 boolean reveal(String applicationName, String className, int line); method in interface:ISourceRevealer
34 * Reveal a particular Java method.
JavaSourceRevealer.java 55 public static boolean reveal(String applicationName, String className, int line) { method in class:JavaSourceRevealer
58 if (revealer.reveal(applicationName, className, line)) {
DdmsPlugin.java 269 // of the extension point. see #reveal(String, String, int)
824 public void reveal(String applicationName, String className, int line) { method in class:DdmsPlugin
825 JavaSourceRevealer.reveal(applicationName, className, line);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyActionGroup.java 246 Animator reveal = ViewAnimationUtils.createCircularReveal( local
253 reveal.start();
255 animateHintText(mSelectedLabel, v, reveal);
256 animateHintText(mLaunchHint, v, reveal);
268 private void animateHintText(View selectedView, View v, Animator reveal) {
272 .setDuration(reveal.getDuration() / 3)
273 .setStartDelay(reveal.getDuration() / 5)
291 Animator reveal = ViewAnimationUtils.createCircularReveal( local
298 reveal.addListener(new AnimatorListenerAdapter() {
306 reveal.start()
318 Animator reveal = ViewAnimationUtils.createCircularReveal( local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 200 Animator reveal = ViewAnimationUtils.createCircularReveal( local
202 reveal.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN);
203 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT);
204 reveal.addListener(new AnimatorListenerAdapter() {
210 reveal.start();
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 231 // Setup the reveal view animation
298 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width / 2, local
300 reveal.setDuration(revealDuration);
301 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
303 reveal.addListener(listener);
305 animation.play(reveal);
314 // Hide the reveal view
439 // Hide the reveal view
468 // Hide the reveal view
572 // Setup animation for the reveal panel alph
607 Animator reveal = UiThreadCircularReveal.createCircularReveal(revealView, width \/ 2, local
    [all...]
Folder.java 509 Animator reveal = UiThreadCircularReveal.createCircularReveal(this, (int) getPivotX(), local
511 reveal.setDuration(mMaterialExpandDuration);
512 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
529 anim.play(reveal);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 101 def reveal(file): function
102 """Reveal a file in the finder. Specify file by name, fsref or fsspec."""
106 return finder.reveal(file_alias)
779 reveal(f) # reveal this file in a Finder window
783 closewindow(base) # close the window this file is in (opened by reveal)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 120 def reveal(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events
121 """reveal: Bring the specified object(s) into view
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 101 def reveal(file): function
102 """Reveal a file in the finder. Specify file by name, fsref or fsspec."""
106 return finder.reveal(file_alias)
779 reveal(f) # reveal this file in a Finder window
783 closewindow(base) # close the window this file is in (opened by reveal)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 120 def reveal(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events
121 """reveal: Bring the specified object(s) into view
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 59 public boolean reveal(String applicationName, String className, int line) { method in class:SourceRevealer
101 // select and reveal the line.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 73 public boolean reveal(String applicationName, String className, int line) { method in class:SourceRevealer
83 * Reveal the source for given fully qualified method name.<br>
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 313 private void reveal(View sourceView, int colorRes, AnimatorListener listener) { method in class:Calculator
320 // Make reveal cover the display and status bar.
374 reveal(sourceView, R.color.calculator_accent_color, new AnimatorListenerAdapter() { method
389 reveal(mEqualButton, R.color.calculator_error_color, new AnimatorListenerAdapter() { method
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 676 private void reveal(View sourceView, int colorRes, AnimatorListener listener) { method in class:Calculator
683 // Make reveal cover the display and status bar.
740 reveal(mCurrentButton, R.color.calculator_accent_color, new AnimatorListenerAdapter() { method
757 reveal(mCurrentButton, R.color.calculator_error_color, method
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 569 // The retreat animation in turn will kick of reveal anims when the
698 for (PendingRevealAnimator reveal : revealAnimations) {
699 reveal.cancel();
777 // reveal animation runs
781 // create the reveal animations that will run when the retreat passes them
793 // start any reveal animations if we've passed them
801 // create the reveal animations that will run when the retreat passes them
813 // start any reveal animations if we've passed them
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
ddmuilib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 

Completed in 1891 milliseconds

1 2