/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 798 * @param layer {@link mComposingText}'s layer to display 800 private void updateComposingText(int layer) { 830 disp.insert(0, mComposingText.toString(layer)); 833 int cursor = mComposingText.getCursor(layer); 862 * @param layer {@link mComposingText}'s layer to commit. 864 private void commitText(int layer) { 865 String tmp = mComposingText.toString(layer); [all...] |
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 175 window->parent(), window->layer()->bounds())); 177 window->layer()->transform())); 184 window->parent(), window->layer()->GetTargetBounds())); 186 window->layer()->GetTargetTransform())); 335 // Tests that a minimized window's visibility and layer visibility is correctly 343 EXPECT_FALSE(window1->layer()->GetTargetVisibility()); 349 EXPECT_TRUE(window1->layer()->GetTargetVisibility()); 356 EXPECT_FALSE(window1->layer()->GetTargetVisibility()); 508 EXPECT_EQ(1.0f, panel1->layer()->GetTargetOpacity()); [all...] |
/external/chromium_org/ui/aura/ |
window.cc | 32 #include "ui/compositor/layer.h" 102 // Depth first search for the first Window with a layer to stack relative 105 ui::Layer* FindStackingTargetLayerDown(aura::Window* target, 110 if (target->layer()) 111 return target->layer(); 115 ui::Layer* layer = FindStackingTargetLayerDown<T>(*i, ignore); local 116 if (layer) 117 return layer; 124 // template type) and ignoring |ignore|. Returns the Layer of the first Windo 133 ui::Layer* layer = FindStackingTargetLayerDown<T>(*i, ignore); local [all...] |
root_window.cc | 30 #include "ui/compositor/layer.h" 121 gfx::RectF new_bounds(ui::ConvertRectToDIP(root_window_->layer(), bounds)); 187 window()->layer()->GetAnimator()->RemoveObserver(this); 213 compositor()->SetRootLayer(window()->layer()); 266 ui::ConvertPointToDIP(window()->layer(), point)); 484 // If the layer is not animating, then we need to update the root window 486 if (!window()->layer()->GetAnimator()->is_animating()) 491 float scale = ui::GetDeviceScaleFactor(window()->layer()); 848 // The layer, and the observers should be notified of the [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.java | 45 // Must match modifiers used in the JNI layer 95 GLES20Canvas(int layer, boolean translucent) { 97 mRenderer = nCreateLayerRenderer(layer); 126 private static native int nCreateLayerRenderer(int layer); 161 void pushLayerUpdate(HardwareLayer layer) { 162 nPushLayerUpdate(mRenderer, ((GLES20RenderLayer) layer).mLayer); 166 void cancelLayerUpdate(HardwareLayer layer) { 167 nCancelLayerUpdate(mRenderer, ((GLES20RenderLayer) layer).mLayer); 198 private static native void nPushLayerUpdate(int renderer, int layer); 199 private static native void nCancelLayerUpdate(int renderer, int layer); [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_copyrequest.cc | 188 // Destroy the main thread layer right away. 195 // Prevent drawing so we can't make a copy of the impl_destroyed layer. 206 // Destroy the impl thread layer. 267 void AddCopyRequest(Layer* layer) { 268 layer->RequestCopyOfOutput( 288 // Hide the copy request layer. 295 // Hide the copy request layer's parent only. 302 // Hide the copy request layer's grand parent only. 309 // Hide the copy request layer's parent and grandparent [all...] |
layer_tree_host_unittest_animation.cc | 11 #include "cc/layers/layer.h" 111 // Add a layer animation and confirm that 181 // Add a layer animation to a layer, but continually fail to draw. Confirm that 323 layer_tree_host()->SetRootLayer(make_scoped_refptr<Layer>(NULL)); 617 // Update() should have been called once, proving that the layer was not 646 scoped_refptr<Layer> layer = Layer::Create(); variable 647 layer->set_layer_animation_delegate(this) 657 layer_tree_host()->root_layer()->AddChild(layer); variable [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 937 // TODO(johnme): Should redraw this frame if the layer bounds change; but 938 // there seems no easy way to listen for the layer resizing (as opposed to [all...] |
/external/chromium_org/ash/wm/ |
window_positioner.cc | 19 #include "ui/compositor/layer.h" 123 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); 469 if (windows[i] && windows[i]->IsVisible() && windows[i]->layer() && 471 windows[i]->layer()->GetTargetOpacity() == 1.0)) {
|
mru_window_tracker.cc | 181 // should verify that all tracked windows start with a layer, see 183 CHECK(active_window->layer());
|
/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager.cc | 225 // Do not cross fade here: the window's layer hierarchy may be messed up for 426 ui::Layer* layer = child->layer(); local 427 ui::ScopedLayerAnimationSettings slide_settings(layer->GetAnimator());
|
/external/chromium_org/cc/layers/ |
delegated_renderer_layer_impl.cc | 39 // The root RenderPass for the layer is merged with its target 64 void DelegatedRendererLayerImpl::PushPropertiesTo(LayerImpl* layer) { 65 LayerImpl::PushPropertiesTo(layer); 68 static_cast<DelegatedRendererLayerImpl*>(layer); 70 // If we have a new child_id to give to the active layer, it should 145 // will be in layer space. The damage may exceed the visible portion of 146 // the frame, so intersect the damage to the layer's bounds. 293 // for a layer in this compositor, not the delegating renderer. Then we want
|
layer.h | 66 // Base class for composited layers. Special layer types are derived from 68 class CC_EXPORT Layer : public base::RefCounted<Layer>, 80 static scoped_refptr<Layer> Create(); 84 Layer* RootLayer(); 85 Layer* parent() { return parent_; } 86 const Layer* parent() const { return parent_; } 87 void AddChild(scoped_refptr<Layer> child); 88 void InsertChild(scoped_refptr<Layer> child, size_t index); 89 void ReplaceChild(Layer* reference, scoped_refptr<Layer> new_layer) [all...] |
nine_patch_layer_impl.cc | 28 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) { 29 UIResourceLayerImpl::PushPropertiesTo(layer); 30 NinePatchLayerImpl* layer_impl = static_cast<NinePatchLayerImpl*>(layer); 71 // |border| is in layer space. It cannot exceed the bounds of the layer. 116 // NinePatch border widths in layer space. 125 // Patch positions in layer space
|
/external/chromium_org/content/browser/web_contents/aura/ |
window_slider_unittest.cc | 92 ui::Layer* CreateLayerForTest() { 94 ui::Layer* layer = new ui::Layer(ui::LAYER_SOLID_COLOR); local 95 layer->SetColor(SK_ColorRED); 96 return layer; 100 virtual ui::Layer* CreateBackLayer() OVERRIDE { 107 virtual ui::Layer* CreateFrontLayer() OVERRIDE {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_screen.c | 212 unsigned level, unsigned layer, 225 trace_dump_arg(uint, layer); 230 screen->flush_frontbuffer(screen, resource, level, layer, context_private);
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 84 int layer = 0; local 91 layer = i; 95 return layer; 197 // Since the draw filter is stored in the layer stack if we 198 // call setDrawFilter on anything but the root layer odd things happen.
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_screen.c | 212 unsigned level, unsigned layer, 225 trace_dump_arg(uint, layer); 230 screen->flush_frontbuffer(screen, resource, level, layer, context_private);
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 84 int layer = 0; local 91 layer = i; 95 return layer; 197 // Since the draw filter is stored in the layer stack if we 198 // call setDrawFilter on anything but the root layer odd things happen.
|
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | 39 static void inc_layer() { ++gLayerCounter; printf("----- inc layer %d\n", gLayerCounter); } 40 static void dec_layer() { --gLayerCounter; printf("----- dec layer %d\n", gLayerCounter); } 134 these are used (assuming we're not on a layer) we rebuild these cache 699 DeviceCM* layer = fMCRec->fTopLayer; local 701 if (NULL == layer->fNext) { // only one layer 702 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); 706 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 707 } while ((layer = layer->fNext) != NULL) 866 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this)); local 906 DeviceCM* layer = fMCRec->fLayer; \/\/ may be null local [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 39 static void inc_layer() { ++gLayerCounter; printf("----- inc layer %d\n", gLayerCounter); } 40 static void dec_layer() { --gLayerCounter; printf("----- dec layer %d\n", gLayerCounter); } 134 these are used (assuming we're not on a layer) we rebuild these cache 699 DeviceCM* layer = fMCRec->fTopLayer; local 701 if (NULL == layer->fNext) { // only one layer 702 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); 706 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 707 } while ((layer = layer->fNext) != NULL) 866 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this)); local 906 DeviceCM* layer = fMCRec->fLayer; \/\/ may be null local [all...] |
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller_unittest.cc | 81 // Steps a widget's layer animation until it is completed. Animations must be 88 ui::Layer* layer = widget->GetNativeView()->layer(); local 89 ui::LayerAnimatorTestController controller(layer->GetAnimator()); 90 gfx::AnimationContainerElement* element = layer->GetAnimator(); 328 // Force the widget's layer animation to play to completion.
|
/external/chromium_org/ash/wm/gestures/ |
two_finger_drag_handler.cc | 15 #include "ui/compositor/layer.h" 162 target->layer()->GetAnimator());
|
/external/chromium_org/chrome/browser/chromeos/display/ |
overscan_calibrator.cc | 14 #include "ui/compositor/layer.h" 78 ui::Layer* parent_layer = ash::Shell::GetContainer( 79 root, ash::internal::kShellWindowId_OverlayContainer)->layer(); 81 calibration_layer_.reset(new ui::Layer());
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_layer.cc | 12 #include "ui/compositor/layer.h" 42 ui::Layer* root_layer = root_window->layer(); 43 layer_.reset(new ui::Layer(ui::LAYER_TEXTURED)); 51 // since we created this layer. 107 // layer-relative coordinates.
|