Can any one explain why am i not able to access DragEvent.obtain() method.
As per grepcode DragEvent code, method is declared as public static.
Regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, it is not
publicin the current version of the source code.Second, I believe that the “Hide:” you see in the GrepCode entry refers to the
@hideannotation, which is used by Android when creating the SDK from the source code. Classes and methods marked with@hideare not part of the public SDK.