/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 | 410 invalidate(); 500 invalidate(); method 575 invalidate(); method 581 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 — 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 | 163 invalidate(); method
|
ZoomControl.java | 133 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/ |
SmoothPagedView.java | 183 invalidate(); method
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 262 // we invalidate the contact cache here because we want to get updated presence 263 // and any contact changes. We don't invalidate the cache by observing presence and contact 266 // threads, don't invalidate the cache because we're in the process of building it. 267 // TODO: think of a better way to invalidate cache more surgically or based on actual [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
MultiSourceCorpus.java | 60 // invalidate calculated values:
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartGridView.java | 87 invalidate(); method
|