/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 14 <p>The Android framework gives you the flexibility to use either or both of these ways of declaring and managing your application's UI. For example, you could declare your application's default layouts in XML, including the screen elements that will appear in them and their properties. You could then add code in your application that would modify the state of the screen objects, including those declared in XML, at run time. </p> 16 <p>You build your application's UI in approximately the same way, whether you are declaring it in XML or programmatically. In both cases, your UI will be a tree structure that may include multiple View or Viewgroup subclasses. <p>
|
/frameworks/base/opengl/libagl/ |
primitives.cpp | 909 // both inside 935 // both outside [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
std.h | 52 *! 01-Mar-1995 mf: set _20_ and _60_ (as well as _21_ for both) 265 * The TI C compilers support the "inline" keyword (ala C++). Both
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
std.h | 52 *! 01-Mar-1995 mf: set _20_ and _60_ (as well as _21_ for both) 269 * The TI C compilers support the "inline" keyword (ala C++). Both
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaClustering.java | 55 // Try and merge 2 clusters if they are both smaller than min cluster size. 328 // This means both dates are from the same year
|
Util.java | 74 * (or both) black. 197 // return true if both string are null or the content equals
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/ |
Xtransint.h | 18 the above copyright notice appear in all copies and that both that 47 * that the above copyright notice appear in all copies and that both that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 188 // Both things are not supposed to happen. When they do, we're in big trouble. 226 // Both things are not supposed to happen. When they do, we're in big trouble.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/ |
XmlDescriptors.java | 47 /** The root document descriptor for both searchable and preferences. */ 59 /** @return the root descriptor for both searchable and preferences. */
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
AndroidVersion.java | 31 * While this class contains both values, its goal is to abstract them, so that code comparing 2+ 32 * versions doesn't have to deal with the logic of handle both values.
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterSEC.h | 144 Desc: This function sets the Encryption type. This function sets both 297 WPA2 according to the AP?s max support. This function sets both the
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/ |
txHwQueueCalc.c | 51 * blocks. Both values are written in the provided control block of 160 * frames both in Infrastructure and Independent BSS types
|
/external/webkit/WebKit/android/nav/ |
CachedFrame.cpp | 415 WebCore::IntRect both = rect; local 422 both.inflate(1 - inset); 423 both.intersect(testRect); 424 if (both.isEmpty()) 439 *x = both.x() + (both.width() >> 1); 440 *y = both.y() + (both.height() >> 1); [all...] |
/external/wpa_supplicant/ |
ChangeLog | 157 - allow both directory and group be configured with ctrl_interface 189 * allow wpa_gui subdirectory to be built with both Qt3 and Qt4 333 direct link setup (DLS); note: this is disabled by default in both 351 contents; this version can be run both as a Windows service and as a 448 for both wpa_supplicant and wpa_cli) without having to restart 524 * fixed parsing of strings that include both " and # within double [all...] |
/system/core/sh/ |
sh.1 | 112 has the advantage that the interpretative language is common to both 594 The standard input, standard output, or both of a command is 609 Because pipeline assignment of standard input or standard output or both 615 sends both the standard output and standard error of command1 662 both have the same priority. [all...] |
/bionic/libc/ |
NOTICE | 306 its documentation is hereby granted, provided that both the copyright 309 thereof, and that both notices appear in supporting documentation. 332 its documentation is hereby granted, provided that both the copyright 335 thereof, and that both notices appear in supporting documentation.
|
/bionic/libm/man/ |
atan2.3 | 57 using the signs of both arguments to determine the quadrant of
|
/build/tools/lsd/ |
lsd.c | 62 satisfied, and if so, by which library. This applies both to executable 92 both exports[] and satisfied[] arrays. */ 404 satisfies the undefined reference. At this point, we update both the 737 At this point, we update both the satisfied[] array of the sources entry,
|
/cts/tests/tests/net/src/android/net/cts/ |
ConnectivityManagerTest.java | 39 // must include both mobile data + wifi
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldiv/ |
Test_ldiv.java | 66 * @title Both Dividend and divisor are negative
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lrem/ |
Test_lrem.java | 66 * @title Both Dividend and divisor are negative
|
/cts/tools/spec-progress/etc/ |
spec-progress | 51 # set of packages, adjust both the list of source directories and the
|
/cts/tools/vm-tests/src/dot/junit/opcodes/div_int/ |
Test_div_int.java | 67 * @title Both Dividend and divisor are negative
|
/cts/tools/vm-tests/src/dot/junit/opcodes/div_int_2addr/ |
Test_div_int_2addr.java | 66 * @title Both Dividend and divisor are negative
|
/cts/tools/vm-tests/src/dot/junit/opcodes/div_int_lit16/ |
Test_div_int_lit16.java | 79 * @title Both Dividend and divisor are negative
|