OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
101 - 125
of
1387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java
92
public void
invalidate
() {
method in class:StandaloneActionMode
152
invalidate
();
method
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewPropertyAlphaActivity.java
72
findViewById(R.id.textview).
invalidate
();
73
findViewById(R.id.spantext).
invalidate
();
/frameworks/native/services/surfaceflinger/
MessageQueue.h
92
INVALIDATE
= 0,
103
void
invalidate
();
/frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java
29
*
Invalidate
the activity's options menu, if able.
57
* @param activity
Invalidate
the options menu of this activity
/packages/apps/Browser/src/com/android/browser/view/
PieMenu.java
213
invalidate
();
method
224
invalidate
();
402
invalidate
();
method
414
invalidate
();
method
422
invalidate
();
method
447
invalidate
();
method
497
invalidate
();
518
invalidate
();
/packages/apps/Camera/src/com/android/camera/ui/
RenderOverlay.java
107
mRenderView.
invalidate
();
158
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/filtershow/imageshow/
ImageZoom.java
84
invalidate
();
method
147
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java
78
invalidate
();
method
120
if (requestRender)
invalidate
();
method
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java
127
invalidate
();
method
154
invalidate
();
method
225
* so just
invalidate
this whole view.
227
invalidate
();
411
invalidate
(mThumb.getBounds()); // This may be within the padding region
429
invalidate
(mThumb.getBounds()); // This may be within the padding region
453
invalidate
();
461
invalidate
(); // see above explanation
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java
136
* calling {@link #
invalidate
()}.
145
* 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
374
invalidate
();
method
402
invalidate
();
method
582
invalidate
();
method
590
invalidate
();
method
/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java
63
invalidate
();
method
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java
63
invalidate
();
method
/development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java
197
invalidate
();
method
204
invalidate
();
method
228
invalidate
();
method
234
invalidate
();
method
/external/chromium/base/memory/
weak_ptr.h
74
void
Invalidate
();
109
void
Invalidate
();
232
// Call this method to
invalidate
all existing weak pointers.
234
weak_reference_owner_.
Invalidate
();
/external/chromium/base/
port.h
37
//
invalidate
the data in it upon use. The fix is to make a copy of the
/external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h
35
//
Invalidate
children for a non-ignored ancestor (including self).
/external/chromium/chrome/browser/
mach_broker_mac_unittest.cc
47
TEST_F(MachBrokerTest,
Invalidate
) {
/external/guava/guava/src/com/google/common/cache/
AbstractCache.java
38
* {@link #
invalidate
}. The method {@link #cleanUp} is a no-op. All other methods throw an
90
public void
invalidate
(Object key) {
method in class:AbstractCache
100
invalidate
(key);
187
* Cache#
invalidate
invalidations}.
/external/kernel-headers/original/asm-generic/
mman-common.h
29
#define MS_INVALIDATE 2 /*
invalidate
the caches */
/external/regex-re2/util/
stringprintf.cc
13
// It's possible for methods that use a va_list to
invalidate
/external/skia/include/images/
SkPageFlipper.h
43
region is the
invalidate
are that needs to be drawn to. The copyBits
/external/skia/src/gpu/gl/
GrGLIRect.h
65
void
invalidate
() {fLeft = fWidth = fBottom = fHeight = -1;}
function in struct:GrGLIRect
GrGLTexture.cpp
33
fTexParams.
invalidate
();
Completed in 1245 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>