Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 20 of 20) sorted by relevance

/development/scripts/
Dboardconfig_usage_analysis.py16 TOP = os.environ.get('ANDROID_BUILD_TOP') variable
53 for root, dirs, files in os.walk(os.path.join(TOP, folder), topdown=True):
74 out_system_path = os.path.join(OUT[len(TOP) + 1:], 'system')
91 makefile = os.path.join(TOP, path, 'Android.mk')
114 variables[variable].add(board_config_mk[len(TOP) + 1:])
132 usage.add(makefile[len(TOP) + 1:])
143 print('TOP : ' + TOP)
207 if TOP is None:
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPictureSourceRectHint.java59 setEntryState(Gravity.TOP); in onCreate()
60 setExitState(Gravity.TOP); in onCreate()
64 setEntryState(mPositionOnEntry == Gravity.TOP ? Gravity.BOTTOM : Gravity.TOP); in onCreate()
68 setExitState(mPositionOnExit == Gravity.TOP ? Gravity.BOTTOM : Gravity.TOP); in onCreate()
154 return gravity == Gravity.TOP ? "TOP" : "BOTTOM"; in getGravityName()
/development/tools/logblame/
Dmedium_idle_test12 $TOP/development/tools/logblame/analyze_logs.py --duration=4h --clear --rawlogs $RAWLOGS_FILE \
Dshort_idle_test12 $TOP/development/tools/logblame/analyze_logs.py --duration=5m --clear --rawlogs $RAWLOGS_FILE \
Dpower_toggle_test14 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
Dapp_switch_test37 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
Dconnectivity_log_test20 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
/development/vndk/tools/header-checker/android/
Dbuild-prebuilts.sh24 TOP=$(pwd)
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout8.java64 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP); in appendRow()
DTextSwitcher1.java75 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL); in makeView()
DTableLayout7.java73 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP); in appendRow()
DLinearLayout8.java84 mLinearLayout.setVerticalGravity(Gravity.TOP); in onOptionsItemSelected()
DOverlayWindowActivity.java122 params.gravity = Gravity.TOP | Gravity.RIGHT; in drawOverlay()
DCustomLayout.java216 public int gravity = Gravity.TOP | Gravity.START;
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
DMainActivity.java98 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL);
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java296 mWindowParams.gravity = Gravity.TOP | Gravity.LEFT; in createWindow()
306 mWindowY = (mGravity & Gravity.TOP) == Gravity.TOP ? in createWindow()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DOpenGLWatchFaceService.java135 .setStatusBarGravity(Gravity.RIGHT | Gravity.TOP) in onCreate()
136 .setHotwordIndicatorGravity(Gravity.LEFT | Gravity.TOP) in onCreate()
/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DMainActivity.java100 mWearableDrawerLayout.peekDrawer(Gravity.TOP); in onCreate()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java72 pagerTitleView.setGravity(Gravity.TOP); in onCreateView()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java298 .setGravity(Gravity.TOP)); in buildNotifications()