Searched refs:full (Results 1 – 25 of 28) sorted by relevance
12
/development/samples/browseable/AdvancedImmersiveMode/ |
D | _index.jd | 8 \n\n\n\"Immersive Mode\", added in Android 4.4, improves the \"hide full screen\" and 11 with some of the other UI flags related to full-screen apps.
|
/development/samples/browseable/BasicImmersiveMode/ |
D | _index.jd | 8 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 8 … at runtime. Click the button to request the Camera permission and open a full-screen camera previ…
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
D | GameActivity.java | 189 boolean full = true; in checkGameFinished() 200 if (full && (data[k] == State.EMPTY || in checkGameFinished() 203 full = false; in checkGameFinished() 227 if (full) { in checkGameFinished()
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 86 speed full
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 87 speed full
|
/development/vndk/tools/header-checker/ |
D | Android.bp | 80 "libprotobuf-cpp-full", 98 "libprotobuf-cpp-full", 114 type: "full",
|
/development/samples/browseable/XYZTouristAttractions/ |
D | _index.jd | 17 The Wear component loads a full wearable app that shows images,
|
/development/samples/SkeletonApp/ |
D | readme.txt | 5 This directory contains the full implementation of a basic application for
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 437 speed full
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 436 speed full
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 441 speed full
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 519 final String full = (f.packageName != null ? f.packageName + "." : "") in matchesJavaStack() local 521 if (!full.equals(signature[j])) { in matchesJavaStack()
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 58 Note that sending a full button press requires sending both the down
|
/development/ndk/platforms/android-21/arch-mips64/include/asm/ |
D | inst.h | 872 unsigned int full : 16; member
|
/development/ndk/platforms/android-21/arch-mips/include/asm/ |
D | inst.h | 872 unsigned int full : 16; member
|
/development/tools/apkcheck/ |
D | README.txt | 83 the full set of packages available. From this we can remove one element
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 264 Their implementation should have full (i.e. acquire+release) memory ordering
|
/development/vndk/tools/definition-tool/datasets/ |
D | eligible-list-o-release.csv | 263 /system/${LIB}/libprotobuf-cpp-full.so,VNDK, 481 /system/${LIB}/vndk/libprotobuf-cpp-full.so,VNDK,
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 2097 def _print_tags(self, vndk_lib, full, file=sys.stdout): argument 2098 if full: 2158 self._print_tags(vndk_lib, args.full)
|
12