OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
51 - 75
of
1387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java
299
*
Invalidate
the end transitions if necessary.
319
*
Invalidate
the beginning and end transitions after adjustments.
334
*
Invalidate
the filename
343
*
Invalidate
the begin transition if any effects and overlays overlap
362
mBeginTransition.
invalidate
();
377
mBeginTransition.
invalidate
();
386
*
Invalidate
the end transition if any effects and overlays overlap
404
mEndTransition.
invalidate
();
421
mEndTransition.
invalidate
();
655
mBeginTransition.
invalidate
();
732
void
invalidate
() {
method in class:MediaImageItem
[
all
...]
/frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java
95
invalidate
();
method
108
invalidate
();
method
119
invalidate
();
method
135
invalidate
();
method
141
invalidate
();
method
146
invalidate
();
method
156
protected void
invalidate
() {
method in class:CompositeCursorAdapter
220
invalidate
();
method
/packages/apps/Email/src/com/android/email/view/
SizeBoundingFrameLayout.java
63
invalidate
();
method
74
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java
47
invalidate
();
method
69
invalidate
();
method
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java
177
invalidate
();
method
184
invalidate
();
method
194
invalidate
();
method
203
invalidate
();
method
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java
194
invalidate
();
method
201
invalidate
();
method
211
invalidate
();
method
223
invalidate
();
method
/external/clang/test/Analysis/
idempotent-operations.m
15
// a method may
invalidate
an instance variable.
/external/compiler-rt/lib/
clear_cache.c
20
* It is expected to
invalidate
the instruction cache for the
/external/llvm/test/Analysis/GlobalsModRef/
purecse.ll
23
store i32 %X, i32* %P ;; Does not
invalidate
'pure' call.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeSpaceBox.java
25
* presentation. Care should be excercized when deleting the object, as this may
invalidate
the offsets used in the
/external/webkit/Source/WebCore/loader/
FrameNetworkingContext.h
30
void
invalidate
()
function in class:WebCore::FrameNetworkingContext
/external/webkit/Source/WebKit2/Platform/
WorkQueue.cpp
43
void WorkQueue::
invalidate
()
function in class:WorkQueue
/external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaProxyMessageKinds.h
39
Invalidate
,
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java
42
//
invalidate
both shift keys
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardLinearLayout.java
44
invalidate
();
method
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java
117
* scrolling,
invalidate
all content and redraw it, measuring time taken.
136
//
invalidate
all content, and kick off redraw
140
invalidate
();
method
163
invalidate
(); // ensure a redraw so that auto-scrolling can occur
method
/frameworks/compile/libbcc/runtime/lib/
clear_cache.c
20
* It is expected to
invalidate
the instruction cache for the
/frameworks/support/volley/src/com/android/volley/toolbox/
NoCache.java
39
public void
invalidate
(String key, boolean fullExpire) {
method in class:NoCache
/frameworks/support/volley/tests/src/com/android/volley/mock/
MockCache.java
54
public void
invalidate
(String key, boolean fullExpire) {
method in class:MockCache
/gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java
101
invalidate
();
method
106
invalidate
();
method
115
invalidate
();
method
120
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java
80
mSlotView.
invalidate
();
86
mSlotView.
invalidate
();
92
mSlotView.
invalidate
();
210
mSlotView.
invalidate
();
AlbumSlotRenderer.java
63
mSlotView.
invalidate
();
69
mSlotView.
invalidate
();
75
mSlotView.
invalidate
();
159
mSlotView.
invalidate
();
EdgeView.java
95
invalidate
();
method
105
invalidate
();
method
117
invalidate
();
method
127
invalidate
();
method
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h
24
#define MS_INVALIDATE 2 /*
invalidate
the caches */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h
24
#define MS_INVALIDATE 2 /*
invalidate
the caches */
Completed in 2686 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>