Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 162) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachView.java32 private boolean attached; field in ViewAttachView
57 if (attached) { in onAttachedToWindow()
60 attached = true; in onAttachedToWindow()
67 if (!attached) { in onDetachedFromWindow()
71 attached = false; in onDetachedFromWindow()
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DUsbDeviceStateController.java236 for (UsbDevice attached : mDevicesAdded) { in checkDeviceAttachedLocked()
237 if (UsbUtil.isTheSameDevice(device, attached)) { in checkDeviceAttachedLocked()
239 return attached; in checkDeviceAttachedLocked()
/frameworks/native/opengl/tests/testViewport/
DREADME3 build, install and run the attached test program TestViewport.apk
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1745 private void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames() argument
1748 if (!win.isInputMethodTarget() && attached.isInputMethodTarget()) { in setAttachedWindowFrames()
1764 Rect parentDisplayFrame = attached.getDisplayFrameLw(); in setAttachedWindowFrames()
1765 Rect parentOverscan = attached.getOverscanFrameLw(); in setAttachedWindowFrames()
1766 final WindowManager.LayoutParams attachedAttrs = attached.mAttrs; in setAttachedWindowFrames()
1788 ? attached.getContentFrameLw() : parentOverscan); in setAttachedWindowFrames()
1795 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
1796 if (attached.isVoiceInteraction()) { in setAttachedWindowFrames()
1798 } else if (win.isInputMethodTarget() || attached.isInputMethodTarget()) { in setAttachedWindowFrames()
1804 vf.set(attached.getVisibleFrameLw()); in setAttachedWindowFrames()
[all …]
/frameworks/native/opengl/tests/testPauseResume/
DREADME3 build, install and run the attached test program TestEgl.apk
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto211 // Each of the definitions above may have "options" attached. These are
585 // attached to the declaration.
597 // optional int32 foo = 1; // Comment attached to foo.
598 // // Comment attached to bar.
602 // // Comment attached to baz.
603 // // Another line attached to baz.
605 // // Comment attached to qux.
607 // // Another line attached to qux.
611 // /* Block comment attached
614 // /* Block comment attached to
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto211 // Each of the definitions above may have "options" attached. These are
585 // attached to the declaration.
597 // optional int32 foo = 1; // Comment attached to foo.
598 // // Comment attached to bar.
602 // // Comment attached to baz.
603 // // Another line attached to baz.
605 // // Comment attached to qux.
607 // // Another line attached to qux.
611 // /* Block comment attached
614 // /* Block comment attached to
/frameworks/base/core/proto/android/os/
Ddata.proto26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto255 // Each of the definitions above may have "options" attached. These are
738 // attached to the declaration.
755 // optional int32 foo = 1; // Comment attached to foo.
756 // // Comment attached to bar.
760 // // Comment attached to baz.
761 // // Another line attached to baz.
763 // // Comment attached to qux.
765 // // Another line attached to qux.
775 // /* Block comment attached
778 // /* Block comment attached to
Dapi.proto55 // Any metadata attached to the API.
111 // Any metadata attached to the method.
Dtype.proto165 // A protocol buffer option, which can be attached to a message, field,
/frameworks/base/tests/AccessoryDisplay/
DREADME26 display that happens to be attached over USB. This is the typical
/frameworks/compile/libbcc/tests/debuginfo/
DREADME18 that is uploaded to the device (or emulator) and run with GDB attached.
/frameworks/base/core/java/android/view/
DViewTreeObserver.java991 final void dispatchOnWindowAttachedChange(boolean attached) { in dispatchOnWindowAttachedChange() argument
1000 if (attached) listener.onWindowAttached(); in dispatchOnWindowAttachedChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java318 void setAttached(boolean attached) { in setAttached() argument
319 mAttached = attached; in setAttached()
/frameworks/ml/nn/runtime/
DNOTICE49 copyright notice that is included in or attached to the work
231 copyright notice that is included in or attached to the work
419 means Source Code Form to which the initial Contributor has attached
427 (a) that the initial Contributor has attached the notice described
753 notice described in Exhibit B of this License must be attached.
819 BSD license. The license is attached below:
951 copyright notice that is included in or attached to the work
/frameworks/base/core/proto/android/service/
Dprint.proto292 // Duplex where the long edge attached
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DREADME.md73 will be attached to its parent object. We call this pattern *autocreators*.
/frameworks/av/drm/libdrmframework/plugins/passthru/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/cmds/vr/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/av/media/mediaserver/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/native/libs/binder/ndk/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/packages/SettingsProvider/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/base/cmds/requestsync/
DNOTICE50 copyright notice that is included in or attached to the work
/frameworks/av/media/libstagefright/flac/dec/
DNOTICE50 copyright notice that is included in or attached to the work

1234567