/frameworks/base/services/core/java/com/android/server/wm/ |
TaskPositioner.java | 195 // We were using fullscreen surface during resizing. Request
|
/packages/apps/Gallery2/res/values/ |
styles.xml | 70 <style name="Theme.CameraBase" parent="android:Theme.Black.NoTitleBar.Fullscreen"/>
|
/packages/apps/LegacyCamera/res/values/ |
styles.xml | 21 <style name="ThemeCamera" parent="android:Theme.Holo.NoActionBar.Fullscreen">
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SearchActivityView.java | 335 * If the input method is in fullscreen mode, and the selector corpus
|
/frameworks/base/docs/html/guide/topics/text/ |
creating-input-method.jd | 209 must handle both landscape and portrait orientations. In non-fullscreen IME mode, leave 211 no more than half the screen is occupied by the IME. In fullscreen IME mode this is not an
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerModel.java | 786 final Intent fullScreen = new Intent(mContext, ExpiredTimersActivity.class) 788 final PendingIntent pendingFullScreen = PendingIntent.getActivity(mContext, 0, fullScreen, [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallCardPresenter.java | 558 * Handles click on the contact photo by toggling fullscreen mode if the current call is a video [all...] |
CallCardFragment.java | 604 // Do not show the secondary caller info in fullscreen mode, but ensure it is populated 605 // in case fullscreen mode is exited in the future. [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
PhoneWindowManager.java | 502 // fullscreen window flag, these are the stable dimensions without the status bar. 590 * belonging to another app on top of this the keyguard shows. If there is a fullscreen [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 138 * Message for taking fullscreen screenshot 736 * an app window with this flag set is on the top layer. A fullscreen window 738 * {@link #softInputMode} field; the window will stay fullscreen 743 * is automatically set for you in the standard fullscreen themes [all...] |
WindowManagerGlobal.java | 82 * in this case the surface would be fullscreen-sized. The client should
|
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityStarter.java | 628 // Single window case and the case that the docked stack is shown with fullscreen stack. [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | [all...] |
/build/tools/droiddoc/templates-sdk-refonly/assets/css/ |
default.css | [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 162 int status;//0 normal, 1 fullscreen (YV) 470 //Look at coordinate for fullscreen 478 //fullscreen [all...] |
window_gtk.cpp | 530 int status;//0 normal, 1 fullscreen (YV) 713 //so easy to do fullscreen here, Linux rocks ! [all...] |
/frameworks/base/core/java/android/app/ |
ActivityOptions.java | [all...] |
ActivityManager.java | 505 /** ID of stack where fullscreen activities are normally launched into. */ 663 * Returns false, if the backdrop should be fullscreen. 671 * fullscreen, i. e. they can become the top opaque fullscreen window, meaning that it [all...] |
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 160 * Activity can not be resized and always occupies the fullscreen area with all windows fully 166 * Activity can not be resized and always occupies the fullscreen area with all windows cropped [all...] |
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container [all...] |
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container [all...] |
/frameworks/base/core/res/res/values/ |
public.xml | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 255 * TODO: fast path for fullscreen clears and no triangles.
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
ConsoleActivity.java | 266 if (prefs.getBoolean(PreferenceConstants.FULLSCREEN, false)) { [all...] |
/frameworks/base/core/java/android/text/ |
InputType.java | 169 * with this should not be multi-line, but when a fullscreen input method
|