OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proportionallayout
(Results
1 - 13
of
13
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java
35
public class
ProportionalLayout
extends ViewGroup {
66
public
ProportionalLayout
(Context context) {
70
public
ProportionalLayout
(Context context, AttributeSet attrs) {
75
public
ProportionalLayout
(Context context, AttributeSet attrs, int defStyle) {
81
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.
ProportionalLayout
);
92
throw new IllegalStateException("
ProportionalLayout
requires exactly one child");
124
throw new IllegalStateException("
ProportionalLayout
requires exactly one child");
/packages/apps/Contacts/res/layout/
stream_item_row_images.xml
25
class="com.android.contacts.common.widget.
ProportionalLayout
"
42
class="com.android.contacts.common.widget.
ProportionalLayout
"
updates_header_contact.xml
29
class="com.android.contacts.common.widget.
ProportionalLayout
"
36
<!-- Put a dummy view here because the
ProportionalLayout
requires one -->
detail_header_contact_with_updates.xml
29
class="com.android.contacts.common.widget.
ProportionalLayout
"
detail_header_contact_without_updates.xml
30
class="com.android.contacts.common.widget.
ProportionalLayout
"
quickcontact_activity.xml
37
class="com.android.contacts.common.widget.
ProportionalLayout
"
/packages/apps/Contacts/res/layout-sw600dp/
detail_header_contact_with_updates.xml
34
class="com.android.contacts.common.widget.
ProportionalLayout
"
40
<!-- Put a dummy view here because the
ProportionalLayout
requires one -->
updates_header_contact.xml
29
class="com.android.contacts.common.widget.
ProportionalLayout
"
36
<!-- Put a dummy view here because the
ProportionalLayout
requires one -->
detail_header_contact_without_updates.xml
32
class="com.android.contacts.common.widget.
ProportionalLayout
"
/packages/apps/Contacts/res/layout-land/
quickcontact_activity.xml
33
class="com.android.contacts.common.widget.
ProportionalLayout
"
/packages/apps/ContactsCommon/res/values/
attrs.xml
55
<declare-styleable name="
ProportionalLayout
">
/packages/apps/Dialer/res/layout/
call_detail_history_header.xml
27
class="com.android.contacts.common.widget.
ProportionalLayout
"
call_detail.xml
57
class="com.android.contacts.common.widget.
ProportionalLayout
"
Completed in 1046 milliseconds