Searched refs:share (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DPreloadDebugeeWrapper.java20 import org.apache.harmony.jpda.tests.jdwp.share.JDWPManualDebuggeeWrapper;
21 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
H A DJDWPClassDataRetriever.java26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper;
28 import org.apache.harmony.jpda.tests.share.JPDALogWriter;
29 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFragmentTuner.java153 MenuItem share = menu.findItem(R.id.menu_share);
160 share.setVisible(false);
222 MenuItem share = menu.findItem(R.id.menu_share);
229 share.setVisible(!selection.containsDirectories() && !selection.containsPartialFiles());
232 share.setEnabled(!selection.containsDirectories() && !selection.containsPartialFiles());
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DCredential.java40 boolean machineManaged, String stApp, boolean share) {
58 mShare = share;
38 Credential(long ctime, long expTime, String realm, boolean checkAAACert, EAPMethod eapMethod, String userName, String password, boolean machineManaged, String stApp, boolean share) argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java790 // Child said it could absorb extra space -- give him his share
791 int share = (int) (childExtra * delta / weightSum);
793 delta -= share;
804 int childHeight = child.getMeasuredHeight() + share;
815 MeasureSpec.makeMeasureSpec(share > 0 ? share : 0,
1179 // Child said it could absorb extra space -- give him his share
1180 int share = (int) (childExtra * delta / weightSum);
1182 delta -= share;
1194 int childWidth = child.getMeasuredWidth() + share;
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java248 holder.share.setOnClickListener(new View.OnClickListener() {
321 private final View share; field in class:NekoLand.CatHolder
329 share = itemView.findViewById(android.R.id.shareText);
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java888 final int share = (int) (childWeight * remainingExcess / remainingWeightSum);
889 remainingExcess -= share;
898 // only its share of excess space.
899 childHeight = share;
902 // need to add its share of excess space.
903 childHeight = child.getMeasuredHeight() + share;
1272 final int share = (int) (childWeight * remainingExcess / remainingWeightSum);
1273 remainingExcess -= share;
1282 // only its share of excess space.
1283 childWidth = share;
[all...]
H A DEditor.java2555 com.android.internal.R.string.share)
3740 com.android.internal.R.string.share).
6073 // StringBuilder do not share an interface for replace/delete/insert.
H A DTextView.java301 // Accessibility action to share selected text.
9113 getResources().getString(com.android.internal.R.string.share)));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java49 boolean machineManaged, String stApp, boolean share) {
67 mShare = share;
47 Credential(long ctime, long expTime, String realm, boolean checkAAACert, EAPMethod eapMethod, String userName, String password, boolean machineManaged, String stApp, boolean share) argument
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk65 # We want to exclude the test classes from code coverage measurements, but they share the same
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java264 // Create a share intent
272 // Create a share action for the notification
283 r.getString(com.android.internal.R.string.share), shareAction);
875 * Removes the notification for a screenshot after a share target is chosen.

Completed in 494 milliseconds