OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customparent
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java
372
final ViewParent
customParent
= custom.getParent();
373
if (
customParent
!= this) {
374
if (
customParent
!= null) {
375
((ViewGroup)
customParent
).removeView(custom);
/frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java
423
final ViewParent
customParent
= custom.getParent();
424
if (
customParent
!= this) {
425
if (
customParent
!= null) ((ViewGroup)
customParent
).removeView(custom);
Completed in 128 milliseconds