HomeSort by relevance Sort by last modified time
    Searched full:fullscreen (Results 426 - 450 of 579) sorted by null

<<11121314151617181920>>

  /build/tools/droiddoc/templates-sdk/
docpage.cs 164 <?cs if:!fullscreen && (design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?>
  /build/tools/droiddoc/templates-sdk-dev/
docpage.cs 160 <?cs if:!fullscreen ?>
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java 73 // For immersive mode, the FULLSCREEN, HIDE_HAVIGATION and IMMERSIVE
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java 73 // For immersive mode, the FULLSCREEN, HIDE_HAVIGATION and IMMERSIVE
  /development/apps/Development/
AndroidManifest.xml 73 android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
  /development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
AdvancedImmersiveModeFragment.java 73 // For immersive mode, the FULLSCREEN, HIDE_HAVIGATION and IMMERSIVE
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 255 // \todo [2014-03-12 pyry] Implement FULLSCREEN, or at least SW_MAXIMIZE.
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 53 * This texture is applied on a fullscreen quad, with a special material.<br>
HDRRenderer.java 298 fsQuad = new Picture("HDR Fullscreen Quad");
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 748 * top fullscreen windows {@link WindowManager.LayoutParams#rotationAnimation}
749 * and whether it is currently fullscreen and frontmost.
757 * Validate whether the current top fullscreen has specified the same
759 * being passed in from the previous top fullscreen window.
    [all...]
  /frameworks/base/core/res/res/values/
themes_device_defaults.xml 210 <style name="Theme.DeviceDefault.NoActionBar.Fullscreen" parent="Theme.Material.NoActionBar.Fullscreen" />
463 <style name="Theme.DeviceDefault.Light.NoActionBar.Fullscreen" parent="Theme.Material.Light.NoActionBar.Fullscreen" />
    [all...]
  /frameworks/base/docs/html/design/patterns/
new.jd 87 content. The new <a href="{@docRoot}design/patterns/fullscreen.html">Full
  /frameworks/base/docs/html/training/system-ui/
status.jd 82 android:theme=&quot;@android:style/Theme.Holo.NoActionBar.Fullscreen&quot; &gt;
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 126 int numFullscreen; // Number of fullscreen activities.
588 // Remove r first, and if it wasn't already in the list and it's fullscreen, count it.
589 if (!mActivities.remove(r) && r.fullscreen) {
615 if (mActivities.remove(r) && r.fullscreen) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 621 * fullScreen. If this is not desirable, enable / disable image transformations manually.
623 public void setFullScreen(boolean fullScreen, boolean animate) {
624 if (fullScreen != mFullScreen) {
625 mFullScreen = fullScreen;
    [all...]
  /packages/apps/Camera/res/values/
styles.xml 22 <style name="Theme.CameraBase" parent="android:Theme.Black.NoTitleBar.Fullscreen"/>
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 220 // Setup fullscreen intent
  /packages/apps/Gallery/
AndroidManifest.xml 102 android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
  /packages/apps/InCallUI/res/layout/
call_button_fragment.xml 20 This layout is a fullscreen overlay, drawn on top of the
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 210 // candidates when in fullscreen mode, otherwise relying
295 * on the current text in it. We want to use this in fullscreen mode
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 85 JS_STATIC_PROP_ENTRY(fullscreen)
785 FX_BOOL app::fullscreen(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:app
  /frameworks/rs/api/
GenerateDocumentation.cpp 49 "<link href='fullscreen.css' rel='stylesheet' class='fullscreen' "
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 456 * Handles click on the contact photo by toggling fullscreen mode if the current call is a video
782 * Handles a change to the fullscreen mode of the in-call UI.
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/espresso/matcher/
ViewMatchers.html 116 <!-- FULLSCREEN STYLESHEET -->
117 <link href="../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
532 <a class="fullscreen">fullscreen</a>
538 // init fullscreen based on user pref
539 var fullscreen = readCookie("fullscreen");
540 if (fullscreen != 0) {
541 if (fullscreen == "false")
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
By.html 116 <!-- FULLSCREEN STYLESHEET -->
117 <link href="../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
552 <a class="fullscreen">fullscreen</a>
558 // init fullscreen based on user pref
559 var fullscreen = readCookie("fullscreen");
560 if (fullscreen != 0) {
561 if (fullscreen == "false")
    [all...]

Completed in 145 milliseconds

<<11121314151617181920>>