OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
551 - 575
of
1221
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/widget/
TextView.java
1756
invalidate
();
method
1927
invalidate
();
method
2041
invalidate
();
method
2064
invalidate
();
method
2187
invalidate
();
method
2214
invalidate
();
method
2236
invalidate
();
method
2302
invalidate
();
method
2322
invalidate
();
method
2478
invalidate
();
method
2526
invalidate
();
method
2544
invalidate
();
method
2563
invalidate
();
method
2579
invalidate
();
method
2595
invalidate
();
method
2612
invalidate
();
method
2629
invalidate
();
method
2648
invalidate
();
method
2662
invalidate
();
method
2676
invalidate
();
method
2690
invalidate
();
method
2704
invalidate
();
method
2718
invalidate
();
method
2734
invalidate
();
method
2753
invalidate
();
method
2802
invalidate
();
method
3451
invalidate
();
method
4256
invalidate
((int) FloatMath.floor(horizontalPadding + sTempRect.left - thick),
method
4279
invalidate
();
method
5893
private void
invalidate
(boolean delayed) {
method in class:TextView.CorrectionHighlighter
5973
invalidate
();
method
6383
invalidate
();
method
6637
invalidate
();
method
6695
invalidate
();
method
6703
invalidate
();
method
6711
invalidate
();
method
6717
invalidate
();
method
6925
invalidate
();
method
7219
invalidate
();
method
7267
invalidate
();
method
7305
invalidate
();
method
7325
invalidate
();
method
7690
invalidate
();
method
[
all
...]
EdgeEffect.java
169
* The host view should always {@link android.view.View#
invalidate
()} after this
221
* the host view should {@link android.view.View#
invalidate
()} and thereby
/packages/apps/Email/src/com/android/email/provider/
EmailProvider.java
[
all
...]
/frameworks/base/core/java/android/webkit/
WebView.java
1838
invalidate
();
method
1936
invalidate
();
method
2689
invalidate
();
method
2787
invalidate
((int)Math.floor(l * scale),
method
3085
invalidate
();
method
3352
invalidate
();
method
3483
invalidate
();
method
3499
invalidate
();
method
3533
invalidate
(); \/\/ So we draw again
method
3613
invalidate
();
method
4212
invalidate
();
method
4217
invalidate
();
method
4527
invalidate
();
method
4671
invalidate
();
method
5069
invalidate
();
method
5334
invalidate
(); \/\/ draw the i-beam instead of the arrow
method
5475
invalidate
();
method
5490
invalidate
(); \/\/ redraw without selection
method
5517
invalidate
(); \/\/ remove selection region and pointer
method
5651
invalidate
();
method
6072
invalidate
();
method
6200
invalidate
();
method
6304
invalidate
();
method
6399
invalidate
();
method
6448
invalidate
();
method
6453
invalidate
();
method
6473
invalidate
();
method
6678
invalidate
();
method
6845
invalidate
(); \/\/ draw the i-beam instead of the arrow
method
6922
invalidate
();
method
7202
invalidate
();
method
[
all
...]
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
103
* function to cause an update/
invalidate
to occur at a later date.
112
SnakeView.this.
invalidate
();
/external/webkit/Source/WebCore/editing/
InsertListCommand.cpp
169
// because moving the paragraph will
invalidate
the original start.
356
// by a br or a '\n', will
invalidate
start and end. Insert
/external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp
498
// Inflate the
invalidate
rect to avoid precision lost.
514
//
invalidate
is occurring offscreen, do full inval to guarantee redraw
/external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm
83
it->first->
invalidate
();
86
(*it)->
invalidate
();
/external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp
338
//
Invalidate
all SVGElementInstances associated with us
374
//
Invalidate
all SVGElementInstances associated with us
/external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp
270
void WebPluginContainerImpl::
invalidate
()
function in class:WebKit::WebPluginContainerImpl
272
Widget::
invalidate
();
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm
132
invalidate
();
452
void ProxyInstance::
invalidate
()
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
232
[_timelineUpdateTimer
invalidate
];
248
[_timelineUpdateTimer
invalidate
];
/external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm
441
[_tickleTimer
invalidate
];
448
[_tickleTimer
invalidate
];
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp
108
void NetscapePlugin::
invalidate
(const NPRect* invalidRect)
function in class:WebKit::NetscapePlugin
121
m_pluginController->
invalidate
(rect);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp
476
// Ask the controller to
invalidate
the rect for us.
478
m_pluginController->
invalidate
(paintedRectPluginCoordinates);
/frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java
315
invalidate
();
method
384
invalidate
();
method
AppWidgetManager.java
344
* to
invalidate
their currently data.
360
* to
invalidate
it's currently data.
/frameworks/base/media/java/android/media/videoeditor/
Transition.java
180
invalidate
();
method
455
void
invalidate
() {
method in class:Transition
/libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java
743
* 2.
invalidate
it
756
HttpURLConnection
invalidate
= (HttpURLConnection) url.openConnection();
local
757
invalidate
.setRequestMethod(requestMethod);
758
addRequestBodyIfNecessary(requestMethod,
invalidate
);
759
assertEquals("B", readAscii(
invalidate
));
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java
64
* javax.net.ssl.SSLSession#
invalidate
()
70
s.
invalidate
();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java
174
* The host view should always {@link android.view.View#
invalidate
()} after this
226
* the host view should {@link android.view.View#
invalidate
()} and thereby
/dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java
103
public abstract void
invalidate
(int idx);
method in class:LocalsArray
Merger.java
71
result.
invalidate
(i);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java
199
invalidate
();
method
/development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java
224
invalidate
();
method
Completed in 933 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>