HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 501 - 525 of 1227) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 208 0, // NPClass::invalidate
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 186 session.invalidate();
  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 156 * @return true if glow effects are still animating and the view should invalidate again.
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 216 invalidate(); method
Switch.java 271 invalidate(); method
447 invalidate(); method
519 invalidate(); method
640 invalidate(); method
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 145 * to invalidate the surface these are being drawn to.
WaveView.java 425 invalidate();
527 invalidate(); method
643 invalidate(); method
649 invalidate(); method
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 25 <p>You can force a View to draw, by calling <code>{@link android.view.View#invalidate()}</code>.
  /frameworks/base/docs/html/guide/topics/views/
intro.jd 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method and passes a reference to the root node object. Once the Android system has the reference to the root node object, it can work directly with the node to invalidate, measure, and draw the tree. When your Activity becomes active and receives focus, the system notifies your activity and requests the root node to measure and draw the tree. The root node then requests that its child nodes draw themselves &mdash; in turn, each viewgroup node in the tree is responsible for drawing its direct children. </p>
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 102 invalidate();
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 206 // invalidate and recompute the visible regions if needed
211 // invalidate and recompute the visible regions if needed
277 void LayerBase::invalidate() function in class:android::LayerBase
478 "isOpaque=%1d, needsDithering=%1d, invalidate=%1d, "
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 112 * Invalidate this object. The cell location data is set to invalid values.
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestView.java 89 invalidate(); method
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LinesActivity.java 111 invalidate(); method
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 405 * the texture will be immediately cleared from view and an invalidate
410 * @param n the card to invalidate the detail texture for
423 * immediately cleared from view and an invalidate handler will be called. If eraseCurrent is
426 * @param n the card to invalidate the detail texture for
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 189 public void invalidate(); method in interface:SSLSession
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java 176 public void invalidate() { method in class:SSLSessionImpl
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 261 v.invalidate();
TabScrollView.java 212 mContentView.getChildAt(i).invalidate();
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControl.java 161 invalidate(); method
ZoomControl.java 132 invalidate(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 173 invalidate(); method
259 invalidate(); method
319 invalidate(); method
401 invalidate(); method
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
TextureTest.java 162 // invalidate content and it should be freed.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 557 // Invalidate the old position
560 invalidate(mDropViewPos[0], mDropViewPos[1],
572 invalidate(mDropViewPos[0], mDropViewPos[1],
602 invalidate(mDropViewPos[0], mDropViewPos[1],
SmoothPagedView.java 183 invalidate(); method

Completed in 1100 milliseconds

<<21222324252627282930>>