HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 176 - 200 of 1227) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Contacts/src/com/android/contacts/widget/
TextHighlightingAnimation.java 188 * Override and invalidate (redraw) TextViews showing {@link TextWithHighlightingImpl}.
190 protected abstract void invalidate(); method in class:TextHighlightingAnimation
260 invalidate(); method
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 557 // Invalidate all progress in case the transition generation or
674 mMediaItemActionMode.invalidate();
749 mMediaItemActionMode.invalidate();
807 mMediaItemActionMode.invalidate();
1055 invalidate(); method
    [all...]
AudioTrackLinearLayout.java 275 audioTrackView.invalidate();
373 mAudioTrackActionMode.invalidate();
417 mAudioTrackActionMode.invalidate();
421 invalidate(); method
479 invalidate(); method
502 invalidate(); method
ZoomControl.java 89 invalidate(); method
107 invalidate(); method
173 invalidate(); method
  /hardware/libhardware/include/hardware/
hwcomposer.h 215 * (*invalidate)() triggers a screen refresh, in particular prepare and set
217 * NO GUARANTEE that the screen refresh will happen after invalidate()
219 * invalidate() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL and
220 * it is safe to call invalidate() from any of hwc_composer_device
223 void (*invalidate)(struct hwc_procs* procs); member in struct:hwc_procs
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 138 invalidate(); method
153 invalidate(); method
159 invalidate(); method
286 invalidate(); method
295 invalidate(); method
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 183 invalidate(); method
216 invalidate(); method
226 invalidate(); method
254 cv.invalidate();
269 cv.invalidate();
SoftKeyboardView.java 111 * release. Currently, whenever we can invalidate(Rect), view will call
201 invalidate(mDirtyRect);
203 invalidate(); method
278 invalidate(mDirtyRect);
329 invalidate(mDirtyRect);
361 invalidate(mDirtyRect);
396 invalidate(); method
  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 45 // when the thumb moves, we have to invalidate them for painting.
143 invalidate();
162 invalidate();
282 invalidate(); // Just invalidate the whole scrollbar, since the buttons at either end change anyway.
283 else if (m_pressedPart == NoPart) { // When there's a pressed part, we don't draw a hovered state, so there's no reason to invalidate.
433 invalidate();
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 540 mImageView.invalidate();
571 hv.invalidate();
588 hv.invalidate();
597 hv.invalidate();
606 hv.invalidate();
616 hv.invalidate();
626 hv.invalidate();
635 hv.invalidate();
640 invalidate(); method
792 invalidate(); method
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 142 // invalidate perspective (divide by W) and view volume clipping
495 void transform_state_t::invalidate() function in class:android::transform_state_t
849 c->transforms.invalidate();
888 c->transforms.invalidate();
935 c->transforms.invalidate();
943 c->transforms.invalidate();
950 c->transforms.invalidate();
960 c->transforms.invalidate();
969 c->transforms.invalidate();
980 c->transforms.invalidate();
    [all...]
  /external/kernel-headers/original/asm-arm/
tlbflush.h 182 * needs to determine if it should invalidate the TLB for each
188 * Invalidate the entire TLB.
192 * Invalidate all TLB entries in a particular address
198 * Invalidate a range of TLB entries in the specified
206 * Invalidate the specified page in the specified address range.
212 * Invalidate the TLB entry for the specified page. The address
  /external/qemu/
softmmu_template.h 132 * must invalidate two caches in TLB. */
165 /* Accessed memory is under memchecker control. We must invalidate
171 // Read crossed page boundaris. Invalidate second cache too.
308 * must invalidate two caches in TLB. */
341 /* Accessed memory is under memchecker control. We must invalidate
347 // Write crossed page boundaris. Invalidate second cache too.
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 197 mCellLayout.invalidate();
224 mCellLayout.invalidate();
543 invalidate();
573 invalidate(); method
578 invalidate(); method
583 invalidate(); method
BubbleTextView.java 125 // so we just need to do an invalidate to trigger draw
217 // Invalidate so the pressed state is visible, or set a flag so we know that we
218 // have to call invalidate as soon as the state is "pressed"
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 119 invalidate(); method
146 invalidate(); method
217 * so just invalidate this whole view.
219 invalidate();
414 invalidate();
420 invalidate(); // see above explanation
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 157 invalidate();
164 invalidate();
183 invalidate();
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 263 // and the drawing of the highlight. Here we just make sure to invalidate
270 // FIXME: able to invalidate a smaller rect.
271 // FIXME: Is it important to just invalidate the rect of the node region
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 52 - (void)invalidate;
168 [m_delegate.get() invalidate];
210 - (void)invalidate
  /frameworks/base/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 55 mCBContext.procs.invalidate = &hook_invalidate;
74 reinterpret_cast<cb_context *>(procs)->hwc->invalidate();
77 void HWComposer::invalidate() { function in class:android::HWComposer
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 247 s.invalid.invalidate();
252 s.server.invalidate();
257 s.client.invalidate();
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 85 invalidate(); method
140 invalidate(); method
200 invalidate(); method
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.mm 190 - (void)invalidate;
232 - (void)invalidate {
233 [timer_ invalidate];
270 // removeThrobber: if it decides it's done animating. That would invalidate
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 135 // FIXME: invalidate the object.
198 // Default semantics: invalidate all regions passed as arguments.
291 // Invalidate the regions.
297 // Invalidate the regions.
  /external/clang/test/Analysis/
misc-ps.c 13 // strlen doesn't invalidate the value of 'size_rdar9373039'.

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>