OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentWrapperView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBar.java
42
private
ContentWrapperView
mContentView;
186
protected
ContentWrapperView
getContentWrapper(boolean createIfNotFound) {
188
mContentView = new
ContentWrapperView
(getContext(), this, createView());
202
public
ContentWrapperView
getContentWrapper() {
AnimationHelper.java
35
* is added to
ContentWrapperView
.
51
private final
ContentWrapperView
mTargetWrapperView;
61
* @param target
ContentWrapperView
that is the focus of the animation and is being resized,
63
* @param infoBar InfoBar that goes with the specified
ContentWrapperView
.
64
* @param toShow If non-null, this View will replace whatever child View the
ContentWrapperView
68
public AnimationHelper(InfoBarContainer container,
ContentWrapperView
target, InfoBar infoBar,
104
* @return the
ContentWrapperView
being animated.
106
public
ContentWrapperView
getTarget() {
ContentWrapperView.java
33
public class
ContentWrapperView
extends FrameLayout {
44
* Constructs a
ContentWrapperView
object.
47
public
ContentWrapperView
(Context context, InfoBar infoBar, View panel) {
214
* Calculates a Rect that prevents this
ContentWrapperView
from overlapping its siblings.
217
* around this
ContentWrapperView
that clips the InfoBar to be drawn solely in the space it was
InfoBarContainer.java
61
// View to replace the current View shown by the
ContentWrapperView
.
418
int height =
ContentWrapperView
.getBoundaryHeight(getContext());
437
ContentWrapperView
targetView;
TranslateInfoBar.java
221
ContentWrapperView
wrapper = getContentWrapper(false);
Completed in 64 milliseconds