OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
176 - 200
of
2205
) 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/support/v7/appcompat/src/android/support/v7/internal/view/
ActionModeWrapper.java
75
public void
invalidate
() {
method in class:ActionModeWrapper
76
mWrappedObject.
invalidate
();
/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
109
mRenderView.
invalidate
();
160
invalidate
();
method
/packages/apps/Camera2/src/com/android/camera/ui/
RenderOverlay.java
119
mRenderView.
invalidate
();
171
invalidate
();
method
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java
56
invalidate
();
method
65
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java
42
invalidate
();
method
90
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java
58
invalidate
();
method
80
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java
78
invalidate
();
method
118
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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SlidingKeyInputPreview.java
66
getDrawingView().
invalidate
();
96
getDrawingView().
invalidate
();
/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/chromium_org/base/
port.h
36
//
invalidate
the data in it upon use. The fix is to make a copy of the
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.h
71
//
invalidate
the weak pointers before any other members are destroyed.
remove_operation.h
65
//
invalidate
the weak pointers before any other members are destroyed.
search_operation.h
73
//
invalidate
the weak pointers before any other members are destroyed.
Completed in 1929 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>