/frameworks/base/core/tests/coretests/src/android/view/ |
VisibilityCallback.java | 48 Button visibleButton = (Button) findViewById(R.id.vis);
|
VisibilityCallbackTest.java | 54 mVisible = (Button) a.findViewById(R.id.vis);
|
VisibilityTest.java | 54 mVisible = (Button) a.findViewById(R.id.vis);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SurfaceViewOverlay.java | 56 Button visibleButton = (Button) findViewById(R.id.vis);
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 1009 final int vis; local 1140 int vis = shown ? View.VISIBLE : getCandidatesHiddenVisibility(); local [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodManager.aidl | 65 void setImeWindowStatus(in IBinder token, int vis, int backDisposition);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Renderable.java | 157 public void setVisible(boolean vis) { 158 mData.cullType = vis ? 0 : 2;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 176 public void onVisibilityChanged(View v, int vis) { 177 super.onVisibilityChanged(v, vis); 179 if (vis != View.VISIBLE) {
|
TabletStatusBar.java | [all...] |
/external/quake/quake/src/WinQuake/ |
bspfile.h | 285 int CompressVis (byte *vis, byte *dest);
|
r_main.cpp | 493 byte *vis;
local 503 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
507 if (vis[i>>3] & (1<<(i&7)))
|
gl_rsurf.cpp | 1451 byte *vis; local [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 601 } vis; local 606 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top; 607 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom; 620 /* see if complete buffer is outside the vis or it is 622 if (win.wh[c] <= 0 || vis.rb[c] <= vis.lt[c] || 623 win.xy[c] + win.wh[c] <= vis.lt[c] || 624 win.xy[c] >= vis.rb[c] | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | [all...] |
NavigationBarView.java | 468 private static String visibilityToString(int vis) { 469 switch (vis) {
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 371 Visualizer vis = new Visualizer(session); 372 assertTrue(vis.setCaptureSize(vizdata.length) == Visualizer.SUCCESS); 373 assertTrue(vis.setEnabled(true) == Visualizer.SUCCESS); 393 assertTrue(vis.getWaveForm(vizdata) == Visualizer.SUCCESS); 411 vis.release(); [all...] |
/external/openssh/ |
Android.mk | 22 openbsd-compat/readpassphrase.c openbsd-compat/vis.c \
|
log.c | 49 # include <vis.h>
|
/external/chromium/chrome/browser/resources/ |
print_preview_animations.js | 163 // Need to make sure the scrollbars are absolutely positioned vis-a-vis
|
/external/quake/quake/src/QW/client/ |
gl_rsurf.c | 1383 byte *vis; local 1399 vis = solid; 1403 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel); 1407 if (vis[i>>3] & (1<<(i&7))) [all...] |
r_main.c | 513 byte *vis; local 523 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel); 527 if (vis[i>>3] & (1<<(i&7)))
|
/external/webkit/Source/WebCore/platform/ |
ScrollView.h | 446 // capture parts of rect not contained by vis 447 void platformOffscreenContentRectangle(const IntRect& vis,
|
/frameworks/support/v4/java/android/support/v4/widget/ |
SlidingPaneLayout.java | 377 final int vis; local 380 vis = INVISIBLE; 382 vis = VISIBLE; 384 child.setVisibility(vis); [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 564 Integer vis = values.getAsInteger(Downloads.Impl.COLUMN_VISIBILITY); local 565 if (vis == null) { 574 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, vis); 682 if (Downloads.Impl.isNotificationToBeDisplayed(vis)) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glx.h | 193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
|