OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
601 - 625
of
2205
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/stlport/src/
message_facets.h
47
private: //
Invalidate
copy constructor and assignment
/frameworks/base/core/java/android/widget/
TabWidget.java
256
invalidate
();
method
277
invalidate
();
method
299
invalidate
();
method
314
invalidate
();
method
/frameworks/base/docs/html/training/custom-views/
create-view.jd
229
invalidate
();
234
<p>Notice that {@code setShowText} calls {@link android.view.View#
invalidate
invalidate
()}
237
to
invalidate
the view after any change to its properties that might change its
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java
135
mOverlayView.
invalidate
();
/frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java
73
*
Invalidate
this object. The location area code and the cell id are set to -1.
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Alpha8BitmapActivity.java
94
invalidate
();
method
BitmapMutateActivity.java
80
invalidate
();
method
PathDestructionActivity.java
98
invalidate
();
method
PathsCacheActivity.java
135
invalidate
();
method
ScaledTextActivity.java
77
invalidate
();
method
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pConfig.java
63
void
invalidate
() {
method in class:WifiP2pConfig
/frameworks/native/include/input/
InputDevice.h
47
// because that would
invalidate
persistent settings that rely on it.
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h
507
* DOC: ION_IOC_INV_CACHES -
invalidate
the caches
509
*
Invalidate
the caches of the handle specified.
514
* DOC: ION_IOC_CLEAN_INV_CACHES - clean and
invalidate
the caches
516
* Clean and
invalidate
the caches of the handle specified.
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c
70
/*
invalidate
handle */
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java
168
public void
invalidate
() {
method in class:mySSLSession
/ndk/sources/cxx-stl/stlport/src/
message_facets.h
47
private: //
Invalidate
copy constructor and assignment
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java
69
invalidate
();
method
/packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java
185
//
invalidate
the view's own bounds all the way up the view hierarchy
192
//
invalidate
a rectangle relative to the view's coordinate system all the way up the view
201
view.
invalidate
((int) Math.floor(childBounds.left),
206
Log.v(TAG, "
INVALIDATE
(" + (int) Math.floor(childBounds.left)
/packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java
54
//
Invalidate
all caches, since we reset the database for each test
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
174
mContext.
invalidate
();
285
mContext.
invalidate
(invalRect);
345
mContext.
invalidate
();
363
public void
invalidate
() {
method in class:HighlightView
/packages/apps/Gallery/src/com/android/camera/gallery/
Image.java
66
//TODO: Consider
invalidate
the cursor in container
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java
70
v.
invalidate
();
/packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java
108
invalidate
();
method
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java
68
invalidate
();
method
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
173
//
invalidate
the view's own bounds all the way up the view hierarchy
180
//
invalidate
a rectangle relative to the view's coordinate system all the way up the view
189
view.
invalidate
((int) Math.floor(childBounds.left),
194
LogUtils.v(TAG, "
INVALIDATE
(" + (int) Math.floor(childBounds.left)
Completed in 2422 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>