OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
76 - 100
of
1221
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp
76
m_connection->
invalidate
();
82
m_processLauncher->
invalidate
();
87
m_threadLauncher->
invalidate
();
115
m_connection->
invalidate
();
301
// We received an invalid message from the web process,
invalidate
our connection and kill it.
302
m_connection->
invalidate
();
/frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java
239
*
Invalidate
the end transition if necessary
302
*
invalidate
it.
305
afterMediaItem.getEndTransition().
invalidate
();
314
*
invalidate
it.
317
beforeMediaItem.getBeginTransition().
invalidate
();
636
*
Invalidate
the transition at the beginning of the timeline
651
*
Invalidate
the transition at this position
688
*
Invalidate
adjacent transitions at the insertion point
709
*
Invalidate
adjacent transitions at the insertion point
768
*
Invalidate
all transition
815
((MediaImageItem)mediaItem).
invalidate
();
method
846
((MediaVideoItem)mediaItem).
invalidate
();
method
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java
76
view.
invalidate
();
133
view.
invalidate
();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java
50
mView.
invalidate
();
53
mView.
invalidate
();
UnicodeChart.java
106
invalidate
();
method
111
invalidate
();
method
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java
36
invalidate
();
method
45
invalidate
();
method
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSessionBindingEventTest.java
170
* @see javax.net.ssl.SSLSession#
invalidate
()
172
public void
invalidate
() {
method in class:MySSLSession
/external/llvm/include/llvm/MC/
MCAsmLayout.h
56
/// \brief
Invalidate
all following fragments because a fragment has been
58
void
Invalidate
(MCFragment *F);
/external/v8/src/ia32/
cpu-ia32.cc
65
//
invalidate
already cached translated code. This leads to random
68
// performance cost. We can notify valgrind to
invalidate
its cache.
/external/v8/src/x64/
cpu-x64.cc
65
//
invalidate
already cached translated code. This leads to random
68
// performance cost. We can notify valgrind to
invalidate
its cache.
/external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.cpp
65
invalidate
();
89
invalidate
();
SVGFEMorphologyElement.cpp
66
invalidate
();
110
invalidate
();
/external/webkit/Source/WebKit2/Shared/
SandboxExtension.h
76
bool
invalidate
();
97
inline bool SandboxExtension::
invalidate
() { return true; }
function in class:WebKit::SandboxExtension
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm
88
void LayerTreeHostCAMac::
invalidate
()
98
LayerTreeHostCA::
invalidate
();
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java
56
mode.
invalidate
();
132
public void
invalidate
() {
method in class:ExtractEditLayout.ExtractActionMode
/frameworks/base/core/java/android/view/
HardwareCanvas.java
62
* drawing pass (
invalidate
()), false otherwise
90
* @return true if an
invalidate
is needed after the call, false otherwise
/frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java
81
public void
invalidate
() {
method in class:StandaloneActionMode
141
invalidate
();
method
/packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java
114
invalidate
();
method
127
invalidate
();
method
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallTypeIconsView.java
56
invalidate
();
method
65
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java
157
mAlbumView.
invalidate
();
162
mAlbumView.
invalidate
();
198
mAlbumView.
invalidate
();
233
mAlbumView.
invalidate
();
264
mAlbumView.
invalidate
();
443
mAlbumView.
invalidate
();
550
mRootPane.
invalidate
();
555
mRootPane.
invalidate
();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java
76
invalidate
();
method
131
invalidate
();
SlideshowView.java
77
invalidate
();
method
119
if (requestRender)
invalidate
();
method
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java
101
* calling {@link #
invalidate
()}.
110
* later calling {@link #
invalidate
()}.
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java
199
invalidate
();
method
206
invalidate
();
method
323
invalidate
();
method
347
invalidate
();
method
368
invalidate
();
method
396
invalidate
();
method
571
invalidate
();
method
579
invalidate
();
method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
SoundIndicator.java
63
invalidate
();
145
invalidate
();
method
Completed in 699 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>