/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_reg.h | [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassWriter.java | 365 * The runtime invisible annotations of this class.
[all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-util-3.3.jar | |
/external/stlport/doc/ |
FAQ | 157 becomes the stlp_std namespace. Then this specialization is just invisible
|
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 805 * both visible and invisible downloads. [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 264 mPreviewText.setVisibility(INVISIBLE); [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 446 /** Window has been made invisible. [all...] |
/frameworks/base/core/java/android/widget/ |
AbsListView.java | [all...] |
AutoCompleteTextView.java | [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
drag-drop.jd | 501 you will get an invisible drag shadow. [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewController.java | 325 // make our temporary image invisible and display the ViewPager. [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
RecyclerView.java | 135 * View's visibility to INVISIBLE when View is detached. On Kitkat, Recycler recursively 749 * part of the child list of the RecyclerView, but they are invisible to the LayoutManager [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 725 * Sets section header or makes it invisible if the title is null. [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 663 mOverflowMenuButton.setVisibility(isDigitsEmpty() ? View.INVISIBLE : View.VISIBLE); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizePagedView.java | 537 hostView.setVisibility(INVISIBLE); [all...] |
Folder.java | [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | 258 mPreviewText.setVisibility(INVISIBLE); [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 359 * Set all existing downloads to the cache partition to be invisible in the downloads UI. [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-util-4.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 369 // outline, and make its setFocus() a no-op. We also make it invisible, since we [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.cc | 618 // Setting the focus doesn't work when the window is invisible, so any focus [all...] |
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/ |
classpp_1_1_instance.html | 308 <tr><td class="paramdir">[in]</td><td class="paramname">clip</td><td>The visible region of the instance. This is relative to the top left of the instance's coordinate system (not the page). If the instance is invisible, <code>clip</code> will be (0, 0, 0, 0).</td></tr> 312 <p>It's recommended to check for invisible instances and to stop generating graphics updates in this case to save system resources. It's not usually worthwhile, however, to generate partial updates according to the clip when the instance is partially visible. Instead, update the entire region. The time saved doing partial paints is usually not significant and it can create artifacts when scrolling (this notification is sent asynchronously from scrolling so there can be flashes of old content in the exposed regions). </p> [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderObject.cpp | [all...] |