OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHostView
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/view/
ViewOverlay.java
128
final View
mHostView
;
137
mHostView
= hostView;
138
mAttachInfo =
mHostView
.mAttachInfo;
184
if (parent !=
mHostView
&& parent.getParent() != null &&
191
mHostView
.getLocationOnScreen(hostViewLocation);
265
if (
mHostView
!= null) {
266
mHostView
.invalidate(dirty);
273
if (
mHostView
!= null) {
274
mHostView
.invalidate(l, t, r, b);
281
if (
mHostView
!= null)
[
all
...]
View.java
[
all
...]
/frameworks/support/transition/ics/android/support/transition/
ViewOverlay.java
155
ViewGroup
mHostView
;
169
mHostView
= hostView;
212
if (parent !=
mHostView
&& parent.getParent() != null) {// &&
219
mHostView
.getLocationOnScreen(hostViewLocation);
239
mHostView
.removeView(this);
268
mHostView
.getLocationOnScreen(contentViewLocation);
299
mHostView
.getLocationOnScreen(contentViewLocation);
306
if (
mHostView
!= null) {
319
mHostView
.invalidate(dirty);
327
if (
mHostView
instanceof ViewGroup && sInvalidateChildInParentFastMethod != null)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java
40
private final ViewGroup
mHostView
;
45
mHostView
= hostView;
52
return
mHostView
;
56
int numChildren =
mHostView
.getChildCount();
58
ExpandableView child = (ExpandableView)
mHostView
.getChildAt(i);
99
* Apply the properties saved in {@link #mStateMap} to the children of the {@link #
mHostView
}.
103
int numChildren =
mHostView
.getChildCount();
105
ExpandableView child = (ExpandableView)
mHostView
.getChildAt(i);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatViewInflater.java
270
private final View
mHostView
;
277
mHostView
= hostView;
284
resolveMethod(
mHostView
.getContext(), mMethodName);
322
final int id =
mHostView
.getId();
324
+
mHostView
.getContext().getResources().getResourceEntryName(id) + "'";
327
+ "attribute defined on view " +
mHostView
.getClass() + idText);
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 407 milliseconds