HomeSort by relevance Sort by last modified time
    Searched refs:Visible (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 107 sp.setSpan(new Visible(sp, this), start, start + count,
132 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
160 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
162 for (int a = 0; a < visible.length; a++) {
163 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
164 st = sp.getSpanStart(visible[a]);
165 en = sp.getSpanEnd(visible[a])
201 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
    [all...]
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.cpp 60 cv::winrt_onVisibilityChanged(e->Visible);
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.cpp 59 cv::winrt_onVisibilityChanged(e->Visible);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h 408 virtual HRESULT WINAPI put_Visible(VARIANT_BOOL Visible) = 0;
409 virtual HRESULT WINAPI get_Visible(VARIANT_BOOL *Visible) = 0;
437 HRESULT (WINAPI *put_Visible)(IAgentCtlBalloon *This,VARIANT_BOOL Visible);
438 HRESULT (WINAPI *get_Visible)(IAgentCtlBalloon *This,VARIANT_BOOL *Visible);
468 #define IAgentCtlBalloon_put_Visible(This,Visible) (This)->lpVtbl->put_Visible(This,Visible)
469 #define IAgentCtlBalloon_get_Visible(This,Visible) (This)->lpVtbl->get_Visible(This,Visible)
500 HRESULT WINAPI IAgentCtlBalloon_put_Visible_Proxy(IAgentCtlBalloon *This,VARIANT_BOOL Visible);
502 HRESULT WINAPI IAgentCtlBalloon_get_Visible_Proxy(IAgentCtlBalloon *This,VARIANT_BOOL *Visible);
    [all...]
mmcobj.h 358 virtual HRESULT WINAPI get_Visible(PBOOL Visible) = 0;
381 HRESULT (WINAPI *get_Visible)(_Application *This,PBOOL Visible);
406 #define _Application_get_Visible(This,Visible) (This)->lpVtbl->get_Visible(This,Visible)
425 HRESULT WINAPI _Application_get_Visible_Proxy(_Application *This,PBOOL Visible);
    [all...]
control.h     [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp 261 StatusBlock->Visibility = Windows::UI::Xaml::Visibility::Visible;
AdvancedCapture.xaml.cpp 190 previewCanvas2->Visibility = Windows::UI::Xaml::Visibility::Visible;
  /external/clang/lib/AST/
MicrosoftMangle.cpp 173 // Use the canonical number for externally visible decls.
197 assert(!RD->isExternallyVisible() && "RD must not be visible!");
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 311 // Compiler builtins are always visible, regardless of where they end
396 // that we pick the declaration with more visible default arguments.
409 // If D has more *visible* default arguments, it is preferred. Note, an
410 // earlier default argument being visible does not imply that a later
411 // default argument is visible, so we can't just check the first one.
582 // wherever the object, function, or enumerator name is visible.
584 // even if they're not visible. (ref?)
842 // name lookup. Instead, any conversion function templates visible in the
    [all...]
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 2239 milliseconds